From 91756663a7978f9b8d557698c7092af7ee371ea9 Mon Sep 17 00:00:00 2001 From: Sarah Mei Date: Sun, 11 Sep 2011 15:22:31 -0700 Subject: [PATCH] In my irritation, I didn't actually try my renamed aspect. The name I picked was too long. >.< --- features/mentions_from_profile_page.feature | 10 +++++----- features/posts_from_main_page.feature | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/features/mentions_from_profile_page.feature b/features/mentions_from_profile_page.feature index bc09bd2e1..dec5bda6c 100644 --- a/features/mentions_from_profile_page.feature +++ b/features/mentions_from_profile_page.feature @@ -12,9 +12,9 @@ Feature: mentioning a contact from their profile page When I sign in as "bob@bob.bob" And a user with username "bob" is connected with "alice" And I have an aspect called "PostingTo" - And I have an aspect called "TotallyNotPostingAnythingHere" + And I have an aspect called "NotPostingThingsHere" And I have user with username "alice" in an aspect called "PostingTo" - And I have user with username "alice" in an aspect called "TotallyNotPostingAnythingHere" + And I have user with username "alice" in an aspect called "NotPostingThingsHere" And I am on the home page @@ -32,7 +32,7 @@ Feature: mentioning a contact from their profile page Then I should see "I am eating a yogurt" When I follow "Your Aspects" within "#aspect_nav" - And I follow "TotallyNotPostingAnythingHere" within "#aspect_nav" + And I follow "NotPostingThingsHere" within "#aspect_nav" And I wait for the ajax to finish Then I should see "I am eating a yogurt" @@ -44,7 +44,7 @@ Feature: mentioning a contact from their profile page And I expand the publisher in the modal window And I append "I am eating a yogurt" to the publisher And I press the aspect dropdown in the modal window - And I toggle the aspect "TotallyNotPostingAnythingHere" in the modal window + And I toggle the aspect "NotPostingThingsHere" in the modal window And I wait for the ajax to finish And I press "Share" in the modal window @@ -54,6 +54,6 @@ Feature: mentioning a contact from their profile page Then I should see "I am eating a yogurt" When I follow "Your Aspects" within "#aspect_nav" - And I follow "TotallyNotPostingAnythingHere" within "#aspect_nav" + And I follow "NotPostingThingsHere" within "#aspect_nav" And I wait for the ajax to finish Then I should not see "I am eating a yogurt" diff --git a/features/posts_from_main_page.feature b/features/posts_from_main_page.feature index 73167418c..d7f4e2a27 100644 --- a/features/posts_from_main_page.feature +++ b/features/posts_from_main_page.feature @@ -12,9 +12,9 @@ Feature: posting from the main page When I sign in as "bob@bob.bob" And a user with username "bob" is connected with "alice" And I have an aspect called "PostingTo" - And I have an aspect called "TotallyNotPostingAnythingHere" + And I have an aspect called "NotPostingThingsHere" And I have user with username "alice" in an aspect called "PostingTo" - And I have user with username "alice" in an aspect called "TotallyNotPostingAnythingHere" + And I have user with username "alice" in an aspect called "NotPostingThingsHere" And I am on the home page @@ -39,7 +39,7 @@ Feature: posting from the main page Then I should see "I am eating a yogurt" When I follow "Your Aspects" within "#aspect_nav" - And I follow "TotallyNotPostingAnythingHere" within "#aspect_nav" + And I follow "NotPostingThingsHere" within "#aspect_nav" And I wait for the ajax to finish Then I should not see "I am eating a yogurt"