chore(deps): update eslint (major) #2974
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
1305 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
- 1305 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
- 1305 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
1305 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
- 1305 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
- 1305 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. 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 #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
- 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 ──────────────────────────────
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
- 8590 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
- 6578 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
- 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
- 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/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. 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 #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
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. 473084 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
- 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
|
|
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 ────────────────────
1 flaky
[chromium] › tests/support-us.spec.ts:20:5 › Donation method details › Expanding 'Partner werden'
20 skipped
67 passed (5.5m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
|
68.2 MB |
sha256:6a617c6cfdfd1a88f7e292d6d2060c2f4bcbe986f1416b5a024b2f2a3e40fbdc
|
|
|
playwright-results
|
10.1 KB |
sha256:5d57fb7ca9d7ee14b2110bb1493f8839035473ca6815736dd2ddfdebba0c2093
|
|