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 collaboratorSign in
In order to get access to protected sections of the site
A user
Should be able to sign in
- Scenarios
-
- User is not signed up
-
- Given
- I do not exist as a user
- When
- I sign in with valid credentials
- Then
- I see an invalid login message
- And
- I should be signed out
- User signs in successfully
-
- Given
- I exist as a user
- And
- I am not logged in
- When
- I sign in with valid credentials
- Then
- I see a successful sign in message
- When
- I return to the site
- Then
- I should be signed in
- User enters wrong email
-
- Given
- I exist as a user
- And
- I am not logged in
- When
- I sign in with a wrong email
- Then
- I see an invalid login message
- And
- I should be signed out
- User enters wrong password
-
- Given
- I exist as a user
- And
- I am not logged in
- When
- I sign in with a wrong password
- Then
- I see an invalid login message
- And
- I should be signed out
Last published over 7 years ago by elgalu.