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 collaboratorUser login
When I’m visiting the site, I want to log in so I can work with my data.
- Background
-
- Given
- a user
- And
- I am logged out
- Scenarios
-
- Logging in
-
- Given
- I am on the front page
- When
- I enter the user's credentials
- And
- I click the submit button
- Then
- I should be logged in
- And
- I should be on the project listing page
- Logging in (missing required data)
-
- Given
- I am on the front page
- And
- I haven't filled out the form
- And
- I click the submit button
- Then
- I should see an error message
- Logging in (incorrect password)
-
- Given
- I am on the front page
- When
- I enter the user's credentials with an incorrect password
- And
- I click the submit button
- And
- I should see an error message
Last published over 5 years ago by Gregory Perry.