diff --git a/cypress/e2e/history.cy.ts b/cypress/e2e/history.cy.ts index 2dbe3f4a..7a16b62f 100644 --- a/cypress/e2e/history.cy.ts +++ b/cypress/e2e/history.cy.ts @@ -1,7 +1,7 @@ import { MaputnikDriver } from "./maputnik-driver"; describe("history", () => { - let { beforeAndAfter, when, get, should, then } = new MaputnikDriver(); + let { beforeAndAfter, when, get, should } = new MaputnikDriver(); beforeAndAfter(); let undoKeyCombo: string;