diff --git a/cypress/e2e/searchAndFilter.cy.js b/cypress/e2e/searchAndFilter.cy.js index 542a70d..9dbd406 100644 --- a/cypress/e2e/searchAndFilter.cy.js +++ b/cypress/e2e/searchAndFilter.cy.js @@ -23,7 +23,7 @@ describe("search and filter", () => { cy.visit("/w3id.org/index.de.html") cy.contains("en").click() - + cy.wait(4000) // eslint-disable-line cy.get("span", { timeout: 10000 }).contains("Konzept 2").should("not.exist") cy.get("span").contains("Concept 1").should("exist") cy.findByRole("textbox").type("Concept 2")