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 collaboratorTab layouts
In order to be usable
The user
wants to be able to organize many patients
- Background
-
- Given
- an account "Andre" with email "[email protected]"
- And
- an account "Ria" with email "[email protected]"
- And
- an account "Dirk" with email "[email protected]"
- And
- an account "Johan" with email "[email protected]"
- Given
- "Ria" has a sharing relationship with "Andre"
- And
- "Dirk" has a sharing relationship with "Andre"
- And
- "Johan" has a sharing relationship with "Andre"
- And
- "Andre" is logged in
- Scenarios
-
- Showing the tabs
-
- Given
- I am on Andre's page
- Then
- I should not see "and 1 others..." within "#tabs"
- And
- I should see "Ria" within "#tabs"
- And
- I should see "Dirk" within "#tabs"
- And
- I should see "Johan" within "#tabs"
- Showing the overflow tabs
-
- Given
- an account "Joke" with email "[email protected]"
- And
- an account "Jannie" with email "[email protected]"
- And
- an account "Jonno" with email "[email protected]"
- And
- an account "Rietje" with email "[email protected]"
- And
- an account "Niek" with email "[email protected]"
- And
- "Niek" has a sharing relationship with "Andre"
- And
- "Joke" has a sharing relationship with "Andre"
- And
- "Jannie" has a sharing relationship with "Andre"
- And
- "Jonno" has a sharing relationship with "Andre"
- And
- I am on Andre's page
- Then
- I should see "and 4 others..." within "#tabs"
Last published over 7 years ago by Dreetje.