itemengine-cypress-automation 1.0.111 → 1.0.112
Sign up to get free protection for your applications and to get access to all the features.
@@ -115,7 +115,7 @@ Cypress.Commands.add('pageLoadWait', (operationName = null) => {
|
|
115
115
|
} else {
|
116
116
|
cy.wait(`@${operationName}`);
|
117
117
|
}
|
118
|
-
cy.get('.MuiCircularProgress-svg')
|
118
|
+
cy.get('.MuiCircularProgress-svg', { timeout: 60000 })
|
119
119
|
.should('not.be.visible');
|
120
120
|
});
|
121
121
|
|