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 collaboratorWhen there is a user
- Scenarios
-
- When a user wants to change their name
- When a user wants to change their password
- When a user wants to add an address
- When a user wants to delete an address
- When a user wants to change their name
-
- Given
- There is a user
- And
- I am signed in
- When
- I visit the update user page
- Then
- My details should be shown
- And
- I should be able to update my name
- When a user wants to change their password
-
- Given
- There is a user
- And
- I am signed in
- When
- I visit the update user page
- And
- I click change password
- Then
- I should be able to update my password
- And
- My password should have changed
- When a user wants to add an address
-
- Given
- There is a user
- And
- I am signed in
- When
- I visit the update user page
- Then
- I should be able to add an address
- When a user wants to delete an address
-
- Given
- There is a user
- And
- They have an address saved
- And
- I am signed in
- When
- I visit the update user page
- Then
- I should be able to delete my address
Last published over 7 years ago by richard.