diff --git a/Chart.yaml b/Chart.yaml index edffa92c2758e041aea6c50b35eb3f0c14b50be3..ae798a10ead14e9825e5817e82312b6fe0c0ca7e 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -4,7 +4,7 @@ description: | A helm chart for installing NextCloud and setting up ONLYOFFICE integration name: nextcloud-onlyoffice appVersion: NC-28.0.4-OO-7.2.2.56 -version: 0.15.22 +version: 0.15.23-recommendation icon: https://cdn.rawgit.com/docker-library/docs/defa5ffc7123177acd60ddef6e16bddf694cc35f/nextcloud/logo.svg dependencies: # https://artifacthub.io/packages/helm/nextcloud/nextcloud diff --git a/cypress/e2e/test-nextcloud.cy.js b/cypress/e2e/test-nextcloud.cy.js index b394001128b43ed177e9a509c08e461925fc8e57..bd25538ed1144cef7d2c59c827b90a07628bd7e1 100644 --- a/cypress/e2e/test-nextcloud.cy.js +++ b/cypress/e2e/test-nextcloud.cy.js @@ -63,7 +63,7 @@ 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', file_rand).should('exist').click() + cy.contains('a:not(.recommendation)', file_rand).should('exist').click() // Test Onlyoffice cy.frameLoaded('#onlyofficeFrame')