mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2026-04-27 00:08:31 +00:00
Compare commits
2 Commits
7633a0a3a8
...
153ad979a4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
153ad979a4 | ||
|
|
01acc6628a |
@ -16,7 +16,7 @@ Then('the search input control should be present', () => {
|
||||
cy.get('.tw-input').should('be.visible')
|
||||
})
|
||||
|
||||
Then('the geolocation control should be present', () => {
|
||||
Then('the geo location control should be present', () => {
|
||||
cy.get('div.tw-card:nth-child(2) > div:nth-child(1)').should('be.visible')
|
||||
})
|
||||
|
||||
|
||||
@ -3,18 +3,9 @@ Feature: Map
|
||||
I want to have the leaflet map and its control elements available
|
||||
To be able to interact with the map
|
||||
|
||||
Scenario: Map Component
|
||||
Scenario: The map and its control elements are available
|
||||
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
|
||||
And the search input control should be present
|
||||
And the geo location control should be present
|
||||
And the layers control should be present
|
||||
|
||||
16203
package-lock.json
generated
16203
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user