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 collaboratorClient
In order to practice the knowledge acquired.
As a QA.
I want to access Ninja Invoices website.
- Background
-
- Given
- I have logged in.
- And
- I have access to Clients App.
- Scenarios
-
- Add a new client with all fields filled.
- Show error message when try to create a client with invalid email.
- Edit a client and change his name.
- Remove a client already registered.
- Add a new client with all fields filled.
-
- Given
- I add a new client.
- When
- I fill in all fields.
- And
- I save this new client.
- Then
- I should see a new client at the list.
- Show error message when try to create a client with invalid email.
-
- Given
- I add a new client.
- When
- I fill in the client name.
- And
- I fill in an invalid email.
- And
- I save this new client.
- Then
- I should see a error message about invalid email.
- Edit a client and change his name.
-
- When
- I edit a client.
- And
- I change his name.
- And
- I save this new client.
- Then
- I should see the client with your new name.
- Remove a client already registered.
-
- When
- I remove a client already registered.
- And
- I accept alert about I'm right about this.
- Then
- I shouldn't see that client at the list.
Last published over 3 years ago by vhsantos.