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 collaboratorUser edits role
In order to modify a role
As a user viewing a role
I want to edit the role
- Scenarios
-
- Scenario
-
- Given
- I am signed in
- And
-
the following roles:
name clinician - And
- I am on the roles page
- When
- I follow "clinician"
- And
- I should see "Edit"
- And
- I follow "Edit"
- Then
- the "Name" field should contain "clinician"
- When
- I fill in "Name" with "Doctor"
- And
- I press "Update Role"
- Then
- I should see "Doctor"
Last published almost 7 years ago by wminsinger.