mirror of
https://github.com/maputnik/editor.git
synced 2026-06-27 09:37:26 +00:00
chore: fix mapbox references in tests
This commit is contained in:
@@ -44,7 +44,7 @@ describe("keyboard", function() {
|
||||
|
||||
it("'m' should focus map", async function() {
|
||||
await browser.keys(["m"]);
|
||||
assert(await (await $(".mapboxgl-canvas")).isFocused());
|
||||
assert(await (await $(".maplibregl-canvas")).isFocused());
|
||||
});
|
||||
|
||||
it("'!' should show debug modal", async function() {
|
||||
|
||||
Reference in New Issue
Block a user