mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
12 lines
414 B
Gherkin
12 lines
414 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: The map and its control elements are available
|
|
Given I am on the map page
|
|
Then the map component should be present
|
|
And the search input control should be present
|
|
And the geo location control should be present
|
|
And the layers control should be present
|