utopia-ui/features/Map.feature
2025-03-03 13:52:47 +01:00

20 lines
564 B
Gherkin

Feature: Map
As a user
I want to have the leaflet map and its control elements available
To be able to interact with the map
Scenario: Map Component
Given I am on the map page
Then the map component should be present
Scenario: Search Control
Given I am on the map page
Then the search input control should be present
Scenario: Geolocation Control
Given I am on the map page
Then the geolocation control should be present
Scenario: Layers Control
Given I am on the map page
Then the layers control should be present