From e74382d26075118b5794e9b15c32f04612f09d34 Mon Sep 17 00:00:00 2001 From: shelly_goldblit Date: Sun, 31 Dec 2023 20:48:13 +0200 Subject: [PATCH] fix build --- cypress/e2e/accessibility.cy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", () => {