To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorSelf administration
As a user
I should be able to change my password
- Scenarios
-
- Change password successfully
-
- Given
- I am an authenticated user "[email protected]" and password "changeme"
- When
- I go to the home page
- And
- I follow "Users"
- And
- I follow "Clark D Kent"
- Then
- I follow "Change Password"
- When
- I fill in "Password" with "newpass"
- And
- I fill in "Password Confirmation" with "newpass"
- And
- I press "Update"
- Then
- I should see "Successfully updated password"
- Change password failure
-
- Given
- I am an authenticated user "[email protected]" and password "changeme"
- When
- I go to the home page
- And
- I follow "Users"
- And
- I follow "Clark D Kent"
- And
- I follow "Change Password"
- When
- I fill in "Password" with "newpass"
- And
- I fill in "Password Confirmation" with "newpas"
- And
- I press "Update"
- Then
- I should see "Error changing password"
Last published over 5 years ago by knewter.