fix failing features
This commit is contained in:
parent
d94f806a50
commit
e8bde11a92
3 changed files with 5 additions and 5 deletions
|
|
@ -7,8 +7,8 @@ Feature: Change email
|
||||||
And I follow "settings"
|
And I follow "settings"
|
||||||
Then I should be on my account settings page
|
Then I should be on my account settings page
|
||||||
When I fill in "user_email" with "new_email@newplac.es"
|
When I fill in "user_email" with "new_email@newplac.es"
|
||||||
And I press "Change E-Mail"
|
And I press "Change email"
|
||||||
Then I should see "E-Mail Changed"
|
Then I should see "Email changed"
|
||||||
And I follow the "confirm_email" link from the last sent email
|
And I follow the "confirm_email" link from the last sent email
|
||||||
Then I should see "activated"
|
Then I should see "activated"
|
||||||
And my "email" should be "new_email@newplac.es"
|
And my "email" should be "new_email@newplac.es"
|
||||||
|
|
|
||||||
|
|
@ -9,8 +9,8 @@ Feature: Change password
|
||||||
When I put in my password in "user_current_password"
|
When I put in my password in "user_current_password"
|
||||||
And I fill in "user_password" with "newsecret"
|
And I fill in "user_password" with "newsecret"
|
||||||
And I fill in "user_password_confirmation" with "newsecret"
|
And I fill in "user_password_confirmation" with "newsecret"
|
||||||
And I press "Change Password"
|
And I press "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 aspects page
|
||||||
|
|
|
||||||
|
|
@ -93,6 +93,6 @@ Feature: public repost
|
||||||
And I should see "Bob"
|
And I should see "Bob"
|
||||||
And I go to the home page
|
And I go to the home page
|
||||||
|
|
||||||
And I should see "1 Reshare"
|
And I should see "1 reshare"
|
||||||
|
|
||||||
Scenario: Can have text
|
Scenario: Can have text
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue