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 collaboratorRegistering new user for the site
In order to be able to access the site
As an unregistered user
I want to create a user account
- Scenarios
-
- Creating a user account
-
- When
- I go to the root page
- And
- I follow "Create an account" within the account management section
- And
- I fill in "First name" with "Bob"
- And
- I fill in "Last name" with "Test"
- And
- I fill in "Email" with "[email protected]"
- And
- I fill in "Password" with "my_password"
- And
- I fill in "Confirm password" with "my_password"
- And
- I press "Sign up"
- Then
- I should see "Hello Bob Test"
- And
- I should see "New account created."
- Editing my account
-
- Given
- I am logged in
- And
- I follow "Edit my account" within the navigation section
- And
- I fill in "First name" with "New"
- And
- I fill in "Last name" with "Name"
- And
- I press "Update"
- And
- I should see "You updated your account successfully."
- Then
- I should see "Hello New Name" within the welcome section
- Changing my password
-
- Given
- I am logged in
- And
- I follow "Edit my account" within the navigation section
- And
- I fill in "New password" with "secret"
- And
- I fill in "Confirm new password" with "secret"
- And
- I press "Update"
- And
- I should see "You updated your account successfully."
Last published over 7 years ago by MikeG.