Skip to content

Commit 1e6ce08

Browse files
committed
fix(test): increase timeout of collabora content
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
1 parent 1704bfb commit 1e6ce08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/support/commands.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ Cypress.Commands.add('waitForCollabora', (wrapped = false, federated = false) =>
255255

256256
cy.get('@loleafletframe')
257257
.within(() => {
258-
cy.get('#main-document-content').should('be.visible')
258+
cy.get('#main-document-content').should('be.visible', { timeout: 30000 })
259259
})
260260

261261
return cy.get('@loleafletframe')

0 commit comments

Comments
 (0)