mirror of
https://github.com/maputnik/editor.git
synced 2026-06-18 05:07:25 +00:00
fix test
This commit is contained in:
@@ -21,7 +21,6 @@ describe("map", () => {
|
|||||||
then(get.elementByTestId("maplibre:ctrl-zoom")).shouldContainText(
|
then(get.elementByTestId("maplibre:ctrl-zoom")).shouldContainText(
|
||||||
"Zoom: " + (zoomLevel + 1)
|
"Zoom: " + (zoomLevel + 1)
|
||||||
);
|
);
|
||||||
when.clickZoomIn();
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user