diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 8f4070f..a5c9f0c 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -9,7 +9,7 @@ on: jobs: check: - runs-on: ubuntu-24.04 + runs-on: ubuntu-22.04 permissions: contents: read checks: write diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d16bcc2..fe24e0b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -33,7 +33,7 @@ The playwright tests also include visual regression tests. The reference images ```bash PLAYWRIGHT_VERSION=v1.49.0 ./gradlew frontendBuild -docker run -v .:/app --workdir /app -it --rm mcr.microsoft.com/playwright:$PLAYWRIGHT_VERSION-noble npm run test:playwright +docker run -v .:/app --workdir /app -it --rm mcr.microsoft.com/playwright:$PLAYWRIGHT_VERSION-jammy npm run test:playwright ``` Exclude the playwright task from `./gradlew check` by passing `-x playwright`. diff --git a/src/test/playwright/basic.spec.ts-snapshots/add-step-1-chromium-linux.png b/src/test/playwright/basic.spec.ts-snapshots/add-step-1-chromium-linux.png index 1efe7cc..37103fc 100644 Binary files a/src/test/playwright/basic.spec.ts-snapshots/add-step-1-chromium-linux.png and b/src/test/playwright/basic.spec.ts-snapshots/add-step-1-chromium-linux.png differ diff --git a/src/test/playwright/basic.spec.ts-snapshots/add-step-2-chromium-linux.png b/src/test/playwright/basic.spec.ts-snapshots/add-step-2-chromium-linux.png index d41ec6e..e2966bc 100644 Binary files a/src/test/playwright/basic.spec.ts-snapshots/add-step-2-chromium-linux.png and b/src/test/playwright/basic.spec.ts-snapshots/add-step-2-chromium-linux.png differ diff --git a/src/test/playwright/basic.spec.ts-snapshots/add-step-3-chromium-linux.png b/src/test/playwright/basic.spec.ts-snapshots/add-step-3-chromium-linux.png index 4a8394c..92fe0da 100644 Binary files a/src/test/playwright/basic.spec.ts-snapshots/add-step-3-chromium-linux.png and b/src/test/playwright/basic.spec.ts-snapshots/add-step-3-chromium-linux.png differ diff --git a/src/test/playwright/basic.spec.ts-snapshots/renders-1-chromium-linux.png b/src/test/playwright/basic.spec.ts-snapshots/renders-1-chromium-linux.png index 24b271c..65d6316 100644 Binary files a/src/test/playwright/basic.spec.ts-snapshots/renders-1-chromium-linux.png and b/src/test/playwright/basic.spec.ts-snapshots/renders-1-chromium-linux.png differ