mirror of
https://github.com/maputnik/editor.git
synced 2026-02-06 20:50:12 +00:00
fix build
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import { then } from "@shellygo/cypress-test-utils/assertable";
|
||||
import MaputnikDriver from "./maputnik-driver";
|
||||
import { MaputnikDriver, then } from "./maputnik-driver";
|
||||
|
||||
describe("accessibility", () => {
|
||||
let { beforeAndAfter, get, when, should } = new MaputnikDriver();
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import MaputnikDriver from "./maputnik-driver";
|
||||
import { MaputnikDriver } from "./maputnik-driver";
|
||||
|
||||
describe("history", () => {
|
||||
let { beforeAndAfter, when, get, should } = new MaputnikDriver();
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import { then } from "@shellygo/cypress-test-utils/assertable";
|
||||
import MaputnikDriver from "./maputnik-driver";
|
||||
import { MaputnikDriver, then } from "./maputnik-driver";
|
||||
|
||||
describe("keyboard", () => {
|
||||
let { beforeAndAfter, given, when, get } = new MaputnikDriver();
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import { then } from "@shellygo/cypress-test-utils/assertable";
|
||||
import MaputnikDriver from "./maputnik-driver";
|
||||
import { MaputnikDriver, then } from "./maputnik-driver";
|
||||
|
||||
describe("map", () => {
|
||||
let { beforeAndAfter, get, when } = new MaputnikDriver();
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import { then } from "@shellygo/cypress-test-utils/assertable";
|
||||
import MaputnikDriver from "./maputnik-driver";
|
||||
import { MaputnikDriver, then } from "./maputnik-driver";
|
||||
|
||||
describe("modals", () => {
|
||||
let { beforeAndAfter, when, get } = new MaputnikDriver();
|
||||
|
||||
Reference in New Issue
Block a user