Move things back to where this will still work.

This commit is contained in:
HarelM
2026-07-08 15:05:35 +03:00
parent 4249e9beb9
commit 8344a30f5d
21 changed files with 80 additions and 65 deletions
+4 -2
View File
@@ -1,10 +1,12 @@
import { MaputnikDriver } from "./maputnik-driver";
test.describe("accessibility", () => {
const test = it;
describe("accessibility", () => {
const { beforeAndAfter, get, when, then } = new MaputnikDriver();
beforeAndAfter();
test.describe("skip links", () => {
describe("skip links", () => {
beforeEach(() => {
when.setStyle("layer");
});