refactor: brand component #8813
Annotations
3 errors, 2 warnings, and 1 notice
|
showcases/e2e/default.ts#L40
1) [webkit] › default.ts:13:4 › DBTag › should match screenshot ──────────────────────────────────
Error: Screenshot comparison failed:
Expected an image 1280px by 3280px, received 1280px by 3154px.
Expected: /__w/mono/mono/__snapshots__/tag/showcase/webkit/regular/neutral/DBTag-should-match-screenshot.png
Received: /__w/mono/mono/showcases/angular-showcase/test-results/tag-showcase-tag-DBTag-should-match-screenshot-webkit/regular/neutral-actual.png
Diff: /__w/mono/mono/showcases/angular-showcase/test-results/tag-showcase-tag-DBTag-should-match-screenshot-webkit/regular/neutral-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- Expected an image 1280px by 3280px, received 1280px by 3154px.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- captured a stable screenshot
- Expected an image 1280px by 3280px, received 1280px by 3154px.
38 | );
39 | await setScrollViewport(page, fixedHeight)();
> 40 | await expect(page).toHaveScreenshot(
| ^
41 | [tonality, `${color}.png`],
42 | config
43 | );
at /__w/mono/mono/showcases/e2e/default.ts:40:24
|
showcases/e2e/default.ts#L40
1) [webkit] › default.ts:13:4 › DBTag › should match screenshot ──────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
Expected an image 1280px by 3280px, received 1280px by 3154px.
Expected: /__w/mono/mono/__snapshots__/tag/showcase/webkit/regular/neutral/DBTag-should-match-screenshot.png
Received: /__w/mono/mono/showcases/angular-showcase/test-results/tag-showcase-tag-DBTag-should-match-screenshot-webkit-retry1/regular/neutral-actual.png
Diff: /__w/mono/mono/showcases/angular-showcase/test-results/tag-showcase-tag-DBTag-should-match-screenshot-webkit-retry1/regular/neutral-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- Expected an image 1280px by 3280px, received 1280px by 3154px.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- captured a stable screenshot
- Expected an image 1280px by 3280px, received 1280px by 3154px.
38 | );
39 | await setScrollViewport(page, fixedHeight)();
> 40 | await expect(page).toHaveScreenshot(
| ^
41 | [tonality, `${color}.png`],
42 | config
43 | );
at /__w/mono/mono/showcases/e2e/default.ts:40:24
|
[webkit] › default.ts#L1
[webkit] › default.ts took 32.1s
|
[chromium] › default.ts#L1
[chromium] › default.ts took 17.0s
|
|
The logs for this run have expired and are no longer available.
Loading