Cypress - increase initial app load timeout to 30s (#9361)
This commit is contained in:
parent
20ce0e6c8c
commit
bf662851f6
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ Cypress.Commands.add("initTestUser", (synapse: SynapseInstance, displayName: str
|
||||||
|
|
||||||
return cy.visit("/").then(() => {
|
return cy.visit("/").then(() => {
|
||||||
// wait for the app to load
|
// wait for the app to load
|
||||||
return cy.get(".mx_MatrixChat", { timeout: 15000 });
|
return cy.get(".mx_MatrixChat", { timeout: 30000 });
|
||||||
}).then(() => ({
|
}).then(() => ({
|
||||||
password,
|
password,
|
||||||
accessToken: response.body.access_token,
|
accessToken: response.body.access_token,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue