Skip to content

chore(deps): update dependency globals to v17 #2975

chore(deps): update dependency globals to v17

chore(deps): update dependency globals to v17 #2975

Triggered via pull request April 12, 2026 08:28
Status Failure
Total duration 6m 28s
Artifacts 2

tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 1 warning, and 1 notice
[chromium] › tests/events.spec.ts:11:1 › Event Page screenshot: tests/events.spec.ts#L15
3) [chromium] › tests/events.spec.ts:11:1 › Event Page screenshot ──────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) failed 1365 pixels (ratio 0.01 of all image pixels) are different. Call log: - Expect "toHaveScreenshot" with timeout 5000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 1365 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 1365 pixels (ratio 0.01 of all image pixels) are different. 13 | await forceLoadImages(page); 14 | await page.getByRole('contentinfo').scrollIntoViewIfNeeded(); > 15 | await expect(page).toHaveScreenshot({ fullPage: true }); | ^ 16 | }); 17 | at /__w/website/website/tests/events.spec.ts:15:22
[chromium] › tests/events.spec.ts:11:1 › Event Page screenshot: tests/events.spec.ts#L15
3) [chromium] › tests/events.spec.ts:11:1 › Event Page screenshot ──────────────────────────────── Error: expect(page).toHaveScreenshot(expected) failed 1365 pixels (ratio 0.01 of all image pixels) are different. Call log: - Expect "toHaveScreenshot" with timeout 5000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 1365 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 1365 pixels (ratio 0.01 of all image pixels) are different. 13 | await forceLoadImages(page); 14 | await page.getByRole('contentinfo').scrollIntoViewIfNeeded(); > 15 | await expect(page).toHaveScreenshot({ fullPage: true }); | ^ 16 | }); 17 | at /__w/website/website/tests/events.spec.ts:15:22
[chromium] › tests/events.spec.ts:5:1 › Bauwoche 2024 screenshot: tests/events.spec.ts#L8
2) [chromium] › tests/events.spec.ts:5:1 › Bauwoche 2024 screenshot ────────────────────────────── Retry #3 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) failed 2012 pixels (ratio 0.01 of all image pixels) are different. Call log: - Expect "toHaveScreenshot" with timeout 5000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - Expected an image 1280px by 4495px, received 1280px by 4424px. 96547 pixels (ratio 0.02 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - Expected an image 1280px by 4424px, received 1280px by 4495px. 94569 pixels (ratio 0.02 of all image pixels) are different. - waiting 250ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 2012 pixels (ratio 0.01 of all image pixels) are different. 6 | await page.goto('/events/bauwoche-2024'); 7 | await page.getByRole('contentinfo').scrollIntoViewIfNeeded(); > 8 | await expect(page).toHaveScreenshot({ fullPage: true }); | ^ 9 | }); 10 | 11 | test('Event Page screenshot', async ({ page }) => { at /__w/website/website/tests/events.spec.ts:8:22
[chromium] › tests/events.spec.ts:5:1 › Bauwoche 2024 screenshot: tests/events.spec.ts#L8
2) [chromium] › tests/events.spec.ts:5:1 › Bauwoche 2024 screenshot ────────────────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) failed 2012 pixels (ratio 0.01 of all image pixels) are different. Call log: - Expect "toHaveScreenshot" with timeout 5000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - Expected an image 1280px by 4495px, received 1280px by 4424px. 89969 pixels (ratio 0.02 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - Expected an image 1280px by 4424px, received 1280px by 4495px. 87991 pixels (ratio 0.02 of all image pixels) are different. - waiting 250ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 2012 pixels (ratio 0.01 of all image pixels) are different. 6 | await page.goto('/events/bauwoche-2024'); 7 | await page.getByRole('contentinfo').scrollIntoViewIfNeeded(); > 8 | await expect(page).toHaveScreenshot({ fullPage: true }); | ^ 9 | }); 10 | 11 | test('Event Page screenshot', async ({ page }) => { at /__w/website/website/tests/events.spec.ts:8:22
[chromium] › tests/events.spec.ts:5:1 › Bauwoche 2024 screenshot: tests/events.spec.ts#L8
2) [chromium] › tests/events.spec.ts:5:1 › Bauwoche 2024 screenshot ────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) failed 2012 pixels (ratio 0.01 of all image pixels) are different. Call log: - Expect "toHaveScreenshot" with timeout 5000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2012 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 2012 pixels (ratio 0.01 of all image pixels) are different. 6 | await page.goto('/events/bauwoche-2024'); 7 | await page.getByRole('contentinfo').scrollIntoViewIfNeeded(); > 8 | await expect(page).toHaveScreenshot({ fullPage: true }); | ^ 9 | }); 10 | 11 | test('Event Page screenshot', async ({ page }) => { at /__w/website/website/tests/events.spec.ts:8:22
[chromium] › tests/events.spec.ts:5:1 › Bauwoche 2024 screenshot: tests/events.spec.ts#L8
2) [chromium] › tests/events.spec.ts:5:1 › Bauwoche 2024 screenshot ────────────────────────────── Error: expect(page).toHaveScreenshot(expected) failed 2012 pixels (ratio 0.01 of all image pixels) are different. Call log: - Expect "toHaveScreenshot" with timeout 5000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2012 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 2012 pixels (ratio 0.01 of all image pixels) are different. 6 | await page.goto('/events/bauwoche-2024'); 7 | await page.getByRole('contentinfo').scrollIntoViewIfNeeded(); > 8 | await expect(page).toHaveScreenshot({ fullPage: true }); | ^ 9 | }); 10 | 11 | test('Event Page screenshot', async ({ page }) => { at /__w/website/website/tests/events.spec.ts:8:22
[chromium] › tests/about-us.spec.ts:9:1 › About Us page screenshot: tests/about-us.spec.ts#L11
1) [chromium] › tests/about-us.spec.ts:9:1 › About Us page screenshot ──────────────────────────── Retry #3 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) failed Expected an image 1280px by 4497px, received 1280px by 4449px. 473084 pixels (ratio 0.09 of all image pixels) are different. Call log: - Expect "toHaveScreenshot" with timeout 5000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - Expected an image 1280px by 4497px, received 1280px by 4449px. 502514 pixels (ratio 0.09 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 164695 pixels (ratio 0.03 of all image pixels) are different. - waiting 250ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - Expected an image 1280px by 4497px, received 1280px by 4449px. 473084 pixels (ratio 0.09 of all image pixels) are different. 9 | test('About Us page screenshot', async ({ page }) => { 10 | await forceLoadImages(page); > 11 | await expect(page).toHaveScreenshot({ fullPage: true }); | ^ 12 | }); 13 | 14 | test('Exercises can be expanded', async ({ page }) => { at /__w/website/website/tests/about-us.spec.ts:11:22
[chromium] › tests/about-us.spec.ts:9:1 › About Us page screenshot: tests/about-us.spec.ts#L11
1) [chromium] › tests/about-us.spec.ts:9:1 › About Us page screenshot ──────────────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) failed Expected an image 1280px by 4497px, received 1280px by 4449px. 473084 pixels (ratio 0.09 of all image pixels) are different. Call log: - Expect "toHaveScreenshot" with timeout 5000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - Expected an image 1280px by 4497px, received 1280px by 4449px. 467887 pixels (ratio 0.09 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 6334 pixels (ratio 0.01 of all image pixels) are different. - waiting 250ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - Expected an image 1280px by 4497px, received 1280px by 4449px. 473084 pixels (ratio 0.09 of all image pixels) are different. 9 | test('About Us page screenshot', async ({ page }) => { 10 | await forceLoadImages(page); > 11 | await expect(page).toHaveScreenshot({ fullPage: true }); | ^ 12 | }); 13 | 14 | test('Exercises can be expanded', async ({ page }) => { at /__w/website/website/tests/about-us.spec.ts:11:22
[chromium] › tests/about-us.spec.ts:9:1 › About Us page screenshot: tests/about-us.spec.ts#L11
1) [chromium] › tests/about-us.spec.ts:9:1 › About Us page screenshot ──────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) failed Expected an image 1280px by 4497px, received 1280px by 4449px. 473084 pixels (ratio 0.09 of all image pixels) are different. Call log: - Expect "toHaveScreenshot" with timeout 5000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - Expected an image 1280px by 4497px, received 1280px by 4449px. 467887 pixels (ratio 0.09 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 6334 pixels (ratio 0.01 of all image pixels) are different. - waiting 250ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - Expected an image 1280px by 4497px, received 1280px by 4449px. 473084 pixels (ratio 0.09 of all image pixels) are different. 9 | test('About Us page screenshot', async ({ page }) => { 10 | await forceLoadImages(page); > 11 | await expect(page).toHaveScreenshot({ fullPage: true }); | ^ 12 | }); 13 | 14 | test('Exercises can be expanded', async ({ page }) => { at /__w/website/website/tests/about-us.spec.ts:11:22
[chromium] › tests/about-us.spec.ts:9:1 › About Us page screenshot: tests/about-us.spec.ts#L11
1) [chromium] › tests/about-us.spec.ts:9:1 › About Us page screenshot ──────────────────────────── Error: expect(page).toHaveScreenshot(expected) failed Timeout: 5000ms Failed to take two consecutive stable screenshots. Call log: - Expect "toHaveScreenshot" with timeout 5000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - Expected an image 1280px by 4497px, received 1280px by 4449px. 502514 pixels (ratio 0.09 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 164695 pixels (ratio 0.03 of all image pixels) are different. - waiting 250ms before taking screenshot - Timeout 5000ms exceeded. 9 | test('About Us page screenshot', async ({ page }) => { 10 | await forceLoadImages(page); > 11 | await expect(page).toHaveScreenshot({ fullPage: true }); | ^ 12 | }); 13 | 14 | test('Exercises can be expanded', async ({ page }) => { at /__w/website/website/tests/about-us.spec.ts:11:22
test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4, actions/upload-artifact@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
🎭 Playwright Run Summary
20 failed [chromium] › tests/about-us.spec.ts:9:1 › About Us page screenshot ───────────────────────────── [chromium] › tests/events.spec.ts:5:1 › Bauwoche 2024 screenshot ─────────────────────────────── [chromium] › tests/events.spec.ts:11:1 › Event Page screenshot ───────────────────────────────── [chromium] › tests/index.spec.ts:7:1 › index page screenshot ─────────────────────────────────── [chromium] › tests/projects.spec.ts:27:1 › Projects page screenshot ──────────────────────────── [chromium] › tests/projects.spec.ts:33:1 › Select members_only ───────────────────────────────── [chromium] › tests/projects.spec.ts:42:1 › Reselect for_all ──────────────────────────────────── [chromium] › tests/support-us.spec.ts:7:1 › support-us page screenshot ───────────────────────── [firefox] › tests/about-us.spec.ts:9:1 › About Us page screenshot ────────────────────────────── [firefox] › tests/events.spec.ts:11:1 › Event Page screenshot ────────────────────────────────── [firefox] › tests/support-us.spec.ts:7:1 › support-us page screenshot ────────────────────────── [Mobile Chrome] › tests/about-us.spec.ts:9:1 › About Us page screenshot ──────────────────────── [Mobile Chrome] › tests/events.spec.ts:5:1 › Bauwoche 2024 screenshot ────────────────────────── [Mobile Chrome] › tests/events.spec.ts:11:1 › Event Page screenshot ──────────────────────────── [Mobile Chrome] › tests/index.spec.ts:7:1 › index page screenshot ────────────────────────────── [Mobile Chrome] › tests/members.spec.ts:7:1 › members page screenshot ────────────────────────── [Mobile Chrome] › tests/projects.spec.ts:27:1 › Projects page screenshot ─────────────────────── [Mobile Chrome] › tests/projects.spec.ts:33:1 › Select members_only ──────────────────────────── [Mobile Chrome] › tests/projects.spec.ts:42:1 › Reselect for_all ─────────────────────────────── [Mobile Chrome] › tests/support-us.spec.ts:7:1 › support-us page screenshot ──────────────────── 20 skipped 68 passed (5.5m)

Artifacts

Produced during runtime
Name Size Digest
playwright-report
69.3 MB
sha256:27a65cd45af1838658a11a089639729f47668dc0bead113f959c198831dc3db4
playwright-results
10.1 KB
sha256:592cd9eb80c055b0f4df692a7de5d83fe0242b6c944b08d7353e07409982f755