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 collaboratorCreate Contact as Administrator
As an Administrator
I want to be able to create a contact under another non-admin partner
- Background
-
- Given
- I am authenticated as administrator
- Scenarios
-
- Successfully create a new contact
-
- When
- I create a new contact
- Then
- contact must be created
- Bad request
-
- When
- I create a new contact bad request
- Then
- error must be bad request
Examples: bad request with empty request - Invalid parameter
-
- When
- I create a new contact invalid parameter
- Then
- error must be validation failed
- And
- validation error on field must be "code"
Examples: invalid parameter field code with existing handle handle already_exists under another admin partner partner invalid with empty partner partner invalid with non-existing partner partner invalid
Last published over 7 years ago by ealden.