mirror of
https://github.com/maputnik/editor.git
synced 2026-08-24 22:17:25 +00:00
Move things back to where this will still work.
This commit is contained in:
@@ -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");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user