Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
shelly_goldblit committed Dec 31, 2023
1 parent f5ab97d commit 26bf99d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 9 deletions.
3 changes: 1 addition & 2 deletions cypress/e2e/accessibility.cy.ts
Original file line number Diff line number Diff line change
@@ -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();
Expand Down
2 changes: 1 addition & 1 deletion cypress/e2e/history.cy.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import MaputnikDriver from "./maputnik-driver";
import { MaputnikDriver } from "./maputnik-driver";

describe("history", () => {
let { beforeAndAfter, when, get, should } = new MaputnikDriver();
Expand Down
3 changes: 1 addition & 2 deletions cypress/e2e/keyboard.cy.ts
Original file line number Diff line number Diff line change
@@ -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();
Expand Down
3 changes: 1 addition & 2 deletions cypress/e2e/map.cy.ts
Original file line number Diff line number Diff line change
@@ -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();
Expand Down
3 changes: 1 addition & 2 deletions cypress/e2e/modals.cy.ts
Original file line number Diff line number Diff line change
@@ -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();
Expand Down

0 comments on commit 26bf99d

Please sign in to comment.