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
So that access to the site can be controlled
As a valid and invalid users
I want to log in to the site
- Scenarios
-
- Login should either pass validation message or show logged in as message for a variety of roles
-
- Given
- I am on login
- And
- there is an "userrole"
- When
- I fill in "email" with "user_name"
- And
- I fill in "password" with "password"
- And
- I press "commit"
- Then
- I should see "message"
Examples: userrole user_name password message notes admin [email protected] ne1home Invalid email or password Invalid PW test admin [email protected] password Logged in as Valid ID/PW test coordinator [email protected] password Logged in as Valid ID/PW test resource [email protected] password Logged in as Valid ID/PW test interviewer [email protected] password Logged in as Valid ID/PW test
Last published almost 7 years ago by Shawn Wallace.