one cuke failing in changes_password.feature

This commit is contained in:
danielgrippi 2011-10-23 19:05:31 -07:00
parent 44c9fcf65f
commit 93c70f0649
6 changed files with 26 additions and 8 deletions

View file

@ -22,7 +22,7 @@ Feature: invitation acceptance
And I press "Update Profile" And I press "Update Profile"
And I should see "Welcome" And I should see "Welcome"
When I follow "Finished" 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 Scenario: accept invitation from user
Given I have been invited by a user Given I have been invited by a user
@ -46,7 +46,7 @@ Feature: invitation acceptance
And I press "Update Profile" And I press "Update Profile"
And I should see "Welcome" And I should see "Welcome"
When I follow "Finished" When I follow "Finished"
Then I should be on the aspects page Then I should be on the multi page
Scenario: sends an invitation Scenario: sends an invitation
Given a user with email "bob@bob.bob" Given a user with email "bob@bob.bob"

View file

@ -13,7 +13,7 @@ Feature: Change password
Then I should see "Password changed" Then I should see "Password changed"
Then I should be on the new user session page Then I should be on the new user session page
When I sign in with password "newsecret" 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 Scenario: Reset my password
Given a user with email "forgetful@users.net" Given a user with email "forgetful@users.net"

View file

@ -8,6 +8,7 @@ Feature: infinite scroll
Given many posts from alice for bob Given many posts from alice for bob
And I resize my window to 800x600 And I resize my window to 800x600
And I sign in as "bob@bob.bob" And I sign in as "bob@bob.bob"
And I follow "Your Aspects"
And I wait for the ajax to finish And I wait for the ajax to finish
Scenario: on the main stream by activity Scenario: on the main stream by activity

View file

@ -55,9 +55,9 @@ Feature: Notifications
And I wait for the ajax to finish And I wait for the ajax to finish
Then the notification dropdown should be visible Then the notification dropdown should be visible
And I wait for the ajax to finish 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" 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 And I should have 1 email delivery
Scenario: someone comments on my post Scenario: someone comments on my post

View file

@ -39,7 +39,11 @@ Feature: public repost
When I go to the destroy user session page When I go to the destroy user session page
And I sign in as "bob@bob.bob" 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 And I go to the home page
Then I should see "reshare this!" Then I should see "reshare this!"
And I should not see "Reshare original" And I should not see "Reshare original"
@ -50,7 +54,10 @@ Feature: public repost
And I follow "Reshare" And I follow "Reshare"
And I wait for the ajax to finish 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 go to the home page
Then I should see a ".reshare" Then I should see a ".reshare"
And I should see "reshare this!" And I should see "reshare this!"
And I should see "Bob" And I should see "Bob"
@ -77,7 +84,10 @@ Feature: public repost
And I follow "Reshare" And I follow "Reshare"
And I wait for the ajax to finish 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 go to the home page
And I wait for the ajax to finish And I wait for the ajax to finish
Then I should see a ".reshare" Then I should see a ".reshare"
And I should see "reshare this!" And I should see "reshare this!"
@ -90,7 +100,10 @@ Feature: public repost
And I follow "Reshare" And I follow "Reshare"
And I wait for the ajax to finish 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 go to the home page
Then I should see a ".reshare" Then I should see a ".reshare"
And I should see "reshare this!" And I should see "reshare this!"
And I should see "Bob" And I should see "Bob"
@ -110,12 +123,16 @@ Feature: public repost
And I wait for the ajax to finish And I wait for the ajax to finish
And I preemptively confirm the alert And I preemptively confirm the alert
And I follow "Reshare" 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 When I go to the home page
Then I should see a ".reshare" Then I should see a ".reshare"
And I should see "reshare this!" And I should see "reshare this!"
And I should see "Bob" 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 When I go to the home page
Then I should see "1 reshare" Then I should see "1 reshare"

View file

@ -27,9 +27,9 @@ Feature: new user registration
And I should see "Welcome" And I should see "Welcome"
And I follow "Finished" 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" And I should not see "Finished"
Scenario: new user skips the setup wizard Scenario: new user skips the setup wizard
When I follow "Finished" When I follow "Finished"
Then I should be on the aspects page Then I should be on the multi page