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 collaboratorManage users
- Background
-
- Given
- I am Mike
- Scenarios
-
- Delete user from an inventory pool is not possible
- Remove access as inventory manager
- Change access as inventory manager
- Alphabetical sorting of users within an inventory pool
- Add new user to the inventory pool inventory manager
- Delete user from an inventory pool is not possible
-
- Given
- I pick a user without access rights, orders or contracts
- When
- I am looking at the user list in any inventory pool
- Then
- the delete button for that user is not present
- Remove access as inventory manager
-
- And
- I am editing a user who has access to and no items from an inventory pool
- When
- I remove their access
- And
- I save
- Then
- the user has no access to the inventory pool
- Change access as inventory manager
-
- And
- I edit a user who is customer in any inventory pool
- Then
-
I can only choose the following roles
No access Customer Group manager Lending manager Inventory manager - When
- I change the access level to "inventory manager"
- And
- I save
- Then
- the user has the role "inventory manager"
- Alphabetical sorting of users within an inventory pool
-
- And
- I am looking at the user list in any inventory pool
- Then
- users are sorted alphabetically by first name
- Add new user to the inventory pool inventory manager
-
- When
- I am looking at the user list in any inventory pool
- And
- I add a user
- And
-
I enter the following information
Last name First name E-Mail - And
- I enter the login data
- And
- I enter a badge ID
- Then
-
I can only choose the following roles
No access Customer Group manager Lending manager Inventory manager - When
-
I choose the following roles
tab role Customer customer Group manager group_manager Lending manager lending_manager Inventory manager inventory_manager - And
- I assign multiple groups
- And
- I save
- Then
- the user and all their information is saved
Last published over 3 years ago by mkmit.