diff --git a/cypress/e2e/map.cy.ts b/cypress/e2e/map.cy.ts index d0956bcb..149dc88e 100644 --- a/cypress/e2e/map.cy.ts +++ b/cypress/e2e/map.cy.ts @@ -21,7 +21,6 @@ describe("map", () => { then(get.elementByTestId("maplibre:ctrl-zoom")).shouldContainText( "Zoom: " + (zoomLevel + 1) ); - when.clickZoomIn(); }); }); });