diff --git a/cypress/e2e/accessibility.cy.ts b/cypress/e2e/accessibility.cy.ts index 0235c453..abf728c2 100644 --- a/cypress/e2e/accessibility.cy.ts +++ b/cypress/e2e/accessibility.cy.ts @@ -1,7 +1,7 @@ import { MaputnikDriver } from "./maputnik-driver"; describe("accessibility", () => { - let { beforeAndAfter, get, when, should, then } = new MaputnikDriver(); + let { beforeAndAfter, get, when, then } = new MaputnikDriver(); beforeAndAfter(); describe("skip links", () => {