From d7ea060bcb8c71af8e6a6c23a1139676299c2449 Mon Sep 17 00:00:00 2001 From: Julius Knorr Date: Thu, 13 Feb 2025 17:38:32 +0100 Subject: [PATCH 1/4] tmp: run against old server commit Signed-off-by: Julius Knorr --- .github/workflows/cypress-e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress-e2e.yml b/.github/workflows/cypress-e2e.yml index cc63eb2d82..e2ec637f85 100644 --- a/.github/workflows/cypress-e2e.yml +++ b/.github/workflows/cypress-e2e.yml @@ -49,7 +49,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: repository: nextcloud/server - ref: ${{ matrix.server-versions }} + ref: c79ad186ca58885e4811b1bd3f8a094f503fefa2 - name: Checkout submodules shell: bash From b674df8944cbf39c56739abd80f3b80015844fb9 Mon Sep 17 00:00:00 2001 From: Julius Knorr Date: Thu, 13 Feb 2025 23:49:45 +0100 Subject: [PATCH 2/4] tmp: use 15 day old collabora image 24.04.12.2.1 Signed-off-by: Julius Knorr --- .github/workflows/cypress-e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress-e2e.yml b/.github/workflows/cypress-e2e.yml index e2ec637f85..abe1d5c231 100644 --- a/.github/workflows/cypress-e2e.yml +++ b/.github/workflows/cypress-e2e.yml @@ -37,7 +37,7 @@ jobs: services: collabora: - image: ${{ matrix.code-image == 'release' && 'collabora/code:latest' || 'juliushaertl/nc-code-nightly:latest' }} + image: ${{ matrix.code-image == 'release' && 'collabora/code:24.04.12.2.1' || 'juliushaertl/nc-code-nightly:latest' }} env: extra_params: '--o:ssl.enable=false --o:home_mode.enable=true' aliasgroup1: 'http://172.17.0.1' From 4d203cfc5c0045e87e499c56017d777effb17a14 Mon Sep 17 00:00:00 2001 From: Julius Knorr Date: Fri, 14 Feb 2025 00:14:19 +0100 Subject: [PATCH 3/4] tmp: use single save us button - group seems to be broken again Signed-off-by: Julius Knorr --- cypress/e2e/integration.spec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cypress/e2e/integration.spec.js b/cypress/e2e/integration.spec.js index 4214f90f6f..5fa5f4de7a 100644 --- a/cypress/e2e/integration.spec.js +++ b/cypress/e2e/integration.spec.js @@ -66,8 +66,8 @@ describe('Nextcloud integration', function() { const exportFilename = 'document.rtf' cy.get('@loleafletframe').within(() => { cy.get('#File-tab-label').click() - cy.get('#saveas').click() - cy.get('#saveas-entries #saveas-entry-1').click() + cy.get('#file-saveas-button').click() + // cy.get('#saveas-entries #saveas-entry-1').click() }) cy.get('.saveas-dialog').should('be.visible') From 335ec07f0891ca59cd1977c14d836e54574bebc4 Mon Sep 17 00:00:00 2001 From: Julius Knorr Date: Fri, 14 Feb 2025 00:31:05 +0100 Subject: [PATCH 4/4] fixup! tmp: use single save us button - group seems to be broken again --- cypress/e2e/integration.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/e2e/integration.spec.js b/cypress/e2e/integration.spec.js index 5fa5f4de7a..d3c6d2877f 100644 --- a/cypress/e2e/integration.spec.js +++ b/cypress/e2e/integration.spec.js @@ -67,7 +67,7 @@ describe('Nextcloud integration', function() { cy.get('@loleafletframe').within(() => { cy.get('#File-tab-label').click() cy.get('#file-saveas-button').click() - // cy.get('#saveas-entries #saveas-entry-1').click() + cy.get('#saveas-entries #saveas-entry-1').click() }) cy.get('.saveas-dialog').should('be.visible')