mirror of
https://github.com/maputnik/editor.git
synced 2026-06-28 10:07:27 +00:00
chore: fix mapbox references in tests
This commit is contained in:
@@ -45,7 +45,7 @@ describe("skip links", function() {
|
||||
assert(await elem.isFocused());
|
||||
await elem.click();
|
||||
|
||||
const targetEl = await $(".mapboxgl-canvas");
|
||||
const targetEl = await $(".maplibregl-canvas");
|
||||
assert(await targetEl.isFocused());
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user