From 80e5f2f8407feccf55d94b1dfd808bcec45e0b49 Mon Sep 17 00:00:00 2001 From: Bangbay Siboliban Date: Fri, 22 Nov 2024 22:34:56 -0500 Subject: [PATCH] Wait --- tests/cypress/e2e/mcpar/form.cy.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/cypress/e2e/mcpar/form.cy.js b/tests/cypress/e2e/mcpar/form.cy.js index a181b3223..0af009775 100644 --- a/tests/cypress/e2e/mcpar/form.cy.js +++ b/tests/cypress/e2e/mcpar/form.cy.js @@ -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);