From b4e31cc03138d1be233e36afc899e5a06100ed4c Mon Sep 17 00:00:00 2001 From: shelly_goldblit Date: Sun, 31 Dec 2023 16:17:05 +0200 Subject: [PATCH] fix test --- cypress/e2e/map.cy.ts | 1 - 1 file changed, 1 deletion(-) 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(); }); }); });