From a1c2670ba19d2aa6e45f58d739aab7a839f4f5be Mon Sep 17 00:00:00 2001 From: Harel M Date: Sun, 17 Dec 2023 00:50:36 +0200 Subject: [PATCH] Update cypress/e2e/map.cy.ts Co-authored-by: Yuri Astrakhan --- cypress/e2e/map.cy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/e2e/map.cy.ts b/cypress/e2e/map.cy.ts index eede425b..102e3055 100644 --- a/cypress/e2e/map.cy.ts +++ b/cypress/e2e/map.cy.ts @@ -22,4 +22,4 @@ describe("map", () => { //driver.getText(".maplibregl-ctrl-zoom") === "Zoom "+(zoomLevel + 1); }) }) - }) \ No newline at end of file + })