mirror of https://github.com/vector-im/riot-web
Increase timeout waiting for home screen after login in cypress test (#9370)
* Increase timeout waiting for home screen after login in cypress testpull/28788/head^2
parent
c9f5d57fa0
commit
20ce0e6c8c
|
@ -58,7 +58,7 @@ describe("Login", () => {
|
|||
cy.startMeasuring("from-submit-to-home");
|
||||
cy.get(".mx_Login_submit").click();
|
||||
|
||||
cy.url().should('contain', '/#/home');
|
||||
cy.url().should('contain', '/#/home', { timeout: 30000 });
|
||||
cy.stopMeasuring("from-submit-to-home");
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue