fixed follows_tags.feature

This commit is contained in:
danielgrippi 2011-12-28 12:01:39 -05:00 committed by Dennis Collinson
parent 0a4b4fb344
commit bbc7db3152

View file

@ -10,7 +10,6 @@ Feature: posting
When I sign in as "bob@bob.bob"
And I post a status with the text "I am da #boss"
And I am on the home page
When I go to the destroy user session page
And I sign in as "alice@alice.alice"
And I search for "#boss"
@ -29,13 +28,12 @@ Feature: posting
Then I should see "I am da #boss" within "body"
Scenario: can stop following a tag from the tag page
When I hover over the ".button.tag_following"
And I press "Following #boss"
And I go to the home page
When I press "Following #boss"
And I go to the tag_followings page
Then I should not see "#boss" within ".left_nav"
Scenario: can stop following a tag from the homepage
When I go to the home page
When I go to the tag_followings page
And I preemptively confirm the alert
And I hover over the "li.unfollow#tag-following-boss"
And I follow "unfollow_boss"