Skip to content
Snippets Groups Projects
Verified Commit d4c79354 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

increase timeout in cypress because onlyoffice is slow at loading

parent 23d5f7fe
No related branches found
No related tags found
1 merge request!273Resolve "Pin nextcloud onlyoffice plugin version"
Pipeline #28296 failed with stages
in 11 minutes and 23 seconds
...@@ -59,7 +59,7 @@ describe('Test nextcloud', () => { ...@@ -59,7 +59,7 @@ describe('Test nextcloud', () => {
cy.iframe('#onlyofficeFrame').within(() => { cy.iframe('#onlyofficeFrame').within(() => {
cy.frameLoaded('[name="frameEditor"]') cy.frameLoaded('[name="frameEditor"]')
cy.iframe('[name="frameEditor"]').within(() => { cy.iframe('[name="frameEditor"]').within(() => {
cy.get('#id-toolbar-btn-italic').should('be.visible').click() cy.get('#id-toolbar-btn-italic').should('be.visible').click({timeout: 60000})
cy.get('#id_main').click().type('Hi from Cypress!') cy.get('#id_main').click().type('Hi from Cypress!')
}) })
}) })
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment