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 collaboratorAdd Food
As an User
I want to Add food to the data grid
- Scenarios
-
- Add food
-
- Given
- I am in screen "main window"
- When
- I press the "Hinzufuegen" button
- Then
- the "edit window" should pop up
- And
- every data field should be empty
- Save added food
-
Given: I am in the "edit window"
- And
- every data field contains a value
- When
- I press the "speichern" button
- Then
- the food should be saved in the database
- And
- I return to the "main window"
Last published almost 7 years ago by SE_WATE.