Drawing Layer

Switch between drawing layers

  • Description: Switch between drawing layers
  • Given I am on the map page with a drawing layer active
  • Given I can select another drawing layer
  • When I click on a rectangle of the current layer
  • Then I can see that the rectangle is selected
  • When I switch to another drawing layer
  • When I click on a rectangle of the previous layer
  • Then I can see that the rectangle is not selected
  • When I click on a rectangle of the current layer
  • Then I can see that the rectangle is selected
  • Actual Result:
  • Test Result:
  • Notes: Can be repeated for all types of drawings
  • Notes: Also test using a touchscreen device

Diagonally resize shape

  • Description: Diagonally resize shape.
  • Given I am on the map page with the drawing layer active and a shape selected
  • When I drag a corner
  • Then I can see that the new shape size has a different ratio of length to width as before
  • Actual Result:
  • Test Result:
  • Notes: Repeat this test for all Shape types
  • Notes: Also test using a touchscreen device