From 42e1e459775ef685ab5a9c5a036a83a3811881fe Mon Sep 17 00:00:00 2001 From: Julius Knorr Date: Fri, 29 Nov 2024 08:22:58 +0100 Subject: [PATCH] ci: Run cypress on ubuntu-latest Signed-off-by: Julius Knorr Signed-off-by: Elizabeth Danzberger --- .github/workflows/cypress-e2e.yml | 2 +- cypress/e2e/share-link.js | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/cypress-e2e.yml b/.github/workflows/cypress-e2e.yml index 350e96bcd4..38b38ac29b 100644 --- a/.github/workflows/cypress-e2e.yml +++ b/.github/workflows/cypress-e2e.yml @@ -21,7 +21,7 @@ env: jobs: cypress: - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest strategy: fail-fast: false diff --git a/cypress/e2e/share-link.js b/cypress/e2e/share-link.js index 560f564ccf..b9c8addcbc 100644 --- a/cypress/e2e/share-link.js +++ b/cypress/e2e/share-link.js @@ -119,6 +119,4 @@ function waitForCollabora() { cy.get('#closebutton').click() cy.waitForViewerClose() }) - - cy.get('#viewer', { timeout: 5000 }).should('not.exist') }