Skip to content

Commit

Permalink
Wait 1s before/after entering opportunity keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
rblaine95 committed Feb 27, 2024
1 parent c1c8fcd commit 0dc57e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cypress/e2e/opportunities.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,9 @@ 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.wait(1000);

cy.get("button[type=submit]").should("exist").click();

Expand Down

0 comments on commit 0dc57e0

Please sign in to comment.