This commit is contained in:
shelly_goldblit
2023-12-31 16:17:05 +02:00
parent 26bf99d91a
commit b4e31cc031

View File

@@ -21,7 +21,6 @@ describe("map", () => {
then(get.elementByTestId("maplibre:ctrl-zoom")).shouldContainText(
"Zoom: " + (zoomLevel + 1)
);
when.clickZoomIn();
});
});
});