chore: fix mapbox references in tests

This commit is contained in:
Kevin Schaul
2023-08-25 16:19:24 -05:00
parent c2abaa9e27
commit 7ba1b56983
4 changed files with 6 additions and 19 deletions
+1 -1
View File
@@ -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() {