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 can update their own details
In order to save the administrators time
Ordinary users should be able to update their own details
- Background An ordinary user is logged in
-
- Given
- I am logged in as a user
- Scenarios
-
- Should see some indication that they're logged in
- Should be able to log out
- I should not be able to manage campaigns
- Should see some indication that they're logged in
-
- Then
- I should see 'You are logged in as'
- And
- I should see a link to 'Log out'
- Should be able to log out
-
- When
- I click on 'Log out'
- Then
- I should not see 'You are logged in as'
- And
- I should not see a link to 'Log out'
- And
- I should not see a link to 'My details'
- And
- I should see a button labeled 'Log in'
- I should not be able to manage campaigns
-
- Then
- I should not see 'Manage Campaigns'
Last published over 7 years ago by JohnSmall.