diff --git a/cypress/e2e/map.cy.ts b/cypress/e2e/map.cy.ts index f1700c1a..1a11dfe2 100644 --- a/cypress/e2e/map.cy.ts +++ b/cypress/e2e/map.cy.ts @@ -18,6 +18,7 @@ describe("map", () => { let zoomLevel = 12.37; when.setStyle("geojson", zoomLevel); then(get.elementByTestId("maplibre:ctrl-zoom")).shouldBeVisible(); + when.clickZoomIn(); then(get.elementByTestId("maplibre:ctrl-zoom")).shouldContainText( "Zoom: " + (zoomLevel + 1) );