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 collaboratorSuper admin deletes user
- Background
-
- Given
-
the following random user:
email [email protected] - Given
- a super admin
- And
- I am signed in
- And
- I am managing users
- When
- I follow "[email protected]"
- Scenarios
-
- deleting a user
-
- When
- I follow "delete user"
- Then
- I should see "Successfully deleted [email protected]"
- And
- the user list should not contain "[email protected]"
- And
- "[email protected]" should be soft-deleted
- cancelling
-
- When
- I follow "cancel"
- Then
- I should be on the users page
Last published almost 7 years ago by Faraaz Khan.