Map Undo Redo

Undo Planting

  • 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:

Undo Redo Planting

  • 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:

Undo Redo Planting with Keybinding

  • 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:

Successful undo deletion

  • 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: