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 collaboratorAdmin removes a contact from hotel
- Scenarios
-
- removing a contact
-
- Given
- an admin
- And
-
the following hotel with address:
name The Standard - And
-
that hotel has the following contact:
name Bob Dobbs email [email protected] - And
- I am signed in
- When
- I follow "The Standard"
- And
- I follow "edit hotel"
- And
- I delete the contact for "[email protected]"
- And
- I click "update hotel"
- Then
- I should see "Hotel successfully updated."
- And
- I should not see a contact for "[email protected]"
Last published over 7 years ago by Faraaz Khan.