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 collaboratorLogging into Caren
In order to use Caren
The user
wants to log in
- Scenarios
-
- Logging in with valid credentials
-
- Given
- a person "Andre" with email "[email protected]"
- And
- "Andre" has an account with password "test123"
- And
- I am on the home page
- When
- I fill in "email" with "[email protected]"
- And
- I fill in "password" with "test123"
- And
- I press "Login"
- Then
- I should be on the dashboard page
- Trying to login with invalid credentials
-
- And
- I am on the home page
- When
- I fill in "email" with "[email protected]"
- And
- I fill in "password" with "test123"
- And
- I press "Login"
- Then
- I should see "Your password or e-mail address don't seem to be correct."
Last published over 7 years ago by Dreetje.