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
In order to use the site
Users must be able to login
- Scenarios
-
- Login
-
- Given
- "[email protected]" is a user
- When
- I login as "[email protected]"
- Then
- I should be logged in
- Login to an empty group
-
- Given
- a group "demo-group" with "[email protected]" as admin
- When
- I login as "[email protected]"
- Then
- I should be logged in
- Not A Registered User
-
- When
- I login as "[email protected]"
- Then
- I should not be logged in
- Invalid Password
-
- Given
- "[email protected]" is a user
- When
- I login as "[email protected]" with an incorrect password
- Then
- I should not be logged in
Last published over 7 years ago by Loomio Project.