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 collaboratorIch möchte einen Kauf verwalten und abrechnen
- Scenarios
-
- I want to select a Item
- I want to sell a Item
- I want to sell two Items and then calculate the change
- I want to select a Item
-
- Given
- I see the Register
- And
- I press an Item
- Then
- I should see the prize of the Item in the prize-text-field
- I want to sell a Item
-
- Given
- I see the Register
- And
- I see the prize of the item in the prize-text-field
- And
- I press the Pay-Button
- Then
- I should see the prize of 0,00€ in the prize-text-field
- I want to sell two Items and then calculate the change
-
- Given
- I see the prize in the prize-text-field
- And
- I press the calculate-change-Button
- Then
- I should see the Change-Calculator
Last published almost 7 years ago by SmartKasse.