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 collaboratorLogging In
- Scenarios
-
- Employee user logs in with valid username and password
- User tries to log in with invalid username and password
- User logs in with stored login data with downloading settings from server
- User logs in with stored login data using previous settings
- Employee user logs in with valid username and password
-
- Given
- I am on the Login Screen
- When
- I log in with valid employee user credentials
- Then
- I should be logged in
- User tries to log in with invalid username and password
-
- Given
- I am on the Login Screen
- When
- I log in with invalid employee user credentials
- Then
- I should see login error
- User logs in with stored login data with downloading settings from server
-
- Given
- I log in as an employee user
- And
- I change Employee Role settings for this user
- And
- I logout
- When
- I tap login with previous user button
- And
- I select not to login with previous settings
- Then
- new user settings should be downloaded
- User logs in with stored login data using previous settings
-
- Given
- I log in as an employee user
- And
- I change Employee Role settings for this user
- And
- I logout
- When
- I tap login with previous user button
- And
- I select to login with previous settings
- Then
- old user setting should be stored
Last published almost 7 years ago by Adrian.