fixed follows_tags.feature
This commit is contained in:
parent
0a4b4fb344
commit
bbc7db3152
1 changed files with 3 additions and 5 deletions
|
|
@ -10,7 +10,6 @@ Feature: posting
|
||||||
|
|
||||||
When I sign in as "bob@bob.bob"
|
When I sign in as "bob@bob.bob"
|
||||||
And I post a status with the text "I am da #boss"
|
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
|
When I go to the destroy user session page
|
||||||
And I sign in as "alice@alice.alice"
|
And I sign in as "alice@alice.alice"
|
||||||
And I search for "#boss"
|
And I search for "#boss"
|
||||||
|
|
@ -29,13 +28,12 @@ Feature: posting
|
||||||
Then I should see "I am da #boss" within "body"
|
Then I should see "I am da #boss" within "body"
|
||||||
|
|
||||||
Scenario: can stop following a tag from the tag page
|
Scenario: can stop following a tag from the tag page
|
||||||
When I hover over the ".button.tag_following"
|
When I press "Following #boss"
|
||||||
And I press "Following #boss"
|
And I go to the tag_followings page
|
||||||
And I go to the home page
|
|
||||||
Then I should not see "#boss" within ".left_nav"
|
Then I should not see "#boss" within ".left_nav"
|
||||||
|
|
||||||
Scenario: can stop following a tag from the homepage
|
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 preemptively confirm the alert
|
||||||
And I hover over the "li.unfollow#tag-following-boss"
|
And I hover over the "li.unfollow#tag-following-boss"
|
||||||
And I follow "unfollow_boss"
|
And I follow "unfollow_boss"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue