Increase timeout waiting for home screen after login in cypress test (#9370)
* Increase timeout waiting for home screen after login in cypress test
This commit is contained in:
parent
c9f5d57fa0
commit
20ce0e6c8c
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ describe("Login", () => {
|
||||||
cy.startMeasuring("from-submit-to-home");
|
cy.startMeasuring("from-submit-to-home");
|
||||||
cy.get(".mx_Login_submit").click();
|
cy.get(".mx_Login_submit").click();
|
||||||
|
|
||||||
cy.url().should('contain', '/#/home');
|
cy.url().should('contain', '/#/home', { timeout: 30000 });
|
||||||
cy.stopMeasuring("from-submit-to-home");
|
cy.stopMeasuring("from-submit-to-home");
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue