Skip to content

Commit

Permalink
Wait
Browse files Browse the repository at this point in the history
  • Loading branch information
bangbay-bluetiger committed Nov 23, 2024
1 parent de56a7c commit 80e5f2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/cypress/e2e/mcpar/form.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ const traverseRoute = (route) => {

cy.get('button:contains("Continue")').as("mcparContinueButton").focus();
cy.get("@mcparContinueButton").click();
cy.wait(1000);
}
//If this route has children routes, traverse those as well
if (route.children) traverseRoutes(route.children);
Expand Down

0 comments on commit 80e5f2f

Please sign in to comment.