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 collaboratorUpdate my user settings
In order to pre-fill author metadata and keep information up to date
As a website user
I need to be able to update my meta-data and login credentials
- Background
-
- Given
- I am logged in as "[email protected]"
- Scenarios
-
- I can update my password
-
- Given
- my current password is "123"
- When
- I fill in the field "current password" with "123"
- And
- I fill in the field "new password" with "456"
- And
- I fill in the field "repeat new password" with "456"
- And
- I click "Change Password"
- Then
- My new password should be "456"
- And
- I should be logged in as "[email protected]"
- I can update my email address
-
- Given
- my current email is "[email protected]"
- When
- I fill in the field "new email" with "[email protected]"
- And
- I fill in the field "repeat new email" with "[email protected]"
- And
- I click "Change Email"
- Then
- my email should be "[email protected]"
- And
- I should be logged in as "[email protected]"
- I can update my author metadata
-
This scenario does not have any steps.
Last published almost 5 years ago by SilverbackDan.