fix build

This commit is contained in:
shelly_goldblit
2023-12-31 13:45:34 +02:00
parent f5ab97d3a7
commit 26bf99d91a
5 changed files with 5 additions and 9 deletions

View File

@@ -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();

View File

@@ -1,4 +1,4 @@
import MaputnikDriver from "./maputnik-driver";
import { MaputnikDriver } from "./maputnik-driver";
describe("history", () => {
let { beforeAndAfter, when, get, should } = new MaputnikDriver();

View File

@@ -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();

View File

@@ -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();

View File

@@ -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();