mirror of
https://github.com/maputnik/editor.git
synced 2026-03-25 11:40:01 +00:00
fix more tests
This commit is contained in:
@@ -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)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user