Skip to content

Commit b1e4f60

Browse files
committed
fix(test): increase time for viewer
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
1 parent 1704bfb commit b1e4f60

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
@@ -223,7 +223,7 @@ Cypress.Commands.add('nextcloudTestingAppConfigSet', (appId, configKey, configVa
223223
})
224224

225225
Cypress.Commands.add('waitForViewer', () => {
226-
cy.get('#viewer', { timeout: 30000 })
226+
cy.get('#viewer', { timeout: 50000 })
227227
.should('be.visible')
228228
.and('have.class', 'modal-mask')
229229
.and('not.have.class', 'icon-loading')

0 commit comments

Comments
 (0)