From bca6b49ad2d7db0c133aec19daf8a9e22a5613a5 Mon Sep 17 00:00:00 2001 From: Robbie Blaine Date: Tue, 27 Feb 2024 12:13:02 +0200 Subject: [PATCH] Wait 1s before entering opportunity keywords --- cypress/e2e/opportunities.cy.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/cypress/e2e/opportunities.cy.ts b/cypress/e2e/opportunities.cy.ts index e69e2fa68..91710cbf5 100644 --- a/cypress/e2e/opportunities.cy.ts +++ b/cypress/e2e/opportunities.cy.ts @@ -103,6 +103,7 @@ describe(`Opportunities`, function () { cy.get("button[type=submit]").should("exist").click(); //* step 4: fill out form and click next + cy.wait(1000); cy.get("input[id=input_keywords]").type("keyword1{enter}keyword2{enter}keyword3{enter}"); cy.get("button[type=submit]").should("exist").click();