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 collaboratorKeeping track of notes
In order to keep track of important information
The user
wants to post notes with people
- Background
-
- Given
- an account "Andre" with email "[email protected]"
- And
- an account "Ria" with email "[email protected]"
- And
- an account "Oscar" with email "[email protected]"
- And
- "Andre" has a sharing relationship with "Ria"
- And
- "Andre" receives care
- And
- "Ria" is logged in
- Scenarios
-
- Adding a note to a person
-
- Given
- I am on Andre's page
- When
- I follow "notes_button"
- And
- I enter "Test note" as note
- And
- I press "Save"
- Then
- I should be on Andre's page
- And
- I should see "Test note"
Last published over 7 years ago by Dreetje.