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 collaboratorEdit Food
As an User
I want to Edit food to the data grid
- Scenarios
-
- Edit food
-
- Given
- I am in screen "main window"
- When
- I press a food in the data grid
- Then
- the "edit window" should pop up
- And
- it should contain the values of the food I selected
- And
- I should be able to edit the data fields
- Save Edited 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.