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 collaboratorAls Benutzer möchte ich Kunden anlegen und diese verwalten
- Scenarios
-
- I want to open the Menu to select a customer
- I want to select a customer
- I want to create a customer
- I want to delete a customer
- I want to rename a customer
-
- Given
- I see a register
- And
- I swipe right
- Then
- I should see the Menu to select a customer
- I want to select a customer
-
- Given
- I see the Menu for select a customer
- And
- I select a customer
- Then
- I should see the name at the Register Header
- I want to create a customer
-
- Given
- I see the Sliding Menu
- And
- I write a new name
- And
- I press save
- Then
- I should see the name in the Menu
- I want to delete a customer
-
- Given
- I see the Sliding Menu
- And
- I press long on the name
- And
- I select delete
- And
- I press OK
- Then
- I shouldn’t see the name in the Menu
- I want to rename a customer
-
- Given
- I see the Sliding Menu
- And
- I press long on the name
- And
- I enter a new Name in the NameField
- And
- I press OK
- Then
- I should see the new name in the Sliding Menu
Last published almost 7 years ago by SmartKasse.