- Description: Add a new Shading to the map.
- Given I am on the map page with the shade layer active
- When I click on the 'Light' button
- When I draw on the map
- Then I can see that a new shading was added
- Actual Result:
- Test Result:
- Notes: Repeat this test for all Shading types
- Description: Remove a Shading from the map.
- Given I am on the map page with the shade layer active and a Shading is selected
- When I click on 'Delte' in the left toolbar
- Then I can see that a new shading was deleted
- Actual Result:
- Test Result:
- Description: Change the shade of a shading.
- Given I am on the map page with the shade layer active and a Shading is selected
- When I select different shade from the drop-down menu in the left toolbar
- Then I can see that the shade is changed successfully
- Actual Result:
- Test Result:
- Notes: select each shading type at least once
- Description: Update the date from which the shading should be active
- Given I am on the map page with the shade layer active and a Shading is selected
- When I select the current date in the timeline
- When I select a creation date in the future
- Then I can see that the shading is no longer shown on the map
- Actual Result:
- Test Result:
- Description: Update the date from which the shading should be active
- Given I am on the map page with the shade layer active and a Shading is selected
- When I select the current date in the timeline
- When I select a creation date in the past
- When I select a removal date in the future
- Then I can see that the shading is shown on the map
- Actual Result:
- Test Result:
- Description: Update the date until which the shading should be active
- Given I am on the map page with the shade layer active and a Shading is selected
- When I select the current date in the timeline
- When I select a creation date in the past
- When I select a removal date in the past after the creation date
- Then I can see that the shading is no longer shown on the map
- Actual Result:
- Test Result: