- Description: Undo and Redo a Planting to the map.
- Given I am on the map page with the plant layer active
- When I select a plant and place it onto the map
- When I click Undo in the Left Toolbar
- Then I can no longer see the plant
- When I click Redo in the Left Toolbar
- Then I can see the plant again I planted
- Actual Result:
- Test Result:
- Notes:
- Description: Undo and Redo a Planting to the map.
- Given I am on the map page with the plant layer active
- When I select a plant and place it onto the map
- When I click Undo in the Left Toolbar
- Then I can no longer see the plant
- When I click Redo in the Left Toolbar
- Then I can see the plant again I planted
- Actual Result:
- Test Result:
- Notes:
- Description: Undo and Redo a Planting to the map.
- Given I am on the map page with the plant layer active
- When I select a plant and place it onto the map
- When I press STRG+Z
- Then I can no longer see the plant
- When I click STRG+Y
- Then I can see the plant again I planted
- Actual Result:
- Test Result:
- Notes:
- Description: Verify that deleting an item from the map can be undone successfully.
- Given I am on the map page with the plant layer active and there is at least one plant on the map
- When I delete a plant from the map
- Then the plant is removed from the map
- When I click Undo in the Left Toolbar
- Then the deleted plant reappears on the map
- Actual Result:
- Test Result:
- Notes: