mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 03:46:53 +00:00
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:
@@ -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", () => {
|
||||
|
||||
Reference in New Issue
Block a user