test(CY): increase intercept message wait during excel download test

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
Raju Udava
2022-09-29 14:49:59 +05:30
parent 8a4b6fe3e3
commit 84a35fc049

View File

@@ -174,8 +174,9 @@ export const genTest = (apiType, dbType) => {
});
cy.getActiveModal().find(".ant-btn-primary").click();
// wait for page to get loaded (issue observed in CI-CD)
cy.wait("@waitForPageLoad");
// Wait for page to get loaded (issue observed in CI-CD)
// Timeout set to 30 seconds. Default was 5 seconds. Increased due to delay in completion sometimes in CI-CD
cy.wait("@waitForPageLoad", { timeout: 30000 });
});
it("File Upload: Verify loaded data", () => {