From 6642ee204702a756a65a5a01ce6db93c0804c90e Mon Sep 17 00:00:00 2001 From: Sarah Mei Date: Sat, 3 Sep 2011 19:24:19 -0700 Subject: [PATCH] Fix cucumber feature to reflect new aspect dropdown wording --- features/connects_users.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/connects_users.feature b/features/connects_users.feature index 5bfb96dcf..8467dd447 100644 --- a/features/connects_users.feature +++ b/features/connects_users.feature @@ -12,7 +12,7 @@ Feature: sending and receiving requests And I am on the home page Given I expand the publisher When I fill in "status_message_fake_text" with "I am following you" - And I press "Share" + And I press "Share" Then I go to the destroy user session page @@ -106,6 +106,6 @@ Feature: sending and receiving requests And I add the person to my 2nd aspect And I wait for the ajax to finish When I go to "bob@bob.bob"'s page - Then I should see "In 2 aspects" + Then I should see "All Aspects" And I should see "Mention" And I should see "Message"