- Description: The map should be moved left/right/up/down when using the pan gesture.
- Given I am on a map page
- When I use the pan gesture (2 fingers moving in the same direction)
- Then the map is moved in the direction of the pan gesture
- Actual Result:
- Test Result:
- Notes: Can only be tested on touchscreen devices
- Description: The map should be zoomed in/out when using the pinch gesture.
- Given I am on a map page
- When I use the pinch gesture (2 fingers moving towards or away from each other)
- Then the map is zoomed in/out
- Actual Result:
- Test Result:
- Notes: Can only be tested on touchscreen devices
- Notes: Upper and lower limits of zoom level should be similar to zooming with the mouse wheel