diff --git a/.github/workflows/cypress-e2e.yml b/.github/workflows/cypress-e2e.yml index 67a2d6a05d1..2b4f4dac968 100644 --- a/.github/workflows/cypress-e2e.yml +++ b/.github/workflows/cypress-e2e.yml @@ -16,7 +16,7 @@ env: jobs: init: - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest outputs: nodeVersion: ${{ steps.versions.outputs.nodeVersion }} npmVersion: ${{ steps.versions.outputs.npmVersion }} @@ -95,7 +95,7 @@ jobs: /home/runner/.cache/Cypress cypress: - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest timeout-minutes: 30 needs: init diff --git a/cypress/snapshots/base/cypress/e2e/print.spec.js/print view in single-file share.png b/cypress/snapshots/base/cypress/e2e/print.spec.js/print view in single-file share.png index 2eb518d22cc..677cf9341d8 100644 Binary files a/cypress/snapshots/base/cypress/e2e/print.spec.js/print view in single-file share.png and b/cypress/snapshots/base/cypress/e2e/print.spec.js/print view in single-file share.png differ diff --git a/cypress/snapshots/base/cypress/e2e/print.spec.js/print view in viewer.png b/cypress/snapshots/base/cypress/e2e/print.spec.js/print view in viewer.png index 463922a0a17..c5da195a656 100644 Binary files a/cypress/snapshots/base/cypress/e2e/print.spec.js/print view in viewer.png and b/cypress/snapshots/base/cypress/e2e/print.spec.js/print view in viewer.png differ