From 930c74b2aaac11cb5885d2d394c4828aa049d7d1 Mon Sep 17 00:00:00 2001 From: "@s.roertgen" Date: Tue, 7 Nov 2023 12:04:53 +0100 Subject: [PATCH] Remove wait command. Works locally. --- cypress/e2e/searchAndFilter.cy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/e2e/searchAndFilter.cy.js b/cypress/e2e/searchAndFilter.cy.js index ba72b21..bb73a7e 100644 --- a/cypress/e2e/searchAndFilter.cy.js +++ b/cypress/e2e/searchAndFilter.cy.js @@ -34,7 +34,7 @@ describe("search and filter", () => { }, }) - cy.contains("en").click().wait(1000) // eslint-disable-line + cy.contains("en").click() // cy.get(".currentLanguage").contains("en").should("exist") cy.get("span").contains("Konzept 1").should("not.exist")