mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
20 lines
564 B
Gherkin
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 |