Update cypress/e2e/map.cy.ts

Co-authored-by: Yuri Astrakhan <yuriastrakhan@gmail.com>
This commit is contained in:
Harel M
2023-12-17 00:50:36 +02:00
committed by GitHub
parent 2c45b5a71d
commit a1c2670ba1

View File

@@ -22,4 +22,4 @@ describe("map", () => {
//driver.getText(".maplibregl-ctrl-zoom") === "Zoom "+(zoomLevel + 1);
})
})
})
})