fix more tests

This commit is contained in:
shelly_goldblit
2023-12-31 11:42:47 +02:00
parent aa8cb8f3d3
commit 138f685293

View File

@@ -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)
);