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 Kassen erzeugen, sie umbenennen, löschen oder auswählen
- Scenarios
-
- As user I can create a new Register
- As user I can delete a Register
- As user I can rename a Register
- As user I can select a Register
- As user I can create a new Register
-
- Given
- I am on the Page for Register select
- And
- I enter a name for the new Register
- And
- I press save
- Then
- I should see a new Register
- As user I can delete a Register
-
- Given
- I am on the page for register select
- And
- I press long on a Register
- And
- I chose delete Register
- And
- I press OK at the Dialog
- Then
- I should not see the Register
- As user I can rename a Register
-
- Given
- a Register exists
- And
- I press long on the Register
- And
- I enter the new name
- And
- I press OK
- Then
- I should see the new name
- As user I can select a Register
-
- Given
- a Register exists
- And
- I press the Register
- Then
- I should see Register View
Last published almost 7 years ago by SmartKasse.