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 to Traverse
- Scenarios
-
- Logging in with a valid End User Credentials - id:83051
- Logging in with the valid super user credential - id:83052
- Logging in with invalid credentials as End user - id:83085
- Logging in with invalid credentials as Super user - id:83112
- Logging in with a valid Admin Credentials - id:84325
- Logging in with a valid End User Credentials - id:83051
-
- Given
- I am an End User
- And
- I have opened the Traverse login page
- When
- I enter the end user login credentials
- And
- Click on the "Go" button
- Then
- I should be logged into Traverse as the End user
- Logging in with the valid super user credential - id:83052
-
- Given
- I am a Super User
- And
- I have opened the Traverse login page
- When
- I enter the super user login credentials
- And
- Click on the "Go" button
- Then
- I should be logged into Traverse as the super user
- Logging in with invalid credentials as End user - id:83085
-
- Given
- I am an End User
- And
- I have opened the Traverse login page
- When
- I enter in an invalid end user credentials
- And
- Click on the "Go" button
- Then
- I should not logged into Traverse as the End user
- And
- an error message should appear
- Logging in with invalid credentials as Super user - id:83112
-
- Given
- I am an End User
- And
- I have opened the Traverse login page
- When
- I enter in an invalid super user credentials
- And
- Click on the "Go" button
- Then
- I should not logged into Traverse as the End user
- And
- an error message should appear
- Logging in with a valid Admin Credentials - id:84325
-
- Given
- I am a Admin User
- And
- I have opened the Traverse login page
- When
- I enter the admin user login credentials
- And
- Click on the "Go" button
- Then
- I should be logged into Traverse as the admin user
Last published almost 4 years ago by Jeff Hojnacke.