feat: add additional enum arrays for better TS support #11576
Annotations
5 errors and 1 notice
👩🔬 Test showcase with Playwright 🎭
Process completed with exit code 1.
|
🔣 Print GitHub Report:
showcases/e2e/default.ts#L60
1) [chromium] › default.ts:13:4 › DBSection › should match screenshot ────────────────────────────
Error: Screenshot comparison failed:
493 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/section/showcase/chromium/regular/neutral/DBSection-should-match-screenshot.png
Received: /__w/mono/mono/showcases/vue-showcase/test-results/section-showcase-section-DBSection-should-match-screenshot-chromium/regular-neutral-actual.png
Diff: /__w/mono/mono/showcases/vue-showcase/test-results/section-showcase-section-DBSection-should-match-screenshot-chromium/regular-neutral-diff.png
Call log:
- expect.toHaveScreenshot(regular/neutral.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 493 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
- 493 pixels (ratio 0.01 of all image pixels) are different.
58 | config.mask = [header];
59 |
> 60 | await expect(page).toHaveScreenshot(
| ^
61 | [density, `${color}.png`],
62 | config
63 | );
at /__w/mono/mono/showcases/e2e/default.ts:60:24
|
🔣 Print GitHub Report:
showcases/e2e/default.ts#L60
1) [chromium] › default.ts:13:4 › DBSection › should match screenshot ────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
493 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/section/showcase/chromium/regular/neutral/DBSection-should-match-screenshot.png
Received: /__w/mono/mono/showcases/vue-showcase/test-results/section-showcase-section-DBSection-should-match-screenshot-chromium-retry1/regular-neutral-actual.png
Diff: /__w/mono/mono/showcases/vue-showcase/test-results/section-showcase-section-DBSection-should-match-screenshot-chromium-retry1/regular-neutral-diff.png
Call log:
- expect.toHaveScreenshot(regular/neutral.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 493 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
- 493 pixels (ratio 0.01 of all image pixels) are different.
58 | config.mask = [header];
59 |
> 60 | await expect(page).toHaveScreenshot(
| ^
61 | [density, `${color}.png`],
62 | config
63 | );
at /__w/mono/mono/showcases/e2e/default.ts:60:24
|
🔣 Print GitHub Report:
showcases/e2e/default.ts#L60
2) [firefox] › default.ts:13:4 › DBSection › should match screenshot ─────────────────────────────
Error: Screenshot comparison failed:
542 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/section/showcase/firefox/regular/neutral/DBSection-should-match-screenshot.png
Received: /__w/mono/mono/showcases/vue-showcase/test-results/section-showcase-section-DBSection-should-match-screenshot-firefox/regular-neutral-actual.png
Diff: /__w/mono/mono/showcases/vue-showcase/test-results/section-showcase-section-DBSection-should-match-screenshot-firefox/regular-neutral-diff.png
Call log:
- expect.toHaveScreenshot(regular/neutral.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 542 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
- 542 pixels (ratio 0.01 of all image pixels) are different.
58 | config.mask = [header];
59 |
> 60 | await expect(page).toHaveScreenshot(
| ^
61 | [density, `${color}.png`],
62 | config
63 | );
at /__w/mono/mono/showcases/e2e/default.ts:60:24
|
🔣 Print GitHub Report:
showcases/e2e/default.ts#L60
2) [firefox] › default.ts:13:4 › DBSection › should match screenshot ─────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
542 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/section/showcase/firefox/regular/neutral/DBSection-should-match-screenshot.png
Received: /__w/mono/mono/showcases/vue-showcase/test-results/section-showcase-section-DBSection-should-match-screenshot-firefox-retry1/regular-neutral-actual.png
Diff: /__w/mono/mono/showcases/vue-showcase/test-results/section-showcase-section-DBSection-should-match-screenshot-firefox-retry1/regular-neutral-diff.png
Call log:
- expect.toHaveScreenshot(regular/neutral.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 542 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
- 542 pixels (ratio 0.01 of all image pixels) are different.
58 | config.mask = [header];
59 |
> 60 | await expect(page).toHaveScreenshot(
| ^
61 | [density, `${color}.png`],
62 | config
63 | );
at /__w/mono/mono/showcases/e2e/default.ts:60:24
|
🔣 Print GitHub Report
2 failed
[chromium] › default.ts:13:4 › DBSection › should match screenshot ─────────────────────────────
[firefox] › default.ts:13:4 › DBSection › should match screenshot ──────────────────────────────
43 passed (52.6s)
|
Loading