chore(deps): update dependency globals to v17 #1044
Annotations
10 errors and 1 notice
|
Run Playwright tests:
tests/events.spec.ts#L15
3) [chromium] › tests/events.spec.ts:11:1 › Event Page screenshot ────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected) failed
1325 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
- 1325 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
- 1325 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
|
|
Run Playwright tests:
tests/events.spec.ts#L15
3) [chromium] › tests/events.spec.ts:11:1 › Event Page screenshot ────────────────────────────────
Error: expect(page).toHaveScreenshot(expected) failed
1325 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
- 1325 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
- 1325 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
|
|
Run Playwright tests:
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
|
|
Run Playwright tests:
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. 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
|
|
Run Playwright tests:
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
- 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
|
|
Run Playwright tests:
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. 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
|
|
Run Playwright tests:
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
665 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
- 34379 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
- 33714 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
- 665 pixels (ratio 0.01 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
|
|
Run Playwright tests:
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
665 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
- 41313 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
- 40648 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
- 665 pixels (ratio 0.01 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
|
|
Run Playwright tests:
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
665 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
- 34379 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
- 33714 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
- 665 pixels (ratio 0.01 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
|
|
Run Playwright tests:
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
- 41313 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
- 13268 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
- 27380 pixels (ratio 0.01 of all image pixels) are different.
- waiting 500ms 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
|
|
Run Playwright tests
19 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/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
69 passed (5.1m)
|
Loading