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 collaboratorLogin into an user account
As a user
I want to login into my account
So that i can use OFK
- Scenarios
-
- Login into an existing user account
-
- Given
- <email> is correct
- And
- <password> is correct
- When
- I try to login
- Then
- login should be successful
- And
- user page should be displayed
- Login into an not existing user account
-
- Given
- <email> isn't stored
- When
- I try to login
- Then
- login should not be successful
- And
- a warning should be displayed
-
Login with an incorrect
-
- Given
- <email> correct
- And
- <password> incorrect
- When
- I try to login
- Then
- login should not be successful
- And
- a warning should be displayed
Last published almost 7 years ago by mherz.