one cuke failing in changes_password.feature
This commit is contained in:
parent
44c9fcf65f
commit
93c70f0649
6 changed files with 26 additions and 8 deletions
|
|
@ -22,7 +22,7 @@ Feature: invitation acceptance
|
|||
And I press "Update Profile"
|
||||
And I should see "Welcome"
|
||||
When I follow "Finished"
|
||||
Then I should be on the aspects page
|
||||
Then I should be on the multi page
|
||||
|
||||
Scenario: accept invitation from user
|
||||
Given I have been invited by a user
|
||||
|
|
@ -46,7 +46,7 @@ Feature: invitation acceptance
|
|||
And I press "Update Profile"
|
||||
And I should see "Welcome"
|
||||
When I follow "Finished"
|
||||
Then I should be on the aspects page
|
||||
Then I should be on the multi page
|
||||
|
||||
Scenario: sends an invitation
|
||||
Given a user with email "bob@bob.bob"
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ Feature: Change password
|
|||
Then I should see "Password changed"
|
||||
Then I should be on the new user session page
|
||||
When I sign in with password "newsecret"
|
||||
Then I should be on the aspects page
|
||||
Then I should be on the mutli page
|
||||
|
||||
Scenario: Reset my password
|
||||
Given a user with email "forgetful@users.net"
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ Feature: infinite scroll
|
|||
Given many posts from alice for bob
|
||||
And I resize my window to 800x600
|
||||
And I sign in as "bob@bob.bob"
|
||||
And I follow "Your Aspects"
|
||||
And I wait for the ajax to finish
|
||||
|
||||
Scenario: on the main stream by activity
|
||||
|
|
|
|||
|
|
@ -55,9 +55,9 @@ Feature: Notifications
|
|||
And I wait for the ajax to finish
|
||||
Then the notification dropdown should be visible
|
||||
And I wait for the ajax to finish
|
||||
Then I should see "just liked your post"
|
||||
Then I should see "liked your post"
|
||||
When I follow "View all"
|
||||
Then I should see "just liked your post"
|
||||
Then I should see "liked your post"
|
||||
And I should have 1 email delivery
|
||||
|
||||
Scenario: someone comments on my post
|
||||
|
|
|
|||
|
|
@ -39,7 +39,11 @@ Feature: public repost
|
|||
|
||||
When I go to the destroy user session page
|
||||
And I sign in as "bob@bob.bob"
|
||||
|
||||
# NOTE(why do we need this to make this work?)
|
||||
And I wait for 2 seconds
|
||||
And I go to the home page
|
||||
|
||||
Then I should see "reshare this!"
|
||||
And I should not see "Reshare original"
|
||||
|
||||
|
|
@ -50,7 +54,10 @@ Feature: public repost
|
|||
And I follow "Reshare"
|
||||
And I wait for the ajax to finish
|
||||
|
||||
# NOTE(why do we need this to make this work?)
|
||||
And I wait for 2 seconds
|
||||
And I go to the home page
|
||||
|
||||
Then I should see a ".reshare"
|
||||
And I should see "reshare this!"
|
||||
And I should see "Bob"
|
||||
|
|
@ -77,7 +84,10 @@ Feature: public repost
|
|||
And I follow "Reshare"
|
||||
And I wait for the ajax to finish
|
||||
|
||||
# NOTE(why do we need this to make this work?)
|
||||
And I wait for 2 seconds
|
||||
And I go to the home page
|
||||
|
||||
And I wait for the ajax to finish
|
||||
Then I should see a ".reshare"
|
||||
And I should see "reshare this!"
|
||||
|
|
@ -90,7 +100,10 @@ Feature: public repost
|
|||
And I follow "Reshare"
|
||||
And I wait for the ajax to finish
|
||||
|
||||
# NOTE(why do we need this to make this work?)
|
||||
And I wait for 2 seconds
|
||||
And I go to the home page
|
||||
|
||||
Then I should see a ".reshare"
|
||||
And I should see "reshare this!"
|
||||
And I should see "Bob"
|
||||
|
|
@ -110,12 +123,16 @@ Feature: public repost
|
|||
And I wait for the ajax to finish
|
||||
And I preemptively confirm the alert
|
||||
And I follow "Reshare"
|
||||
And I wait for the ajax to finish
|
||||
|
||||
# NOTE(why do we need this to make this work?)
|
||||
And I wait for 2 seconds
|
||||
When I go to the home page
|
||||
|
||||
Then I should see a ".reshare"
|
||||
And I should see "reshare this!"
|
||||
And I should see "Bob"
|
||||
|
||||
# NOTE(why do we need this to make this work?)
|
||||
And I wait for 2 seconds
|
||||
When I go to the home page
|
||||
Then I should see "1 reshare"
|
||||
|
|
|
|||
|
|
@ -27,9 +27,9 @@ Feature: new user registration
|
|||
And I should see "Welcome"
|
||||
And I follow "Finished"
|
||||
|
||||
Then I should be on the aspects page
|
||||
Then I should be on the multi page
|
||||
And I should not see "Finished"
|
||||
|
||||
Scenario: new user skips the setup wizard
|
||||
When I follow "Finished"
|
||||
Then I should be on the aspects page
|
||||
Then I should be on the multi page
|
||||
|
|
|
|||
Loading…
Reference in a new issue