diff --git a/cypress/e2e/test-nextcloud.cy.js b/cypress/e2e/test-nextcloud.cy.js index bd25538ed1144cef7d2c59c827b90a07628bd7e1..ac9976b5b35d35728c20eae1b744e328a27352de 100644 --- a/cypress/e2e/test-nextcloud.cy.js +++ b/cypress/e2e/test-nextcloud.cy.js @@ -63,7 +63,9 @@ describe('Test nextcloud', () => { // With older Nextcloud, creating the new document this way would also open // it automatically. It seems with newer nextcloud/onlyoffice that is no // longer the case. - cy.contains('a:not(.recommendation)', file_rand).should('exist').click() + // Ah with 29 it seems to work again. Keeping this in commented form in + // case it breaks again. + // cy.contains('a:not(.recommendation)', file_rand).should('exist').click() // Test Onlyoffice cy.frameLoaded('#onlyofficeFrame')