Chore mitosis update #10363
default.yml
on: pull_request
init
/
Init
18s
scan-secrets
/
TruffleHog
36s
lint
/
Lint
42s
Matrix: test-components / playwright-ct
build-outputs
/
Build outputs
55s
test-foundations
/
🧪🎭 - foundations
1m 10s
Matrix: test-showcases / playwright-showcases
deploy
/
Deploy
Annotations
96 errors, 37 warnings, and 9 notices
test-components / 🧪🎭 - vue:1/3
Process completed with exit code 1.
|
[chromium] › accordion/accordion.spec.tsx:18:2 › DBAccordion › should contain text:
output/vue/src/components/accordion/accordion.spec.tsx#L20
1) [chromium] › accordion/accordion.spec.tsx:18:2 › DBAccordion › should contain text ────────────
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: locator('#root').locator('internal:control=component')
Expected string: "Test"
Received string: "Content 1Content 2Content 3"
Call log:
- expect.toContainText with timeout 5000ms
- waiting for locator('#root').locator('internal:control=component')
- locator resolved to <div class="db-accordion" id="accordion-e1a04539-378b…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-e1a04539-378b…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-e1a04539-378b…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-e1a04539-378b…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-e1a04539-378b…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-e1a04539-378b…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-e1a04539-378b…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-e1a04539-378b…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-e1a04539-378b…>…</div>
- unexpected value "Content 1Content 2Content 3"
18 | test('should contain text', async ({ mount }) => {
19 | const component = await mount(comp);
> 20 | await expect(component).toContainText('Test');
| ^
21 | });
22 |
23 | test('should match screenshot', async ({ mount }) => {
at /__w/mono/mono/output/vue/src/components/accordion/accordion.spec.tsx:20:27
|
[chromium] › accordion/accordion.spec.tsx:18:2 › DBAccordion › should contain text:
output/vue/src/components/accordion/accordion.spec.tsx#L20
1) [chromium] › accordion/accordion.spec.tsx:18:2 › DBAccordion › should contain text ────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: locator('#root').locator('internal:control=component')
Expected string: "Test"
Received string: "Content 1Content 2Content 3"
Call log:
- expect.toContainText with timeout 5000ms
- waiting for locator('#root').locator('internal:control=component')
- locator resolved to <div class="db-accordion" id="accordion-8a4c05e4-b74a…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-8a4c05e4-b74a…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-8a4c05e4-b74a…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-8a4c05e4-b74a…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-8a4c05e4-b74a…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-8a4c05e4-b74a…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-8a4c05e4-b74a…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-8a4c05e4-b74a…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-8a4c05e4-b74a…>…</div>
- unexpected value "Content 1Content 2Content 3"
18 | test('should contain text', async ({ mount }) => {
19 | const component = await mount(comp);
> 20 | await expect(component).toContainText('Test');
| ^
21 | });
22 |
23 | test('should match screenshot', async ({ mount }) => {
at /__w/mono/mono/output/vue/src/components/accordion/accordion.spec.tsx:20:27
|
[chromium] › accordion/accordion.spec.tsx:23:2 › DBAccordion › should match screenshot:
output/vue/src/components/accordion/accordion.spec.tsx#L25
2) [chromium] › accordion/accordion.spec.tsx:23:2 › DBAccordion › should match screenshot ────────
Error: A snapshot doesn't exist at /__w/mono/__snapshots__/accordion/component/chromium/DBAccordion-should-match-screenshot.png, writing actual.
23 | test('should match screenshot', async ({ mount }) => {
24 | const component = await mount(comp);
> 25 | await expect(component).toHaveScreenshot();
| ^
26 | });
27 | };
28 |
at /__w/mono/mono/output/vue/src/components/accordion/accordion.spec.tsx:25:3
|
[chromium] › accordion-item/accordion-item.spec.tsx:16:2 › DBAccordionItem › should match screenshot:
output/vue/src/components/accordion-item/accordion-item.spec.tsx#L18
3) [chromium] › accordion-item/accordion-item.spec.tsx:16:2 › DBAccordionItem › should match screenshot
Error: A snapshot doesn't exist at /__w/mono/__snapshots__/accordion-item/component/chromium/DBAccordionItem-should-match-screenshot.png, writing actual.
16 | test('should match screenshot', async ({ mount }) => {
17 | const component = await mount(comp);
> 18 | await expect(component).toHaveScreenshot();
| ^
19 | });
20 | };
21 |
at /__w/mono/mono/output/vue/src/components/accordion-item/accordion-item.spec.tsx:18:3
|
[chromium] › badge/badge.spec.tsx:16:2 › DBBadge › should match screenshot:
output/vue/src/components/badge/badge.spec.tsx#L18
4) [chromium] › badge/badge.spec.tsx:16:2 › DBBadge › should match screenshot ────────────────────
Error: A snapshot doesn't exist at /__w/mono/__snapshots__/badge/component/chromium/DBBadge-should-match-screenshot.png, writing actual.
16 | test('should match screenshot', async ({ mount }) => {
17 | const component = await mount(comp);
> 18 | await expect(component).toHaveScreenshot();
| ^
19 | });
20 | };
21 |
at /__w/mono/mono/output/vue/src/components/badge/badge.spec.tsx:18:3
|
[chromium] › brand/brand.spec.tsx:35:2 › DBBrand › should match screenshot:
output/vue/src/components/brand/brand.spec.tsx#L37
5) [chromium] › brand/brand.spec.tsx:35:2 › DBBrand › should match screenshot ────────────────────
Error: A snapshot doesn't exist at /__w/mono/__snapshots__/brand/component/chromium/DBBrand-should-match-screenshot.png, writing actual.
35 | test(`should match screenshot`, async ({ mount }) => {
36 | const component = await mount(comp);
> 37 | await expect(component).toHaveScreenshot();
| ^
38 | });
39 | };
40 |
at /__w/mono/mono/output/vue/src/components/brand/brand.spec.tsx:37:3
|
[chromium] › button/button.spec.tsx:19:3 › DBButton › should match screenshot for variant outlined:
output/vue/src/components/button/button.spec.tsx#L25
6) [chromium] › button/button.spec.tsx:19:3 › DBButton › should match screenshot for variant outlined
Error: A snapshot doesn't exist at /__w/mono/__snapshots__/button/component/chromium/DBButton-should-match-screenshot-for-variant-outlined.png, writing actual.
23 | <DBButton variant={variant}>Test</DBButton>
24 | );
> 25 | await expect(component).toHaveScreenshot();
| ^
26 | });
27 |
28 | test(`should only have icon for variant ${variant}`, async ({
at /__w/mono/mono/output/vue/src/components/button/button.spec.tsx:25:4
|
[chromium] › button/button.spec.tsx:28:3 › DBButton › should only have icon for variant outlined:
output/vue/src/components/button/button.spec.tsx#L36
7) [chromium] › button/button.spec.tsx:28:3 › DBButton › should only have icon for variant outlined
Error: A snapshot doesn't exist at /__w/mono/__snapshots__/button/component/chromium/DBButton-should-only-have-icon-for-variant-outlined.png, writing actual.
34 | </DBButton>
35 | );
> 36 | await expect(component).toHaveScreenshot();
| ^
37 | });
38 | }
39 | };
at /__w/mono/mono/output/vue/src/components/button/button.spec.tsx:36:4
|
[chromium] › button/button.spec.tsx:19:3 › DBButton › should match screenshot for variant primary:
output/vue/src/components/button/button.spec.tsx#L25
8) [chromium] › button/button.spec.tsx:19:3 › DBButton › should match screenshot for variant primary
Error: A snapshot doesn't exist at /__w/mono/__snapshots__/button/component/chromium/DBButton-should-match-screenshot-for-variant-primary.png, writing actual.
23 | <DBButton variant={variant}>Test</DBButton>
24 | );
> 25 | await expect(component).toHaveScreenshot();
| ^
26 | });
27 |
28 | test(`should only have icon for variant ${variant}`, async ({
at /__w/mono/mono/output/vue/src/components/button/button.spec.tsx:25:4
|
[chromium] › button/button.spec.tsx:28:3 › DBButton › should only have icon for variant primary:
output/vue/src/components/button/button.spec.tsx#L36
9) [chromium] › button/button.spec.tsx:28:3 › DBButton › should only have icon for variant primary
Error: A snapshot doesn't exist at /__w/mono/__snapshots__/button/component/chromium/DBButton-should-only-have-icon-for-variant-primary.png, writing actual.
34 | </DBButton>
35 | );
> 36 | await expect(component).toHaveScreenshot();
| ^
37 | });
38 | }
39 | };
at /__w/mono/mono/output/vue/src/components/button/button.spec.tsx:36:4
|
test-components / 🧪🎭 - vue:3/3
Process completed with exit code 1.
|
[mobile_chrome] › accordion/accordion.spec.tsx:18:2 › DBAccordion › should contain text:
output/vue/src/components/accordion/accordion.spec.tsx#L20
1) [mobile_chrome] › accordion/accordion.spec.tsx:18:2 › DBAccordion › should contain text ───────
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: locator('#root').locator('internal:control=component')
Expected string: "Test"
Received string: "Content 1Content 2Content 3"
Call log:
- expect.toContainText with timeout 5000ms
- waiting for locator('#root').locator('internal:control=component')
- locator resolved to <div class="db-accordion" id="accordion-7b9de00c-5f51…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-7b9de00c-5f51…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-7b9de00c-5f51…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-7b9de00c-5f51…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-7b9de00c-5f51…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-7b9de00c-5f51…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-7b9de00c-5f51…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-7b9de00c-5f51…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-7b9de00c-5f51…>…</div>
- unexpected value "Content 1Content 2Content 3"
18 | test('should contain text', async ({ mount }) => {
19 | const component = await mount(comp);
> 20 | await expect(component).toContainText('Test');
| ^
21 | });
22 |
23 | test('should match screenshot', async ({ mount }) => {
at /__w/mono/mono/output/vue/src/components/accordion/accordion.spec.tsx:20:27
|
[mobile_chrome] › accordion/accordion.spec.tsx:18:2 › DBAccordion › should contain text:
output/vue/src/components/accordion/accordion.spec.tsx#L20
1) [mobile_chrome] › accordion/accordion.spec.tsx:18:2 › DBAccordion › should contain text ───────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: locator('#root').locator('internal:control=component')
Expected string: "Test"
Received string: "Content 1Content 2Content 3"
Call log:
- expect.toContainText with timeout 5000ms
- waiting for locator('#root').locator('internal:control=component')
- locator resolved to <div class="db-accordion" id="accordion-bd57c81f-304d…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-bd57c81f-304d…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-bd57c81f-304d…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-bd57c81f-304d…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-bd57c81f-304d…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-bd57c81f-304d…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-bd57c81f-304d…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-bd57c81f-304d…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-bd57c81f-304d…>…</div>
- unexpected value "Content 1Content 2Content 3"
18 | test('should contain text', async ({ mount }) => {
19 | const component = await mount(comp);
> 20 | await expect(component).toContainText('Test');
| ^
21 | });
22 |
23 | test('should match screenshot', async ({ mount }) => {
at /__w/mono/mono/output/vue/src/components/accordion/accordion.spec.tsx:20:27
|
[mobile_chrome] › accordion/accordion.spec.tsx:23:2 › DBAccordion › should match screenshot:
output/vue/src/components/accordion/accordion.spec.tsx#L25
2) [mobile_chrome] › accordion/accordion.spec.tsx:23:2 › DBAccordion › should match screenshot ───
Error: A snapshot doesn't exist at /__w/mono/__snapshots__/accordion/component/mobile-chrome/DBAccordion-should-match-screenshot.png, writing actual.
23 | test('should match screenshot', async ({ mount }) => {
24 | const component = await mount(comp);
> 25 | await expect(component).toHaveScreenshot();
| ^
26 | });
27 | };
28 |
at /__w/mono/mono/output/vue/src/components/accordion/accordion.spec.tsx:25:3
|
[mobile_chrome] › accordion-item/accordion-item.spec.tsx:16:2 › DBAccordionItem › should match screenshot:
output/vue/src/components/accordion-item/accordion-item.spec.tsx#L18
3) [mobile_chrome] › accordion-item/accordion-item.spec.tsx:16:2 › DBAccordionItem › should match screenshot
Error: A snapshot doesn't exist at /__w/mono/__snapshots__/accordion-item/component/mobile-chrome/DBAccordionItem-should-match-screenshot.png, writing actual.
16 | test('should match screenshot', async ({ mount }) => {
17 | const component = await mount(comp);
> 18 | await expect(component).toHaveScreenshot();
| ^
19 | });
20 | };
21 |
at /__w/mono/mono/output/vue/src/components/accordion-item/accordion-item.spec.tsx:18:3
|
[mobile_chrome] › badge/badge.spec.tsx:16:2 › DBBadge › should match screenshot:
output/vue/src/components/badge/badge.spec.tsx#L18
4) [mobile_chrome] › badge/badge.spec.tsx:16:2 › DBBadge › should match screenshot ───────────────
Error: A snapshot doesn't exist at /__w/mono/__snapshots__/badge/component/mobile-chrome/DBBadge-should-match-screenshot.png, writing actual.
16 | test('should match screenshot', async ({ mount }) => {
17 | const component = await mount(comp);
> 18 | await expect(component).toHaveScreenshot();
| ^
19 | });
20 | };
21 |
at /__w/mono/mono/output/vue/src/components/badge/badge.spec.tsx:18:3
|
[mobile_chrome] › brand/brand.spec.tsx:35:2 › DBBrand › should match screenshot:
output/vue/src/components/brand/brand.spec.tsx#L37
5) [mobile_chrome] › brand/brand.spec.tsx:35:2 › DBBrand › should match screenshot ───────────────
Error: A snapshot doesn't exist at /__w/mono/__snapshots__/brand/component/mobile-chrome/DBBrand-should-match-screenshot.png, writing actual.
35 | test(`should match screenshot`, async ({ mount }) => {
36 | const component = await mount(comp);
> 37 | await expect(component).toHaveScreenshot();
| ^
38 | });
39 | };
40 |
at /__w/mono/mono/output/vue/src/components/brand/brand.spec.tsx:37:3
|
[mobile_chrome] › button/button.spec.tsx:19:3 › DBButton › should match screenshot for variant outlined:
output/vue/src/components/button/button.spec.tsx#L25
6) [mobile_chrome] › button/button.spec.tsx:19:3 › DBButton › should match screenshot for variant outlined
Error: A snapshot doesn't exist at /__w/mono/__snapshots__/button/component/mobile-chrome/DBButton-should-match-screenshot-for-variant-outlined.png, writing actual.
23 | <DBButton variant={variant}>Test</DBButton>
24 | );
> 25 | await expect(component).toHaveScreenshot();
| ^
26 | });
27 |
28 | test(`should only have icon for variant ${variant}`, async ({
at /__w/mono/mono/output/vue/src/components/button/button.spec.tsx:25:4
|
[mobile_chrome] › button/button.spec.tsx:28:3 › DBButton › should only have icon for variant outlined:
output/vue/src/components/button/button.spec.tsx#L36
7) [mobile_chrome] › button/button.spec.tsx:28:3 › DBButton › should only have icon for variant outlined
Error: A snapshot doesn't exist at /__w/mono/__snapshots__/button/component/mobile-chrome/DBButton-should-only-have-icon-for-variant-outlined.png, writing actual.
34 | </DBButton>
35 | );
> 36 | await expect(component).toHaveScreenshot();
| ^
37 | });
38 | }
39 | };
at /__w/mono/mono/output/vue/src/components/button/button.spec.tsx:36:4
|
[mobile_chrome] › button/button.spec.tsx:19:3 › DBButton › should match screenshot for variant primary:
output/vue/src/components/button/button.spec.tsx#L25
8) [mobile_chrome] › button/button.spec.tsx:19:3 › DBButton › should match screenshot for variant primary
Error: A snapshot doesn't exist at /__w/mono/__snapshots__/button/component/mobile-chrome/DBButton-should-match-screenshot-for-variant-primary.png, writing actual.
23 | <DBButton variant={variant}>Test</DBButton>
24 | );
> 25 | await expect(component).toHaveScreenshot();
| ^
26 | });
27 |
28 | test(`should only have icon for variant ${variant}`, async ({
at /__w/mono/mono/output/vue/src/components/button/button.spec.tsx:25:4
|
[mobile_chrome] › button/button.spec.tsx:28:3 › DBButton › should only have icon for variant primary:
output/vue/src/components/button/button.spec.tsx#L36
9) [mobile_chrome] › button/button.spec.tsx:28:3 › DBButton › should only have icon for variant primary
Error: A snapshot doesn't exist at /__w/mono/__snapshots__/button/component/mobile-chrome/DBButton-should-only-have-icon-for-variant-primary.png, writing actual.
34 | </DBButton>
35 | );
> 36 | await expect(component).toHaveScreenshot();
| ^
37 | });
38 | }
39 | };
at /__w/mono/mono/output/vue/src/components/button/button.spec.tsx:36:4
|
test-showcases / 🧪🎭 - vue:2/2
Process completed with exit code 1.
|
[mobile_chrome] › default.ts:13:4 › DBAccordion › should match screenshot:
showcases/e2e/default.ts#L40
1) [mobile_chrome] › default.ts:13:4 › DBAccordion › should match screenshot ─────────────────────
Error: Screenshot comparison failed:
4216 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/mobile-chrome/regular/neutral/DBAccordion-should-match-screenshot.png
Received: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-showcase-accordion-DBAccordion-should-match-screenshot-mobile-chrome/regular/neutral-actual.png
Diff: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-showcase-accordion-DBAccordion-should-match-screenshot-mobile-chrome/regular/neutral-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 4216 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
- 4216 pixels (ratio 0.01 of all image pixels) are different.
38 | );
39 | await setScrollViewport(page, fixedHeight)();
> 40 | await expect(page).toHaveScreenshot(
| ^
41 | [density, `${color}.png`],
42 | config
43 | );
at /__w/mono/mono/showcases/e2e/default.ts:40:24
|
[mobile_chrome] › default.ts:13:4 › DBAccordion › should match screenshot:
showcases/e2e/default.ts#L40
1) [mobile_chrome] › default.ts:13:4 › DBAccordion › should match screenshot ─────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
4216 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/mobile-chrome/regular/neutral/DBAccordion-should-match-screenshot.png
Received: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-showcase-accordion-DBAccordion-should-match-screenshot-mobile-chrome-retry1/regular/neutral-actual.png
Diff: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-showcase-accordion-DBAccordion-should-match-screenshot-mobile-chrome-retry1/regular/neutral-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 4216 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
- 4216 pixels (ratio 0.01 of all image pixels) are different.
38 | );
39 | await setScrollViewport(page, fixedHeight)();
> 40 | await expect(page).toHaveScreenshot(
| ^
41 | [density, `${color}.png`],
42 | config
43 | );
at /__w/mono/mono/showcases/e2e/default.ts:40:24
|
[mobile_chrome] › default.ts:13:4 › DBAccordionItem › should match screenshot:
showcases/e2e/default.ts#L40
2) [mobile_chrome] › default.ts:13:4 › DBAccordionItem › should match screenshot ─────────────────
Error: Screenshot comparison failed:
Expected an image 393px by 1078px, received 393px by 948px. 15568 pixels (ratio 0.04 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/mobile-chrome/regular/neutral/DBAccordionItem-should-match-screenshot.png
Received: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-item-showcase-accordion-item-DBAccordionItem-should-match-screenshot-mobile-chrome/regular/neutral-actual.png
Diff: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-item-showcase-accordion-item-DBAccordionItem-should-match-screenshot-mobile-chrome/regular/neutral-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- Expected an image 393px by 1078px, received 393px by 948px. 15568 pixels (ratio 0.04 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 393px by 1078px, received 393px by 948px. 15568 pixels (ratio 0.04 of all image pixels) are different.
38 | );
39 | await setScrollViewport(page, fixedHeight)();
> 40 | await expect(page).toHaveScreenshot(
| ^
41 | [density, `${color}.png`],
42 | config
43 | );
at /__w/mono/mono/showcases/e2e/default.ts:40:24
|
[mobile_chrome] › default.ts:13:4 › DBAccordionItem › should match screenshot:
showcases/e2e/default.ts#L40
2) [mobile_chrome] › default.ts:13:4 › DBAccordionItem › should match screenshot ─────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
Expected an image 393px by 1078px, received 393px by 948px. 15568 pixels (ratio 0.04 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/mobile-chrome/regular/neutral/DBAccordionItem-should-match-screenshot.png
Received: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-item-showcase-accordion-item-DBAccordionItem-should-match-screenshot-mobile-chrome-retry1/regular/neutral-actual.png
Diff: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-item-showcase-accordion-item-DBAccordionItem-should-match-screenshot-mobile-chrome-retry1/regular/neutral-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- Expected an image 393px by 1078px, received 393px by 948px. 15568 pixels (ratio 0.04 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 393px by 1078px, received 393px by 948px. 15568 pixels (ratio 0.04 of all image pixels) are different.
38 | );
39 | await setScrollViewport(page, fixedHeight)();
> 40 | await expect(page).toHaveScreenshot(
| ^
41 | [density, `${color}.png`],
42 | config
43 | );
at /__w/mono/mono/showcases/e2e/default.ts:40:24
|
[mobile_safari] › default.ts:13:4 › DBAccordion › should match screenshot:
showcases/e2e/default.ts#L40
3) [mobile_safari] › default.ts:13:4 › DBAccordion › should match screenshot ─────────────────────
Error: Screenshot comparison failed:
4240 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/mobile-safari/regular/neutral/DBAccordion-should-match-screenshot.png
Received: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-showcase-accordion-DBAccordion-should-match-screenshot-mobile-safari/regular/neutral-actual.png
Diff: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-showcase-accordion-DBAccordion-should-match-screenshot-mobile-safari/regular/neutral-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 4240 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
- 4240 pixels (ratio 0.01 of all image pixels) are different.
38 | );
39 | await setScrollViewport(page, fixedHeight)();
> 40 | await expect(page).toHaveScreenshot(
| ^
41 | [density, `${color}.png`],
42 | config
43 | );
at /__w/mono/mono/showcases/e2e/default.ts:40:24
|
[mobile_safari] › default.ts:13:4 › DBAccordion › should match screenshot:
showcases/e2e/default.ts#L40
3) [mobile_safari] › default.ts:13:4 › DBAccordion › should match screenshot ─────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
4240 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/mobile-safari/regular/neutral/DBAccordion-should-match-screenshot.png
Received: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-showcase-accordion-DBAccordion-should-match-screenshot-mobile-safari-retry1/regular/neutral-actual.png
Diff: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-showcase-accordion-DBAccordion-should-match-screenshot-mobile-safari-retry1/regular/neutral-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 4240 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
- 4240 pixels (ratio 0.01 of all image pixels) are different.
38 | );
39 | await setScrollViewport(page, fixedHeight)();
> 40 | await expect(page).toHaveScreenshot(
| ^
41 | [density, `${color}.png`],
42 | config
43 | );
at /__w/mono/mono/showcases/e2e/default.ts:40:24
|
[mobile_safari] › default.ts:13:4 › DBAccordionItem › should match screenshot:
showcases/e2e/default.ts#L40
4) [mobile_safari] › default.ts:13:4 › DBAccordionItem › should match screenshot ─────────────────
Error: Screenshot comparison failed:
Expected an image 390px by 1078px, received 390px by 948px. 15359 pixels (ratio 0.04 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/mobile-safari/regular/neutral/DBAccordionItem-should-match-screenshot.png
Received: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-item-showcase-accordion-item-DBAccordionItem-should-match-screenshot-mobile-safari/regular/neutral-actual.png
Diff: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-item-showcase-accordion-item-DBAccordionItem-should-match-screenshot-mobile-safari/regular/neutral-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- Expected an image 390px by 1078px, received 390px by 948px. 15359 pixels (ratio 0.04 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 390px by 1078px, received 390px by 948px. 15359 pixels (ratio 0.04 of all image pixels) are different.
38 | );
39 | await setScrollViewport(page, fixedHeight)();
> 40 | await expect(page).toHaveScreenshot(
| ^
41 | [density, `${color}.png`],
42 | config
43 | );
at /__w/mono/mono/showcases/e2e/default.ts:40:24
|
[mobile_safari] › default.ts:13:4 › DBAccordionItem › should match screenshot:
showcases/e2e/default.ts#L40
4) [mobile_safari] › default.ts:13:4 › DBAccordionItem › should match screenshot ─────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
Expected an image 390px by 1078px, received 390px by 948px. 15359 pixels (ratio 0.04 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/mobile-safari/regular/neutral/DBAccordionItem-should-match-screenshot.png
Received: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-item-showcase-accordion-item-DBAccordionItem-should-match-screenshot-mobile-safari-retry1/regular/neutral-actual.png
Diff: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-item-showcase-accordion-item-DBAccordionItem-should-match-screenshot-mobile-safari-retry1/regular/neutral-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- Expected an image 390px by 1078px, received 390px by 948px. 15359 pixels (ratio 0.04 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 390px by 1078px, received 390px by 948px. 15359 pixels (ratio 0.04 of all image pixels) are different.
38 | );
39 | await setScrollViewport(page, fixedHeight)();
> 40 | await expect(page).toHaveScreenshot(
| ^
41 | [density, `${color}.png`],
42 | config
43 | );
at /__w/mono/mono/showcases/e2e/default.ts:40:24
|
[firefox] › accordion/accordion.spec.tsx:18:2 › DBAccordion › should contain text:
output/vue/src/components/accordion/accordion.spec.tsx#L20
1) [firefox] › accordion/accordion.spec.tsx:18:2 › DBAccordion › should contain text ─────────────
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: locator('#root').locator('internal:control=component')
Expected string: "Test"
Received string: "Content 1Content 2Content 3"
Call log:
- expect.toContainText with timeout 5000ms
- waiting for locator('#root').locator('internal:control=component')
- locator resolved to <div class="db-accordion" id="accordion-dfe3994d-e6fc…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-dfe3994d-e6fc…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-dfe3994d-e6fc…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-dfe3994d-e6fc…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-dfe3994d-e6fc…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-dfe3994d-e6fc…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-dfe3994d-e6fc…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-dfe3994d-e6fc…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-dfe3994d-e6fc…>…</div>
- unexpected value "Content 1Content 2Content 3"
18 | test('should contain text', async ({ mount }) => {
19 | const component = await mount(comp);
> 20 | await expect(component).toContainText('Test');
| ^
21 | });
22 |
23 | test('should match screenshot', async ({ mount }) => {
at /__w/mono/mono/output/vue/src/components/accordion/accordion.spec.tsx:20:27
|
[firefox] › accordion/accordion.spec.tsx:18:2 › DBAccordion › should contain text:
output/vue/src/components/accordion/accordion.spec.tsx#L20
1) [firefox] › accordion/accordion.spec.tsx:18:2 › DBAccordion › should contain text ─────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: locator('#root').locator('internal:control=component')
Expected string: "Test"
Received string: "Content 1Content 2Content 3"
Call log:
- expect.toContainText with timeout 5000ms
- waiting for locator('#root').locator('internal:control=component')
- locator resolved to <div class="db-accordion" id="accordion-f316d26a-cb7e…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-f316d26a-cb7e…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-f316d26a-cb7e…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-f316d26a-cb7e…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-f316d26a-cb7e…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-f316d26a-cb7e…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-f316d26a-cb7e…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-f316d26a-cb7e…>…</div>
- unexpected value "Content 1Content 2Content 3"
- locator resolved to <div class="db-accordion" id="accordion-f316d26a-cb7e…>…</div>
- unexpected value "Content 1Content 2Content 3"
18 | test('should contain text', async ({ mount }) => {
19 | const component = await mount(comp);
> 20 | await expect(component).toContainText('Test');
| ^
21 | });
22 |
23 | test('should match screenshot', async ({ mount }) => {
at /__w/mono/mono/output/vue/src/components/accordion/accordion.spec.tsx:20:27
|
[firefox] › accordion/accordion.spec.tsx:23:2 › DBAccordion › should match screenshot:
output/vue/src/components/accordion/accordion.spec.tsx#L25
2) [firefox] › accordion/accordion.spec.tsx:23:2 › DBAccordion › should match screenshot ─────────
Error: A snapshot doesn't exist at /__w/mono/__snapshots__/accordion/component/firefox/DBAccordion-should-match-screenshot.png, writing actual.
23 | test('should match screenshot', async ({ mount }) => {
24 | const component = await mount(comp);
> 25 | await expect(component).toHaveScreenshot();
| ^
26 | });
27 | };
28 |
at /__w/mono/mono/output/vue/src/components/accordion/accordion.spec.tsx:25:3
|
[firefox] › accordion-item/accordion-item.spec.tsx:16:2 › DBAccordionItem › should match screenshot:
output/vue/src/components/accordion-item/accordion-item.spec.tsx#L18
3) [firefox] › accordion-item/accordion-item.spec.tsx:16:2 › DBAccordionItem › should match screenshot
Error: A snapshot doesn't exist at /__w/mono/__snapshots__/accordion-item/component/firefox/DBAccordionItem-should-match-screenshot.png, writing actual.
16 | test('should match screenshot', async ({ mount }) => {
17 | const component = await mount(comp);
> 18 | await expect(component).toHaveScreenshot();
| ^
19 | });
20 | };
21 |
at /__w/mono/mono/output/vue/src/components/accordion-item/accordion-item.spec.tsx:18:3
|
[firefox] › badge/badge.spec.tsx:16:2 › DBBadge › should match screenshot:
output/vue/src/components/badge/badge.spec.tsx#L18
4) [firefox] › badge/badge.spec.tsx:16:2 › DBBadge › should match screenshot ─────────────────────
Error: A snapshot doesn't exist at /__w/mono/__snapshots__/badge/component/firefox/DBBadge-should-match-screenshot.png, writing actual.
16 | test('should match screenshot', async ({ mount }) => {
17 | const component = await mount(comp);
> 18 | await expect(component).toHaveScreenshot();
| ^
19 | });
20 | };
21 |
at /__w/mono/mono/output/vue/src/components/badge/badge.spec.tsx:18:3
|
[firefox] › brand/brand.spec.tsx:35:2 › DBBrand › should match screenshot:
output/vue/src/components/brand/brand.spec.tsx#L37
5) [firefox] › brand/brand.spec.tsx:35:2 › DBBrand › should match screenshot ─────────────────────
Error: A snapshot doesn't exist at /__w/mono/__snapshots__/brand/component/firefox/DBBrand-should-match-screenshot.png, writing actual.
35 | test(`should match screenshot`, async ({ mount }) => {
36 | const component = await mount(comp);
> 37 | await expect(component).toHaveScreenshot();
| ^
38 | });
39 | };
40 |
at /__w/mono/mono/output/vue/src/components/brand/brand.spec.tsx:37:3
|
[firefox] › button/button.spec.tsx:19:3 › DBButton › should match screenshot for variant outlined:
output/vue/src/components/button/button.spec.tsx#L25
6) [firefox] › button/button.spec.tsx:19:3 › DBButton › should match screenshot for variant outlined
Error: A snapshot doesn't exist at /__w/mono/__snapshots__/button/component/firefox/DBButton-should-match-screenshot-for-variant-outlined.png, writing actual.
23 | <DBButton variant={variant}>Test</DBButton>
24 | );
> 25 | await expect(component).toHaveScreenshot();
| ^
26 | });
27 |
28 | test(`should only have icon for variant ${variant}`, async ({
at /__w/mono/mono/output/vue/src/components/button/button.spec.tsx:25:4
|
[firefox] › button/button.spec.tsx:28:3 › DBButton › should only have icon for variant outlined:
output/vue/src/components/button/button.spec.tsx#L36
7) [firefox] › button/button.spec.tsx:28:3 › DBButton › should only have icon for variant outlined
Error: A snapshot doesn't exist at /__w/mono/__snapshots__/button/component/firefox/DBButton-should-only-have-icon-for-variant-outlined.png, writing actual.
34 | </DBButton>
35 | );
> 36 | await expect(component).toHaveScreenshot();
| ^
37 | });
38 | }
39 | };
at /__w/mono/mono/output/vue/src/components/button/button.spec.tsx:36:4
|
[firefox] › button/button.spec.tsx:19:3 › DBButton › should match screenshot for variant primary:
output/vue/src/components/button/button.spec.tsx#L25
8) [firefox] › button/button.spec.tsx:19:3 › DBButton › should match screenshot for variant primary
Error: A snapshot doesn't exist at /__w/mono/__snapshots__/button/component/firefox/DBButton-should-match-screenshot-for-variant-primary.png, writing actual.
23 | <DBButton variant={variant}>Test</DBButton>
24 | );
> 25 | await expect(component).toHaveScreenshot();
| ^
26 | });
27 |
28 | test(`should only have icon for variant ${variant}`, async ({
at /__w/mono/mono/output/vue/src/components/button/button.spec.tsx:25:4
|
[firefox] › button/button.spec.tsx:28:3 › DBButton › should only have icon for variant primary:
output/vue/src/components/button/button.spec.tsx#L36
9) [firefox] › button/button.spec.tsx:28:3 › DBButton › should only have icon for variant primary
Error: A snapshot doesn't exist at /__w/mono/__snapshots__/button/component/firefox/DBButton-should-only-have-icon-for-variant-primary.png, writing actual.
34 | </DBButton>
35 | );
> 36 | await expect(component).toHaveScreenshot();
| ^
37 | });
38 | }
39 | };
at /__w/mono/mono/output/vue/src/components/button/button.spec.tsx:36:4
|
test-components / 🧪🎭 - vue:2/3
Process completed with exit code 1.
|
[mobile_chrome] › default.ts:13:4 › DBAccordion › should match screenshot:
showcases/e2e/default.ts#L40
1) [mobile_chrome] › default.ts:13:4 › DBAccordion › should match screenshot ─────────────────────
Error: Screenshot comparison failed:
4216 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/mobile-chrome/regular/neutral/DBAccordion-should-match-screenshot.png
Received: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-showcase-accordion-DBAccordion-should-match-screenshot-mobile-chrome/regular/neutral-actual.png
Diff: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-showcase-accordion-DBAccordion-should-match-screenshot-mobile-chrome/regular/neutral-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 4216 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
- 4216 pixels (ratio 0.01 of all image pixels) are different.
38 | );
39 | await setScrollViewport(page, fixedHeight)();
> 40 | await expect(page).toHaveScreenshot(
| ^
41 | [density, `${color}.png`],
42 | config
43 | );
at /__w/mono/mono/showcases/e2e/default.ts:40:24
|
[mobile_chrome] › default.ts:13:4 › DBAccordion › should match screenshot:
showcases/e2e/default.ts#L40
1) [mobile_chrome] › default.ts:13:4 › DBAccordion › should match screenshot ─────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
4216 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/mobile-chrome/regular/neutral/DBAccordion-should-match-screenshot.png
Received: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-showcase-accordion-DBAccordion-should-match-screenshot-mobile-chrome-retry1/regular/neutral-actual.png
Diff: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-showcase-accordion-DBAccordion-should-match-screenshot-mobile-chrome-retry1/regular/neutral-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 4216 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
- 4216 pixels (ratio 0.01 of all image pixels) are different.
38 | );
39 | await setScrollViewport(page, fixedHeight)();
> 40 | await expect(page).toHaveScreenshot(
| ^
41 | [density, `${color}.png`],
42 | config
43 | );
at /__w/mono/mono/showcases/e2e/default.ts:40:24
|
[mobile_chrome] › default.ts:13:4 › DBAccordionItem › should match screenshot:
showcases/e2e/default.ts#L40
2) [mobile_chrome] › default.ts:13:4 › DBAccordionItem › should match screenshot ─────────────────
Error: Screenshot comparison failed:
Expected an image 393px by 1078px, received 393px by 948px. 15568 pixels (ratio 0.04 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/mobile-chrome/regular/neutral/DBAccordionItem-should-match-screenshot.png
Received: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-item-showcase-accordion-item-DBAccordionItem-should-match-screenshot-mobile-chrome/regular/neutral-actual.png
Diff: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-item-showcase-accordion-item-DBAccordionItem-should-match-screenshot-mobile-chrome/regular/neutral-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- Expected an image 393px by 1078px, received 393px by 948px. 15568 pixels (ratio 0.04 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 393px by 1078px, received 393px by 948px. 15568 pixels (ratio 0.04 of all image pixels) are different.
38 | );
39 | await setScrollViewport(page, fixedHeight)();
> 40 | await expect(page).toHaveScreenshot(
| ^
41 | [density, `${color}.png`],
42 | config
43 | );
at /__w/mono/mono/showcases/e2e/default.ts:40:24
|
[mobile_chrome] › default.ts:13:4 › DBAccordionItem › should match screenshot:
showcases/e2e/default.ts#L40
2) [mobile_chrome] › default.ts:13:4 › DBAccordionItem › should match screenshot ─────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
Expected an image 393px by 1078px, received 393px by 948px. 15568 pixels (ratio 0.04 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/mobile-chrome/regular/neutral/DBAccordionItem-should-match-screenshot.png
Received: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-item-showcase-accordion-item-DBAccordionItem-should-match-screenshot-mobile-chrome-retry1/regular/neutral-actual.png
Diff: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-item-showcase-accordion-item-DBAccordionItem-should-match-screenshot-mobile-chrome-retry1/regular/neutral-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- Expected an image 393px by 1078px, received 393px by 948px. 15568 pixels (ratio 0.04 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 393px by 1078px, received 393px by 948px. 15568 pixels (ratio 0.04 of all image pixels) are different.
38 | );
39 | await setScrollViewport(page, fixedHeight)();
> 40 | await expect(page).toHaveScreenshot(
| ^
41 | [density, `${color}.png`],
42 | config
43 | );
at /__w/mono/mono/showcases/e2e/default.ts:40:24
|
[mobile_safari] › default.ts:13:4 › DBAccordion › should match screenshot:
showcases/e2e/default.ts#L40
3) [mobile_safari] › default.ts:13:4 › DBAccordion › should match screenshot ─────────────────────
Error: Screenshot comparison failed:
4240 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/mobile-safari/regular/neutral/DBAccordion-should-match-screenshot.png
Received: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-showcase-accordion-DBAccordion-should-match-screenshot-mobile-safari/regular/neutral-actual.png
Diff: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-showcase-accordion-DBAccordion-should-match-screenshot-mobile-safari/regular/neutral-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 4240 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
- 4240 pixels (ratio 0.01 of all image pixels) are different.
38 | );
39 | await setScrollViewport(page, fixedHeight)();
> 40 | await expect(page).toHaveScreenshot(
| ^
41 | [density, `${color}.png`],
42 | config
43 | );
at /__w/mono/mono/showcases/e2e/default.ts:40:24
|
[mobile_safari] › default.ts:13:4 › DBAccordion › should match screenshot:
showcases/e2e/default.ts#L40
3) [mobile_safari] › default.ts:13:4 › DBAccordion › should match screenshot ─────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
4240 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/mobile-safari/regular/neutral/DBAccordion-should-match-screenshot.png
Received: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-showcase-accordion-DBAccordion-should-match-screenshot-mobile-safari-retry1/regular/neutral-actual.png
Diff: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-showcase-accordion-DBAccordion-should-match-screenshot-mobile-safari-retry1/regular/neutral-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 4240 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
- 4240 pixels (ratio 0.01 of all image pixels) are different.
38 | );
39 | await setScrollViewport(page, fixedHeight)();
> 40 | await expect(page).toHaveScreenshot(
| ^
41 | [density, `${color}.png`],
42 | config
43 | );
at /__w/mono/mono/showcases/e2e/default.ts:40:24
|
[mobile_safari] › default.ts:13:4 › DBAccordionItem › should match screenshot:
showcases/e2e/default.ts#L40
4) [mobile_safari] › default.ts:13:4 › DBAccordionItem › should match screenshot ─────────────────
Error: Screenshot comparison failed:
Expected an image 390px by 1078px, received 390px by 948px. 15359 pixels (ratio 0.04 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/mobile-safari/regular/neutral/DBAccordionItem-should-match-screenshot.png
Received: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-item-showcase-accordion-item-DBAccordionItem-should-match-screenshot-mobile-safari/regular/neutral-actual.png
Diff: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-item-showcase-accordion-item-DBAccordionItem-should-match-screenshot-mobile-safari/regular/neutral-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- Expected an image 390px by 1078px, received 390px by 948px. 15359 pixels (ratio 0.04 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 390px by 1078px, received 390px by 948px. 15359 pixels (ratio 0.04 of all image pixels) are different.
38 | );
39 | await setScrollViewport(page, fixedHeight)();
> 40 | await expect(page).toHaveScreenshot(
| ^
41 | [density, `${color}.png`],
42 | config
43 | );
at /__w/mono/mono/showcases/e2e/default.ts:40:24
|
[mobile_safari] › default.ts:13:4 › DBAccordionItem › should match screenshot:
showcases/e2e/default.ts#L40
4) [mobile_safari] › default.ts:13:4 › DBAccordionItem › should match screenshot ─────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
Expected an image 390px by 1078px, received 390px by 948px. 15359 pixels (ratio 0.04 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/mobile-safari/regular/neutral/DBAccordionItem-should-match-screenshot.png
Received: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-item-showcase-accordion-item-DBAccordionItem-should-match-screenshot-mobile-safari-retry1/regular/neutral-actual.png
Diff: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-item-showcase-accordion-item-DBAccordionItem-should-match-screenshot-mobile-safari-retry1/regular/neutral-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- Expected an image 390px by 1078px, received 390px by 948px. 15359 pixels (ratio 0.04 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 390px by 1078px, received 390px by 948px. 15359 pixels (ratio 0.04 of all image pixels) are different.
38 | );
39 | await setScrollViewport(page, fixedHeight)();
> 40 | await expect(page).toHaveScreenshot(
| ^
41 | [density, `${color}.png`],
42 | config
43 | );
at /__w/mono/mono/showcases/e2e/default.ts:40:24
|
test-showcases / 🧪🎭 - angular:2/2
Process completed with exit code 1.
|
test-showcases / 🧪🎭 - vue:1/2
Process completed with exit code 1.
|
[chromium] › default.ts:13:4 › DBAccordion › should match screenshot:
showcases/e2e/default.ts#L40
1) [chromium] › default.ts:13:4 › DBAccordion › should match screenshot ──────────────────────────
Error: Screenshot comparison failed:
4430 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/chromium/regular/neutral/DBAccordion-should-match-screenshot.png
Received: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-showcase-accordion-DBAccordion-should-match-screenshot-chromium/regular/neutral-actual.png
Diff: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-showcase-accordion-DBAccordion-should-match-screenshot-chromium/regular/neutral-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 4430 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
- 4430 pixels (ratio 0.01 of all image pixels) are different.
38 | );
39 | await setScrollViewport(page, fixedHeight)();
> 40 | await expect(page).toHaveScreenshot(
| ^
41 | [density, `${color}.png`],
42 | config
43 | );
at /__w/mono/mono/showcases/e2e/default.ts:40:24
|
[chromium] › default.ts:13:4 › DBAccordion › should match screenshot:
showcases/e2e/default.ts#L40
1) [chromium] › default.ts:13:4 › DBAccordion › should match screenshot ──────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
4430 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/chromium/regular/neutral/DBAccordion-should-match-screenshot.png
Received: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-showcase-accordion-DBAccordion-should-match-screenshot-chromium-retry1/regular/neutral-actual.png
Diff: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-showcase-accordion-DBAccordion-should-match-screenshot-chromium-retry1/regular/neutral-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 4430 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
- 4430 pixels (ratio 0.01 of all image pixels) are different.
38 | );
39 | await setScrollViewport(page, fixedHeight)();
> 40 | await expect(page).toHaveScreenshot(
| ^
41 | [density, `${color}.png`],
42 | config
43 | );
at /__w/mono/mono/showcases/e2e/default.ts:40:24
|
[chromium] › default.ts:13:4 › DBAccordionItem › should match screenshot:
showcases/e2e/default.ts#L40
2) [chromium] › default.ts:13:4 › DBAccordionItem › should match screenshot ──────────────────────
Error: Screenshot comparison failed:
3398 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/chromium/regular/neutral/DBAccordionItem-should-match-screenshot.png
Received: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-item-showcase-accordion-item-DBAccordionItem-should-match-screenshot-chromium/regular/neutral-actual.png
Diff: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-item-showcase-accordion-item-DBAccordionItem-should-match-screenshot-chromium/regular/neutral-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 3398 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
- 3398 pixels (ratio 0.01 of all image pixels) are different.
38 | );
39 | await setScrollViewport(page, fixedHeight)();
> 40 | await expect(page).toHaveScreenshot(
| ^
41 | [density, `${color}.png`],
42 | config
43 | );
at /__w/mono/mono/showcases/e2e/default.ts:40:24
|
[chromium] › default.ts:13:4 › DBAccordionItem › should match screenshot:
showcases/e2e/default.ts#L40
2) [chromium] › default.ts:13:4 › DBAccordionItem › should match screenshot ──────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
3398 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/chromium/regular/neutral/DBAccordionItem-should-match-screenshot.png
Received: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-item-showcase-accordion-item-DBAccordionItem-should-match-screenshot-chromium-retry1/regular/neutral-actual.png
Diff: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-item-showcase-accordion-item-DBAccordionItem-should-match-screenshot-chromium-retry1/regular/neutral-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 3398 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
- 3398 pixels (ratio 0.01 of all image pixels) are different.
38 | );
39 | await setScrollViewport(page, fixedHeight)();
> 40 | await expect(page).toHaveScreenshot(
| ^
41 | [density, `${color}.png`],
42 | config
43 | );
at /__w/mono/mono/showcases/e2e/default.ts:40:24
|
[firefox] › default.ts:13:4 › DBAccordion › should match screenshot:
showcases/e2e/default.ts#L40
3) [firefox] › default.ts:13:4 › DBAccordion › should match screenshot ───────────────────────────
Error: Screenshot comparison failed:
4615 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/firefox/regular/neutral/DBAccordion-should-match-screenshot.png
Received: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-showcase-accordion-DBAccordion-should-match-screenshot-firefox/regular/neutral-actual.png
Diff: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-showcase-accordion-DBAccordion-should-match-screenshot-firefox/regular/neutral-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 4615 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
- 4615 pixels (ratio 0.01 of all image pixels) are different.
38 | );
39 | await setScrollViewport(page, fixedHeight)();
> 40 | await expect(page).toHaveScreenshot(
| ^
41 | [density, `${color}.png`],
42 | config
43 | );
at /__w/mono/mono/showcases/e2e/default.ts:40:24
|
[firefox] › default.ts:13:4 › DBAccordion › should match screenshot:
showcases/e2e/default.ts#L40
3) [firefox] › default.ts:13:4 › DBAccordion › should match screenshot ───────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
4615 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/firefox/regular/neutral/DBAccordion-should-match-screenshot.png
Received: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-showcase-accordion-DBAccordion-should-match-screenshot-firefox-retry1/regular/neutral-actual.png
Diff: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-showcase-accordion-DBAccordion-should-match-screenshot-firefox-retry1/regular/neutral-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 4615 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
- 4615 pixels (ratio 0.01 of all image pixels) are different.
38 | );
39 | await setScrollViewport(page, fixedHeight)();
> 40 | await expect(page).toHaveScreenshot(
| ^
41 | [density, `${color}.png`],
42 | config
43 | );
at /__w/mono/mono/showcases/e2e/default.ts:40:24
|
[firefox] › default.ts:13:4 › DBAccordionItem › should match screenshot:
showcases/e2e/default.ts#L40
4) [firefox] › default.ts:13:4 › DBAccordionItem › should match screenshot ───────────────────────
Error: Screenshot comparison failed:
3509 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/firefox/regular/neutral/DBAccordionItem-should-match-screenshot.png
Received: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-item-showcase-accordion-item-DBAccordionItem-should-match-screenshot-firefox/regular/neutral-actual.png
Diff: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-item-showcase-accordion-item-DBAccordionItem-should-match-screenshot-firefox/regular/neutral-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 3509 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
- 3509 pixels (ratio 0.01 of all image pixels) are different.
38 | );
39 | await setScrollViewport(page, fixedHeight)();
> 40 | await expect(page).toHaveScreenshot(
| ^
41 | [density, `${color}.png`],
42 | config
43 | );
at /__w/mono/mono/showcases/e2e/default.ts:40:24
|
[firefox] › default.ts:13:4 › DBAccordionItem › should match screenshot:
showcases/e2e/default.ts#L40
4) [firefox] › default.ts:13:4 › DBAccordionItem › should match screenshot ───────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
3509 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/firefox/regular/neutral/DBAccordionItem-should-match-screenshot.png
Received: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-item-showcase-accordion-item-DBAccordionItem-should-match-screenshot-firefox-retry1/regular/neutral-actual.png
Diff: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-item-showcase-accordion-item-DBAccordionItem-should-match-screenshot-firefox-retry1/regular/neutral-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 3509 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
- 3509 pixels (ratio 0.01 of all image pixels) are different.
38 | );
39 | await setScrollViewport(page, fixedHeight)();
> 40 | await expect(page).toHaveScreenshot(
| ^
41 | [density, `${color}.png`],
42 | config
43 | );
at /__w/mono/mono/showcases/e2e/default.ts:40:24
|
[webkit] › default.ts:13:4 › DBAccordion › should match screenshot:
showcases/e2e/default.ts#L40
5) [webkit] › default.ts:13:4 › DBAccordion › should match screenshot ────────────────────────────
Error: Screenshot comparison failed:
4517 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/webkit/regular/neutral/DBAccordion-should-match-screenshot.png
Received: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-showcase-accordion-DBAccordion-should-match-screenshot-webkit/regular/neutral-actual.png
Diff: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-showcase-accordion-DBAccordion-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
- waiting for fonts to load...
- fonts loaded
- 4517 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
- 4517 pixels (ratio 0.01 of all image pixels) are different.
38 | );
39 | await setScrollViewport(page, fixedHeight)();
> 40 | await expect(page).toHaveScreenshot(
| ^
41 | [density, `${color}.png`],
42 | config
43 | );
at /__w/mono/mono/showcases/e2e/default.ts:40:24
|
[webkit] › default.ts:13:4 › DBAccordion › should match screenshot:
showcases/e2e/default.ts#L40
5) [webkit] › default.ts:13:4 › DBAccordion › should match screenshot ────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
4517 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/webkit/regular/neutral/DBAccordion-should-match-screenshot.png
Received: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-showcase-accordion-DBAccordion-should-match-screenshot-webkit-retry1/regular/neutral-actual.png
Diff: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-showcase-accordion-DBAccordion-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
- waiting for fonts to load...
- fonts loaded
- 4517 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
- 4517 pixels (ratio 0.01 of all image pixels) are different.
38 | );
39 | await setScrollViewport(page, fixedHeight)();
> 40 | await expect(page).toHaveScreenshot(
| ^
41 | [density, `${color}.png`],
42 | config
43 | );
at /__w/mono/mono/showcases/e2e/default.ts:40:24
|
test-showcases / 🧪🎭 - angular:1/2
Process completed with exit code 1.
|
[chromium] › default.ts:13:4 › DBAccordion › should match screenshot:
showcases/e2e/default.ts#L40
1) [chromium] › default.ts:13:4 › DBAccordion › should match screenshot ──────────────────────────
Error: Screenshot comparison failed:
4430 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/chromium/regular/neutral/DBAccordion-should-match-screenshot.png
Received: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-showcase-accordion-DBAccordion-should-match-screenshot-chromium/regular/neutral-actual.png
Diff: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-showcase-accordion-DBAccordion-should-match-screenshot-chromium/regular/neutral-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 4430 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
- 4430 pixels (ratio 0.01 of all image pixels) are different.
38 | );
39 | await setScrollViewport(page, fixedHeight)();
> 40 | await expect(page).toHaveScreenshot(
| ^
41 | [density, `${color}.png`],
42 | config
43 | );
at /__w/mono/mono/showcases/e2e/default.ts:40:24
|
[chromium] › default.ts:13:4 › DBAccordion › should match screenshot:
showcases/e2e/default.ts#L40
1) [chromium] › default.ts:13:4 › DBAccordion › should match screenshot ──────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
4430 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/chromium/regular/neutral/DBAccordion-should-match-screenshot.png
Received: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-showcase-accordion-DBAccordion-should-match-screenshot-chromium-retry1/regular/neutral-actual.png
Diff: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-showcase-accordion-DBAccordion-should-match-screenshot-chromium-retry1/regular/neutral-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 4430 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
- 4430 pixels (ratio 0.01 of all image pixels) are different.
38 | );
39 | await setScrollViewport(page, fixedHeight)();
> 40 | await expect(page).toHaveScreenshot(
| ^
41 | [density, `${color}.png`],
42 | config
43 | );
at /__w/mono/mono/showcases/e2e/default.ts:40:24
|
[chromium] › default.ts:13:4 › DBAccordionItem › should match screenshot:
showcases/e2e/default.ts#L40
2) [chromium] › default.ts:13:4 › DBAccordionItem › should match screenshot ──────────────────────
Error: Screenshot comparison failed:
3398 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/chromium/regular/neutral/DBAccordionItem-should-match-screenshot.png
Received: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-item-showcase-accordion-item-DBAccordionItem-should-match-screenshot-chromium/regular/neutral-actual.png
Diff: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-item-showcase-accordion-item-DBAccordionItem-should-match-screenshot-chromium/regular/neutral-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 3398 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
- 3398 pixels (ratio 0.01 of all image pixels) are different.
38 | );
39 | await setScrollViewport(page, fixedHeight)();
> 40 | await expect(page).toHaveScreenshot(
| ^
41 | [density, `${color}.png`],
42 | config
43 | );
at /__w/mono/mono/showcases/e2e/default.ts:40:24
|
[chromium] › default.ts:13:4 › DBAccordionItem › should match screenshot:
showcases/e2e/default.ts#L40
2) [chromium] › default.ts:13:4 › DBAccordionItem › should match screenshot ──────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
3398 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/chromium/regular/neutral/DBAccordionItem-should-match-screenshot.png
Received: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-item-showcase-accordion-item-DBAccordionItem-should-match-screenshot-chromium-retry1/regular/neutral-actual.png
Diff: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-item-showcase-accordion-item-DBAccordionItem-should-match-screenshot-chromium-retry1/regular/neutral-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 3398 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
- 3398 pixels (ratio 0.01 of all image pixels) are different.
38 | );
39 | await setScrollViewport(page, fixedHeight)();
> 40 | await expect(page).toHaveScreenshot(
| ^
41 | [density, `${color}.png`],
42 | config
43 | );
at /__w/mono/mono/showcases/e2e/default.ts:40:24
|
[firefox] › default.ts:13:4 › DBAccordion › should match screenshot:
showcases/e2e/default.ts#L40
3) [firefox] › default.ts:13:4 › DBAccordion › should match screenshot ───────────────────────────
Error: Screenshot comparison failed:
4615 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/firefox/regular/neutral/DBAccordion-should-match-screenshot.png
Received: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-showcase-accordion-DBAccordion-should-match-screenshot-firefox/regular/neutral-actual.png
Diff: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-showcase-accordion-DBAccordion-should-match-screenshot-firefox/regular/neutral-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 4615 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
- 4615 pixels (ratio 0.01 of all image pixels) are different.
38 | );
39 | await setScrollViewport(page, fixedHeight)();
> 40 | await expect(page).toHaveScreenshot(
| ^
41 | [density, `${color}.png`],
42 | config
43 | );
at /__w/mono/mono/showcases/e2e/default.ts:40:24
|
[firefox] › default.ts:13:4 › DBAccordion › should match screenshot:
showcases/e2e/default.ts#L40
3) [firefox] › default.ts:13:4 › DBAccordion › should match screenshot ───────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
4615 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/firefox/regular/neutral/DBAccordion-should-match-screenshot.png
Received: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-showcase-accordion-DBAccordion-should-match-screenshot-firefox-retry1/regular/neutral-actual.png
Diff: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-showcase-accordion-DBAccordion-should-match-screenshot-firefox-retry1/regular/neutral-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 4615 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
- 4615 pixels (ratio 0.01 of all image pixels) are different.
38 | );
39 | await setScrollViewport(page, fixedHeight)();
> 40 | await expect(page).toHaveScreenshot(
| ^
41 | [density, `${color}.png`],
42 | config
43 | );
at /__w/mono/mono/showcases/e2e/default.ts:40:24
|
[firefox] › default.ts:13:4 › DBAccordionItem › should match screenshot:
showcases/e2e/default.ts#L40
4) [firefox] › default.ts:13:4 › DBAccordionItem › should match screenshot ───────────────────────
Error: Screenshot comparison failed:
3509 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/firefox/regular/neutral/DBAccordionItem-should-match-screenshot.png
Received: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-item-showcase-accordion-item-DBAccordionItem-should-match-screenshot-firefox/regular/neutral-actual.png
Diff: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-item-showcase-accordion-item-DBAccordionItem-should-match-screenshot-firefox/regular/neutral-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 3509 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
- 3509 pixels (ratio 0.01 of all image pixels) are different.
38 | );
39 | await setScrollViewport(page, fixedHeight)();
> 40 | await expect(page).toHaveScreenshot(
| ^
41 | [density, `${color}.png`],
42 | config
43 | );
at /__w/mono/mono/showcases/e2e/default.ts:40:24
|
[firefox] › default.ts:13:4 › DBAccordionItem › should match screenshot:
showcases/e2e/default.ts#L40
4) [firefox] › default.ts:13:4 › DBAccordionItem › should match screenshot ───────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
3509 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/firefox/regular/neutral/DBAccordionItem-should-match-screenshot.png
Received: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-item-showcase-accordion-item-DBAccordionItem-should-match-screenshot-firefox-retry1/regular/neutral-actual.png
Diff: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-item-showcase-accordion-item-DBAccordionItem-should-match-screenshot-firefox-retry1/regular/neutral-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 3509 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
- 3509 pixels (ratio 0.01 of all image pixels) are different.
38 | );
39 | await setScrollViewport(page, fixedHeight)();
> 40 | await expect(page).toHaveScreenshot(
| ^
41 | [density, `${color}.png`],
42 | config
43 | );
at /__w/mono/mono/showcases/e2e/default.ts:40:24
|
[webkit] › default.ts:13:4 › DBAccordion › should match screenshot:
showcases/e2e/default.ts#L40
5) [webkit] › default.ts:13:4 › DBAccordion › should match screenshot ────────────────────────────
Error: Screenshot comparison failed:
4517 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/webkit/regular/neutral/DBAccordion-should-match-screenshot.png
Received: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-showcase-accordion-DBAccordion-should-match-screenshot-webkit/regular/neutral-actual.png
Diff: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-showcase-accordion-DBAccordion-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
- waiting for fonts to load...
- fonts loaded
- 4517 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
- 4517 pixels (ratio 0.01 of all image pixels) are different.
38 | );
39 | await setScrollViewport(page, fixedHeight)();
> 40 | await expect(page).toHaveScreenshot(
| ^
41 | [density, `${color}.png`],
42 | config
43 | );
at /__w/mono/mono/showcases/e2e/default.ts:40:24
|
[webkit] › default.ts:13:4 › DBAccordion › should match screenshot:
showcases/e2e/default.ts#L40
5) [webkit] › default.ts:13:4 › DBAccordion › should match screenshot ────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
4517 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/webkit/regular/neutral/DBAccordion-should-match-screenshot.png
Received: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-showcase-accordion-DBAccordion-should-match-screenshot-webkit-retry1/regular/neutral-actual.png
Diff: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-showcase-accordion-DBAccordion-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
- waiting for fonts to load...
- fonts loaded
- 4517 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
- 4517 pixels (ratio 0.01 of all image pixels) are different.
38 | );
39 | await setScrollViewport(page, fixedHeight)();
> 40 | await expect(page).toHaveScreenshot(
| ^
41 | [density, `${color}.png`],
42 | config
43 | );
at /__w/mono/mono/showcases/e2e/default.ts:40:24
|
[webkit] › default.ts:13:4 › DBLink › should match screenshot:
showcases/e2e/default.ts#L40
1) [webkit] › default.ts:13:4 › DBLink › should match screenshot ─────────────────────────────────
Error: Screenshot comparison failed:
Expected an image 1280px by 2263px, received 1280px by 1785px. 83798 pixels (ratio 0.03 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/link/showcase/webkit/regular/neutral/DBLink-should-match-screenshot.png
Received: /__w/mono/mono/showcases/react-showcase/test-results/link-showcase-link-DBLink-should-match-screenshot-webkit/regular/neutral-actual.png
Diff: /__w/mono/mono/showcases/react-showcase/test-results/link-showcase-link-DBLink-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
- waiting for fonts to load...
- fonts loaded
- Expected an image 1280px by 2263px, received 1280px by 1785px. 83798 pixels (ratio 0.03 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 2263px, received 1280px by 1785px. 83798 pixels (ratio 0.03 of all image pixels) are different.
38 | );
39 | await setScrollViewport(page, fixedHeight)();
> 40 | await expect(page).toHaveScreenshot(
| ^
41 | [density, `${color}.png`],
42 | config
43 | );
at /__w/mono/mono/showcases/e2e/default.ts:40:24
|
[webkit] › default.ts:13:4 › DBLink › should match screenshot:
showcases/e2e/default.ts#L40
1) [webkit] › default.ts:13:4 › DBLink › should match screenshot ─────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
Expected an image 1280px by 2263px, received 1280px by 1785px. 3269 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/link/showcase/webkit/regular/neutral/DBLink-should-match-screenshot.png
Received: /__w/mono/mono/showcases/react-showcase/test-results/link-showcase-link-DBLink-should-match-screenshot-webkit-retry1/regular/neutral-actual.png
Diff: /__w/mono/mono/showcases/react-showcase/test-results/link-showcase-link-DBLink-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
- waiting for fonts to load...
- fonts loaded
- Expected an image 1280px by 2263px, received 1280px by 1785px. 83798 pixels (ratio 0.03 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
- 80529 pixels (ratio 0.04 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 2263px, received 1280px by 1785px. 3269 pixels (ratio 0.01 of all image pixels) are different.
38 | );
39 | await setScrollViewport(page, fixedHeight)();
> 40 | await expect(page).toHaveScreenshot(
| ^
41 | [density, `${color}.png`],
42 | config
43 | );
at /__w/mono/mono/showcases/e2e/default.ts:40:24
|
[webkit] › default.ts:13:4 › DBNotification › should match screenshot:
showcases/e2e/default.ts#L40
2) [webkit] › default.ts:13:4 › DBNotification › should match screenshot ─────────────────────────
Error: Screenshot comparison failed:
Expected an image 1280px by 3435px, received 1280px by 2957px. 4452 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/notification/showcase/webkit/regular/neutral/DBNotification-should-match-screenshot.png
Received: /__w/mono/mono/showcases/react-showcase/test-results/notification-showcase-notification-DBNotification-should-match-screenshot-webkit/regular/neutral-actual.png
Diff: /__w/mono/mono/showcases/react-showcase/test-results/notification-showcase-notification-DBNotification-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
- waiting for fonts to load...
- fonts loaded
- Expected an image 1280px by 3435px, received 1280px by 2957px. 181579 pixels (ratio 0.05 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
- 177127 pixels (ratio 0.05 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 3435px, received 1280px by 2957px. 4452 pixels (ratio 0.01 of all image pixels) are different.
38 | );
39 | await setScrollViewport(page, fixedHeight)();
> 40 | await expect(page).toHaveScreenshot(
| ^
41 | [density, `${color}.png`],
42 | config
43 | );
at /__w/mono/mono/showcases/e2e/default.ts:40:24
|
[webkit] › default.ts:13:4 › DBNotification › should match screenshot:
showcases/e2e/default.ts#L40
2) [webkit] › default.ts:13:4 › DBNotification › should match screenshot ─────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
Expected an image 1280px by 3435px, received 1280px by 2957px. 4452 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/notification/showcase/webkit/regular/neutral/DBNotification-should-match-screenshot.png
Received: /__w/mono/mono/showcases/react-showcase/test-results/notification-showcase-notification-DBNotification-should-match-screenshot-webkit-retry1/regular/neutral-actual.png
Diff: /__w/mono/mono/showcases/react-showcase/test-results/notification-showcase-notification-DBNotification-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
- waiting for fonts to load...
- fonts loaded
- Expected an image 1280px by 3435px, received 1280px by 2957px. 181579 pixels (ratio 0.05 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
- 177127 pixels (ratio 0.05 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 3435px, received 1280px by 2957px. 4452 pixels (ratio 0.01 of all image pixels) are different.
38 | );
39 | await setScrollViewport(page, fixedHeight)();
> 40 | await expect(page).toHaveScreenshot(
| ^
41 | [density, `${color}.png`],
42 | config
43 | );
at /__w/mono/mono/showcases/e2e/default.ts:40:24
|
[webkit] › default.ts:13:4 › DBSection › should match screenshot:
showcases/e2e/default.ts#L40
3) [webkit] › default.ts:13:4 › DBSection › should match screenshot ──────────────────────────────
Error: Screenshot comparison failed:
Expected an image 1280px by 2279px, received 1280px by 1801px. 60726 pixels (ratio 0.03 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/section/showcase/webkit/regular/neutral/DBSection-should-match-screenshot.png
Received: /__w/mono/mono/showcases/react-showcase/test-results/section-showcase-section-DBSection-should-match-screenshot-webkit/regular/neutral-actual.png
Diff: /__w/mono/mono/showcases/react-showcase/test-results/section-showcase-section-DBSection-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
- waiting for fonts to load...
- fonts loaded
- Expected an image 1280px by 2279px, received 1280px by 1801px. 60726 pixels (ratio 0.03 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 2279px, received 1280px by 1801px. 60726 pixels (ratio 0.03 of all image pixels) are different.
38 | );
39 | await setScrollViewport(page, fixedHeight)();
> 40 | await expect(page).toHaveScreenshot(
| ^
41 | [density, `${color}.png`],
42 | config
43 | );
at /__w/mono/mono/showcases/e2e/default.ts:40:24
|
[webkit] › default.ts:13:4 › DBSection › should match screenshot:
showcases/e2e/default.ts#L40
3) [webkit] › default.ts:13:4 › DBSection › should match screenshot ──────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
Expected an image 1280px by 2279px, received 1280px by 1801px. 3269 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/section/showcase/webkit/regular/neutral/DBSection-should-match-screenshot.png
Received: /__w/mono/mono/showcases/react-showcase/test-results/section-showcase-section-DBSection-should-match-screenshot-webkit-retry1/regular/neutral-actual.png
Diff: /__w/mono/mono/showcases/react-showcase/test-results/section-showcase-section-DBSection-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
- waiting for fonts to load...
- fonts loaded
- Expected an image 1280px by 2279px, received 1280px by 1801px. 60726 pixels (ratio 0.03 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
- 57457 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 2279px, received 1280px by 1801px. 3269 pixels (ratio 0.01 of all image pixels) are different.
38 | );
39 | await setScrollViewport(page, fixedHeight)();
> 40 | await expect(page).toHaveScreenshot(
| ^
41 | [density, `${color}.png`],
42 | config
43 | );
at /__w/mono/mono/showcases/e2e/default.ts:40:24
|
[webkit] › default.ts:13:4 › DBTab › should match screenshot:
showcases/e2e/default.ts#L40
4) [webkit] › default.ts:13:4 › DBTab › should match screenshot ──────────────────────────────────
Error: Screenshot comparison failed:
Expected an image 1280px by 2263px, received 1280px by 1785px. 84622 pixels (ratio 0.03 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/tab/showcase/webkit/regular/neutral/DBTab-should-match-screenshot.png
Received: /__w/mono/mono/showcases/react-showcase/test-results/tab-showcase-tab-DBTab-should-match-screenshot-webkit/regular/neutral-actual.png
Diff: /__w/mono/mono/showcases/react-showcase/test-results/tab-showcase-tab-DBTab-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
- waiting for fonts to load...
- fonts loaded
- Expected an image 1280px by 2263px, received 1280px by 1785px. 84622 pixels (ratio 0.03 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 2263px, received 1280px by 1785px. 84622 pixels (ratio 0.03 of all image pixels) are different.
38 | );
39 | await setScrollViewport(page, fixedHeight)();
> 40 | await expect(page).toHaveScreenshot(
| ^
41 | [density, `${color}.png`],
42 | config
43 | );
at /__w/mono/mono/showcases/e2e/default.ts:40:24
|
[webkit] › default.ts:13:4 › DBTab › should match screenshot:
showcases/e2e/default.ts#L40
4) [webkit] › default.ts:13:4 › DBTab › should match screenshot ──────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
Expected an image 1280px by 2263px, received 1280px by 1785px. 3269 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/tab/showcase/webkit/regular/neutral/DBTab-should-match-screenshot.png
Received: /__w/mono/mono/showcases/react-showcase/test-results/tab-showcase-tab-DBTab-should-match-screenshot-webkit-retry1/regular/neutral-actual.png
Diff: /__w/mono/mono/showcases/react-showcase/test-results/tab-showcase-tab-DBTab-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
- waiting for fonts to load...
- fonts loaded
- Expected an image 1280px by 2263px, received 1280px by 1785px. 84622 pixels (ratio 0.03 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
- 81353 pixels (ratio 0.04 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 2263px, received 1280px by 1785px. 3269 pixels (ratio 0.01 of all image pixels) are different.
38 | );
39 | await setScrollViewport(page, fixedHeight)();
> 40 | await expect(page).toHaveScreenshot(
| ^
41 | [density, `${color}.png`],
42 | config
43 | );
at /__w/mono/mono/showcases/e2e/default.ts:40:24
|
[webkit] › default.ts:13:4 › DBTabs › should match screenshot:
showcases/e2e/default.ts#L40
5) [webkit] › default.ts:13:4 › DBTabs › should match screenshot ─────────────────────────────────
Error: Screenshot comparison failed:
Expected an image 1280px by 2535px, received 1280px by 2057px. 102395 pixels (ratio 0.04 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/tabs/showcase/webkit/regular/neutral/DBTabs-should-match-screenshot.png
Received: /__w/mono/mono/showcases/react-showcase/test-results/tabs-showcase-tabs-DBTabs-should-match-screenshot-webkit/regular/neutral-actual.png
Diff: /__w/mono/mono/showcases/react-showcase/test-results/tabs-showcase-tabs-DBTabs-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
- waiting for fonts to load...
- fonts loaded
- Expected an image 1280px by 2535px, received 1280px by 2057px. 102395 pixels (ratio 0.04 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 2535px, received 1280px by 2057px. 102395 pixels (ratio 0.04 of all image pixels) are different.
38 | );
39 | await setScrollViewport(page, fixedHeight)();
> 40 | await expect(page).toHaveScreenshot(
| ^
41 | [density, `${color}.png`],
42 | config
43 | );
at /__w/mono/mono/showcases/e2e/default.ts:40:24
|
[webkit] › default.ts:13:4 › DBTabs › should match screenshot:
showcases/e2e/default.ts#L40
5) [webkit] › default.ts:13:4 › DBTabs › should match screenshot ─────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
Expected an image 1280px by 2535px, received 1280px by 2057px. 3423 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/tabs/showcase/webkit/regular/neutral/DBTabs-should-match-screenshot.png
Received: /__w/mono/mono/showcases/react-showcase/test-results/tabs-showcase-tabs-DBTabs-should-match-screenshot-webkit-retry1/regular/neutral-actual.png
Diff: /__w/mono/mono/showcases/react-showcase/test-results/tabs-showcase-tabs-DBTabs-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
- waiting for fonts to load...
- fonts loaded
- Expected an image 1280px by 2535px, received 1280px by 2057px. 102395 pixels (ratio 0.04 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
- 98994 pixels (ratio 0.04 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 2535px, received 1280px by 2057px. 3423 pixels (ratio 0.01 of all image pixels) are different.
38 | );
39 | await setScrollViewport(page, fixedHeight)();
> 40 | await expect(page).toHaveScreenshot(
| ^
41 | [density, `${color}.png`],
42 | config
43 | );
at /__w/mono/mono/showcases/e2e/default.ts:40:24
|
test-showcases / 🧪🎭 - react:2/2
Process completed with exit code 1.
|
[chromium] › default.ts:13:4 › DBAccordion › should match screenshot:
showcases/e2e/default.ts#L40
1) [chromium] › default.ts:13:4 › DBAccordion › should match screenshot ──────────────────────────
Error: Screenshot comparison failed:
Expected an image 1280px by 1384px, received 1280px by 906px. 58012 pixels (ratio 0.04 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/chromium/regular/neutral/DBAccordion-should-match-screenshot.png
Received: /__w/mono/mono/showcases/react-showcase/test-results/accordion-showcase-accordion-DBAccordion-should-match-screenshot-chromium/regular/neutral-actual.png
Diff: /__w/mono/mono/showcases/react-showcase/test-results/accordion-showcase-accordion-DBAccordion-should-match-screenshot-chromium/regular/neutral-diff.png
Call log:
- page._expectScreenshot 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 1384px, received 1280px by 906px. 58012 pixels (ratio 0.04 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 1384px, received 1280px by 906px. 58012 pixels (ratio 0.04 of all image pixels) are different.
38 | );
39 | await setScrollViewport(page, fixedHeight)();
> 40 | await expect(page).toHaveScreenshot(
| ^
41 | [density, `${color}.png`],
42 | config
43 | );
at /__w/mono/mono/showcases/e2e/default.ts:40:24
|
[chromium] › default.ts:13:4 › DBAccordion › should match screenshot:
showcases/e2e/default.ts#L40
1) [chromium] › default.ts:13:4 › DBAccordion › should match screenshot ──────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
Expected an image 1280px by 1384px, received 1280px by 906px. 58012 pixels (ratio 0.04 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/chromium/regular/neutral/DBAccordion-should-match-screenshot.png
Received: /__w/mono/mono/showcases/react-showcase/test-results/accordion-showcase-accordion-DBAccordion-should-match-screenshot-chromium-retry1/regular/neutral-actual.png
Diff: /__w/mono/mono/showcases/react-showcase/test-results/accordion-showcase-accordion-DBAccordion-should-match-screenshot-chromium-retry1/regular/neutral-diff.png
Call log:
- page._expectScreenshot 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 1384px, received 1280px by 906px. 58012 pixels (ratio 0.04 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 1384px, received 1280px by 906px. 58012 pixels (ratio 0.04 of all image pixels) are different.
38 | );
39 | await setScrollViewport(page, fixedHeight)();
> 40 | await expect(page).toHaveScreenshot(
| ^
41 | [density, `${color}.png`],
42 | config
43 | );
at /__w/mono/mono/showcases/e2e/default.ts:40:24
|
[chromium] › default.ts:13:4 › DBAccordionItem › should match screenshot:
showcases/e2e/default.ts#L40
2) [chromium] › default.ts:13:4 › DBAccordionItem › should match screenshot ──────────────────────
Error: Screenshot comparison failed:
Expected an image 1280px by 1288px, received 1280px by 810px. 57108 pixels (ratio 0.04 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/chromium/regular/neutral/DBAccordionItem-should-match-screenshot.png
Received: /__w/mono/mono/showcases/react-showcase/test-results/accordion-item-showcase-accordion-item-DBAccordionItem-should-match-screenshot-chromium/regular/neutral-actual.png
Diff: /__w/mono/mono/showcases/react-showcase/test-results/accordion-item-showcase-accordion-item-DBAccordionItem-should-match-screenshot-chromium/regular/neutral-diff.png
Call log:
- page._expectScreenshot 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 1288px, received 1280px by 810px. 57108 pixels (ratio 0.04 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 1288px, received 1280px by 810px. 57108 pixels (ratio 0.04 of all image pixels) are different.
38 | );
39 | await setScrollViewport(page, fixedHeight)();
> 40 | await expect(page).toHaveScreenshot(
| ^
41 | [density, `${color}.png`],
42 | config
43 | );
at /__w/mono/mono/showcases/e2e/default.ts:40:24
|
[chromium] › default.ts:13:4 › DBAccordionItem › should match screenshot:
showcases/e2e/default.ts#L40
2) [chromium] › default.ts:13:4 › DBAccordionItem › should match screenshot ──────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
Expected an image 1280px by 1288px, received 1280px by 810px. 57108 pixels (ratio 0.04 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/chromium/regular/neutral/DBAccordionItem-should-match-screenshot.png
Received: /__w/mono/mono/showcases/react-showcase/test-results/accordion-item-showcase-accordion-item-DBAccordionItem-should-match-screenshot-chromium-retry1/regular/neutral-actual.png
Diff: /__w/mono/mono/showcases/react-showcase/test-results/accordion-item-showcase-accordion-item-DBAccordionItem-should-match-screenshot-chromium-retry1/regular/neutral-diff.png
Call log:
- page._expectScreenshot 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 1288px, received 1280px by 810px. 57108 pixels (ratio 0.04 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 1288px, received 1280px by 810px. 57108 pixels (ratio 0.04 of all image pixels) are different.
38 | );
39 | await setScrollViewport(page, fixedHeight)();
> 40 | await expect(page).toHaveScreenshot(
| ^
41 | [density, `${color}.png`],
42 | config
43 | );
at /__w/mono/mono/showcases/e2e/default.ts:40:24
|
[chromium] › default.ts:13:4 › DBBadge › should match screenshot:
showcases/e2e/default.ts#L40
3) [chromium] › default.ts:13:4 › DBBadge › should match screenshot ──────────────────────────────
Error: Screenshot comparison failed:
Expected an image 1280px by 2913px, received 1280px by 2435px. 140242 pixels (ratio 0.04 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/badge/showcase/chromium/regular/neutral/DBBadge-should-match-screenshot.png
Received: /__w/mono/mono/showcases/react-showcase/test-results/badge-showcase-badge-DBBadge-should-match-screenshot-chromium/regular/neutral-actual.png
Diff: /__w/mono/mono/showcases/react-showcase/test-results/badge-showcase-badge-DBBadge-should-match-screenshot-chromium/regular/neutral-diff.png
Call log:
- page._expectScreenshot 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 2913px, received 1280px by 2435px. 140242 pixels (ratio 0.04 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 2913px, received 1280px by 2435px. 140242 pixels (ratio 0.04 of all image pixels) are different.
38 | );
39 | await setScrollViewport(page, fixedHeight)();
> 40 | await expect(page).toHaveScreenshot(
| ^
41 | [density, `${color}.png`],
42 | config
43 | );
at /__w/mono/mono/showcases/e2e/default.ts:40:24
|
[chromium] › default.ts:13:4 › DBBadge › should match screenshot:
showcases/e2e/default.ts#L40
3) [chromium] › default.ts:13:4 › DBBadge › should match screenshot ──────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
Expected an image 1280px by 2913px, received 1280px by 2435px. 140242 pixels (ratio 0.04 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/badge/showcase/chromium/regular/neutral/DBBadge-should-match-screenshot.png
Received: /__w/mono/mono/showcases/react-showcase/test-results/badge-showcase-badge-DBBadge-should-match-screenshot-chromium-retry1/regular/neutral-actual.png
Diff: /__w/mono/mono/showcases/react-showcase/test-results/badge-showcase-badge-DBBadge-should-match-screenshot-chromium-retry1/regular/neutral-diff.png
Call log:
- page._expectScreenshot 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 2913px, received 1280px by 2435px. 140242 pixels (ratio 0.04 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 2913px, received 1280px by 2435px. 140242 pixels (ratio 0.04 of all image pixels) are different.
38 | );
39 | await setScrollViewport(page, fixedHeight)();
> 40 | await expect(page).toHaveScreenshot(
| ^
41 | [density, `${color}.png`],
42 | config
43 | );
at /__w/mono/mono/showcases/e2e/default.ts:40:24
|
[chromium] › default.ts:13:4 › DBButton › should match screenshot:
showcases/e2e/default.ts#L40
4) [chromium] › default.ts:13:4 › DBButton › should match screenshot ─────────────────────────────
Error: Screenshot comparison failed:
Expected an image 1280px by 2588px, received 1280px by 2110px. 109759 pixels (ratio 0.04 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/button/showcase/chromium/regular/neutral/DBButton-should-match-screenshot.png
Received: /__w/mono/mono/showcases/react-showcase/test-results/button-showcase-button-DBButton-should-match-screenshot-chromium/regular/neutral-actual.png
Diff: /__w/mono/mono/showcases/react-showcase/test-results/button-showcase-button-DBButton-should-match-screenshot-chromium/regular/neutral-diff.png
Call log:
- page._expectScreenshot 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 2588px, received 1280px by 2110px. 109759 pixels (ratio 0.04 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 2588px, received 1280px by 2110px. 109759 pixels (ratio 0.04 of all image pixels) are different.
38 | );
39 | await setScrollViewport(page, fixedHeight)();
> 40 | await expect(page).toHaveScreenshot(
| ^
41 | [density, `${color}.png`],
42 | config
43 | );
at /__w/mono/mono/showcases/e2e/default.ts:40:24
|
[chromium] › default.ts:13:4 › DBButton › should match screenshot:
showcases/e2e/default.ts#L40
4) [chromium] › default.ts:13:4 › DBButton › should match screenshot ─────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
Expected an image 1280px by 2588px, received 1280px by 2110px. 109759 pixels (ratio 0.04 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/button/showcase/chromium/regular/neutral/DBButton-should-match-screenshot.png
Received: /__w/mono/mono/showcases/react-showcase/test-results/button-showcase-button-DBButton-should-match-screenshot-chromium-retry1/regular/neutral-actual.png
Diff: /__w/mono/mono/showcases/react-showcase/test-results/button-showcase-button-DBButton-should-match-screenshot-chromium-retry1/regular/neutral-diff.png
Call log:
- page._expectScreenshot 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 2588px, received 1280px by 2110px. 109759 pixels (ratio 0.04 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 2588px, received 1280px by 2110px. 109759 pixels (ratio 0.04 of all image pixels) are different.
38 | );
39 | await setScrollViewport(page, fixedHeight)();
> 40 | await expect(page).toHaveScreenshot(
| ^
41 | [density, `${color}.png`],
42 | config
43 | );
at /__w/mono/mono/showcases/e2e/default.ts:40:24
|
[chromium] › default.ts:13:4 › DBIcon › should match screenshot:
showcases/e2e/default.ts#L40
5) [chromium] › default.ts:13:4 › DBIcon › should match screenshot ───────────────────────────────
Error: Screenshot comparison failed:
Expected an image 1280px by 1079px, received 1280px by 583px. 36252 pixels (ratio 0.03 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/icon/showcase/chromium/regular/neutral/DBIcon-should-match-screenshot.png
Received: /__w/mono/mono/showcases/react-showcase/test-results/icon-showcase-icon-DBIcon-should-match-screenshot-chromium/regular/neutral-actual.png
Diff: /__w/mono/mono/showcases/react-showcase/test-results/icon-showcase-icon-DBIcon-should-match-screenshot-chromium/regular/neutral-diff.png
Call log:
- page._expectScreenshot 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 1079px, received 1280px by 583px. 36252 pixels (ratio 0.03 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 1079px, received 1280px by 583px. 36252 pixels (ratio 0.03 of all image pixels) are different.
38 | );
39 | await setScrollViewport(page, fixedHeight)();
> 40 | await expect(page).toHaveScreenshot(
| ^
41 | [density, `${color}.png`],
42 | config
43 | );
at /__w/mono/mono/showcases/e2e/default.ts:40:24
|
[chromium] › default.ts:13:4 › DBIcon › should match screenshot:
showcases/e2e/default.ts#L40
5) [chromium] › default.ts:13:4 › DBIcon › should match screenshot ───────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
Expected an image 1280px by 1079px, received 1280px by 583px. 36252 pixels (ratio 0.03 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/icon/showcase/chromium/regular/neutral/DBIcon-should-match-screenshot.png
Received: /__w/mono/mono/showcases/react-showcase/test-results/icon-showcase-icon-DBIcon-should-match-screenshot-chromium-retry1/regular/neutral-actual.png
Diff: /__w/mono/mono/showcases/react-showcase/test-results/icon-showcase-icon-DBIcon-should-match-screenshot-chromium-retry1/regular/neutral-diff.png
Call log:
- page._expectScreenshot 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 1079px, received 1280px by 583px. 36252 pixels (ratio 0.03 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 1079px, received 1280px by 583px. 36252 pixels (ratio 0.03 of all image pixels) are different.
38 | );
39 | await setScrollViewport(page, fixedHeight)();
> 40 | await expect(page).toHaveScreenshot(
| ^
41 | [density, `${color}.png`],
42 | config
43 | );
at /__w/mono/mono/showcases/e2e/default.ts:40:24
|
test-showcases / 🧪🎭 - react:1/2
Process completed with exit code 1.
|
checks-done
Process completed with exit code 1.
|
init / Init
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
scan-secrets / TruffleHog
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/github-script@v6. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint / Lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build-packages / Build Packages
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build-outputs / Build outputs
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test-foundations / 🧪🎭 - foundations
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test-components / 🧪🎭 - react:1/3
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test-components / 🧪🎭 - react:3/3
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test-components / 🧪🎭 - react:2/3
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build-showcases / Build Showcases
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3, actions/github-script@v6. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test-components / 🧪🎭 - vue:1/3
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test-components / 🧪🎭 - vue:3/3
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test-showcases / 🧪🎭 - vue:2/2
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Slow Test:
[mobile_safari] › default.ts#L1
[mobile_safari] › default.ts took 26.2s
|
Slow Test:
[mobile_chrome] › default.ts#L1
[mobile_chrome] › default.ts took 18.1s
|
test-components / 🧪🎭 - vue:2/3
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Slow Test:
output/vue/[firefox] › accordion/accordion.spec.tsx#L1
output/vue/[firefox] › accordion/accordion.spec.tsx took 15.2s
|
test-showcases / 🧪🎭 - angular:2/2
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Slow Test:
[mobile_safari] › default.ts#L1
[mobile_safari] › default.ts took 28.2s
|
Slow Test:
[mobile_chrome] › default.ts#L1
[mobile_chrome] › default.ts took 21.6s
|
Slow Test:
[webkit] › default.ts#L1
[webkit] › default.ts took 16.3s
|
test-showcases / 🧪🎭 - vue:1/2
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Slow Test:
[firefox] › default.ts#L1
[firefox] › default.ts took 27.9s
|
Slow Test:
[chromium] › default.ts#L1
[chromium] › default.ts took 24.1s
|
Slow Test:
[webkit] › default.ts#L1
[webkit] › default.ts took 19.5s
|
test-showcases / 🧪🎭 - angular:1/2
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Slow Test:
[chromium] › default.ts#L1
[chromium] › default.ts took 28.9s
|
Slow Test:
[firefox] › default.ts#L1
[firefox] › default.ts took 28.2s
|
Slow Test:
[webkit] › default.ts#L1
[webkit] › default.ts took 20.8s
|
test-showcases / 🧪🎭 - react:2/2
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Slow Test:
[webkit] › default.ts#L1
[webkit] › default.ts took 1.5m
|
Slow Test:
[mobile_safari] › default.ts#L1
[mobile_safari] › default.ts took 1.4m
|
Slow Test:
[mobile_chrome] › default.ts#L1
[mobile_chrome] › default.ts took 1.2m
|
test-showcases / 🧪🎭 - react:1/2
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Slow Test:
[firefox] › default.ts#L1
[firefox] › default.ts took 2.6m
|
Slow Test:
[chromium] › default.ts#L1
[chromium] › default.ts took 2.1m
|
Slow Test:
[webkit] › default.ts#L1
[webkit] › default.ts took 1.1m
|
🎭 Playwright Run Summary
39 failed
[chromium] › accordion/accordion.spec.tsx:18:2 › DBAccordion › should contain text ─────────────
[chromium] › accordion/accordion.spec.tsx:23:2 › DBAccordion › should match screenshot ─────────
[chromium] › accordion-item/accordion-item.spec.tsx:16:2 › DBAccordionItem › should match screenshot
[chromium] › badge/badge.spec.tsx:16:2 › DBBadge › should match screenshot ─────────────────────
[chromium] › brand/brand.spec.tsx:35:2 › DBBrand › should match screenshot ─────────────────────
[chromium] › button/button.spec.tsx:19:3 › DBButton › should match screenshot for variant outlined
[chromium] › button/button.spec.tsx:28:3 › DBButton › should only have icon for variant outlined
[chromium] › button/button.spec.tsx:19:3 › DBButton › should match screenshot for variant primary
[chromium] › button/button.spec.tsx:28:3 › DBButton › should only have icon for variant primary
[chromium] › button/button.spec.tsx:19:3 › DBButton › should match screenshot for variant solid
[chromium] › button/button.spec.tsx:28:3 › DBButton › should only have icon for variant solid ──
[chromium] › button/button.spec.tsx:19:3 › DBButton › should match screenshot for variant text ─
[chromium] › button/button.spec.tsx:28:3 › DBButton › should only have icon for variant text ───
[chromium] › card/card.spec.tsx:16:2 › DBCard › should match screenshot ────────────────────────
[chromium] › checkbox/checkbox.spec.tsx:16:2 › DBCheckbox › should match screenshot ────────────
[chromium] › code-docs/code-docs.spec.tsx:16:2 › DBCodeDocs › should match screenshot ──────────
[chromium] › infotext/infotext.spec.tsx:16:2 › DBInfotext › should match screenshot ────────────
[chromium] › infotext/infotext.spec.tsx:24:3 › DBInfotext › should match screenshot for semantic critical
[chromium] › infotext/infotext.spec.tsx:24:3 › DBInfotext › should match screenshot for semantic informational
[chromium] › infotext/infotext.spec.tsx:24:3 › DBInfotext › should match screenshot for semantic warning
[chromium] › infotext/infotext.spec.tsx:24:3 › DBInfotext › should match screenshot for semantic successful
[chromium] › main-navigation/main-navigation.spec.tsx:24:2 › DBMainNavigation › should match screenshot
[chromium] › navigation-item/navigation-item.spec.tsx:28:2 › DBNavigationItem › should match screenshot
[chromium] › notification/notification.spec.tsx:20:2 › DBNotification › should match screenshot
[chromium] › notification/notification.spec.tsx:28:3 › DBNotification › should match screenshot for semantic critical
[chromium] › notification/notification.spec.tsx:28:3 › DBNotification › should match screenshot for semantic informational
[chromium] › notification/notification.spec.tsx:28:3 › DBNotification › should match screenshot for semantic warning
[chromium] › notification/notification.spec.tsx:28:3 › DBNotification › should match screenshot for semantic successful
[chromium] › popover/popover.spec.tsx:24:2 › DBPopover › should match screenshot ───────────────
[chromium] › radio/radio.spec.tsx:16:2 › DBRadio › should match screenshot ─────────────────────
[chromium] › select/select.spec.tsx:21:2 › DBSelect › should match screenshot ──────────────────
[chromium] › tabs/tabs.spec.tsx:45:2 › DBTabs › should match screenshot ────────────────────────
[chromium] › tag/tag.spec.tsx:16:2 › DBTag › should match screenshot ───────────────────────────
[chromium] › tag/tag.spec.tsx:24:3 › DBTag › should match screenshot for semantic critical ─────
[chromium] › tag/tag.spec.tsx:24:3 › DBTag › should match screenshot for semantic informational
[chromium] › tag/tag.spec.tsx:24:3 › DBTag › should match screenshot for semantic warning ──────
[chromium] › tag/tag.spec.tsx:24:3 › DBTag › should match screenshot for semantic successful ───
[chromium] › textarea/textarea.spec.tsx:16:2 › DBTextarea › should match screenshot ────────────
[chromium] › tooltip/tooltip.spec.tsx:24:2 › DBTooltip › should match scree
|
🎭 Playwright Run Summary
39 failed
[mobile_chrome] › accordion/accordion.spec.tsx:18:2 › DBAccordion › should contain text ────────
[mobile_chrome] › accordion/accordion.spec.tsx:23:2 › DBAccordion › should match screenshot ────
[mobile_chrome] › accordion-item/accordion-item.spec.tsx:16:2 › DBAccordionItem › should match screenshot
[mobile_chrome] › badge/badge.spec.tsx:16:2 › DBBadge › should match screenshot ────────────────
[mobile_chrome] › brand/brand.spec.tsx:35:2 › DBBrand › should match screenshot ────────────────
[mobile_chrome] › button/button.spec.tsx:19:3 › DBButton › should match screenshot for variant outlined
[mobile_chrome] › button/button.spec.tsx:28:3 › DBButton › should only have icon for variant outlined
[mobile_chrome] › button/button.spec.tsx:19:3 › DBButton › should match screenshot for variant primary
[mobile_chrome] › button/button.spec.tsx:28:3 › DBButton › should only have icon for variant primary
[mobile_chrome] › button/button.spec.tsx:19:3 › DBButton › should match screenshot for variant solid
[mobile_chrome] › button/button.spec.tsx:28:3 › DBButton › should only have icon for variant solid
[mobile_chrome] › button/button.spec.tsx:19:3 › DBButton › should match screenshot for variant text
[mobile_chrome] › button/button.spec.tsx:28:3 › DBButton › should only have icon for variant text
[mobile_chrome] › card/card.spec.tsx:16:2 › DBCard › should match screenshot ───────────────────
[mobile_chrome] › checkbox/checkbox.spec.tsx:16:2 › DBCheckbox › should match screenshot ───────
[mobile_chrome] › code-docs/code-docs.spec.tsx:16:2 › DBCodeDocs › should match screenshot ─────
[mobile_chrome] › infotext/infotext.spec.tsx:16:2 › DBInfotext › should match screenshot ───────
[mobile_chrome] › infotext/infotext.spec.tsx:24:3 › DBInfotext › should match screenshot for semantic critical
[mobile_chrome] › infotext/infotext.spec.tsx:24:3 › DBInfotext › should match screenshot for semantic informational
[mobile_chrome] › infotext/infotext.spec.tsx:24:3 › DBInfotext › should match screenshot for semantic warning
[mobile_chrome] › infotext/infotext.spec.tsx:24:3 › DBInfotext › should match screenshot for semantic successful
[mobile_chrome] › main-navigation/main-navigation.spec.tsx:24:2 › DBMainNavigation › should match screenshot
[mobile_chrome] › navigation-item/navigation-item.spec.tsx:28:2 › DBNavigationItem › should match screenshot
[mobile_chrome] › notification/notification.spec.tsx:20:2 › DBNotification › should match screenshot
[mobile_chrome] › notification/notification.spec.tsx:28:3 › DBNotification › should match screenshot for semantic critical
[mobile_chrome] › notification/notification.spec.tsx:28:3 › DBNotification › should match screenshot for semantic informational
[mobile_chrome] › notification/notification.spec.tsx:28:3 › DBNotification › should match screenshot for semantic warning
[mobile_chrome] › notification/notification.spec.tsx:28:3 › DBNotification › should match screenshot for semantic successful
[mobile_chrome] › popover/popover.spec.tsx:24:2 › DBPopover › should match screenshot ──────────
[mobile_chrome] › radio/radio.spec.tsx:16:2 › DBRadio › should match screenshot ────────────────
[mobile_chrome] › select/select.spec.tsx:21:2 › DBSelect › should match screenshot ─────────────
[mobile_chrome] › tabs/tabs.spec.tsx:45:2 › DBTabs › should match screenshot ───────────────────
[mobile_chrome] › tag/tag.spec.tsx:16:2 › DBTag › should match screenshot ──────────────────────
[mobile_chrome] › tag/tag.spec.tsx:24:3 › DBTag › should match screenshot for semantic critical
[mobile_chrome] › tag/tag.spec.tsx:24:3 › DBTag › should match screenshot for semantic informational
[mobile_chrome] › tag/tag.spec.tsx:24:3 › DBTag › should match screenshot for semantic warning ─
[mobile_chrome] › tag/tag.spec.tsx:24:3 › DBTag › should match screenshot for semantic successful
[mobile_chrome] › textarea/textarea.spec.tsx:16:2 › DBTextarea › should mat
|
🎭 Playwright Run Summary
4 failed
[mobile_chrome] › default.ts:13:4 › DBAccordion › should match screenshot ──────────────────────
[mobile_chrome] › default.ts:13:4 › DBAccordionItem › should match screenshot ──────────────────
[mobile_safari] › default.ts:13:4 › DBAccordion › should match screenshot ──────────────────────
[mobile_safari] › default.ts:13:4 › DBAccordionItem › should match screenshot ──────────────────
36 passed (1.1m)
|
🎭 Playwright Run Summary
39 failed
[firefox] › accordion/accordion.spec.tsx:18:2 › DBAccordion › should contain text ──────────────
[firefox] › accordion/accordion.spec.tsx:23:2 › DBAccordion › should match screenshot ──────────
[firefox] › accordion-item/accordion-item.spec.tsx:16:2 › DBAccordionItem › should match screenshot
[firefox] › badge/badge.spec.tsx:16:2 › DBBadge › should match screenshot ──────────────────────
[firefox] › brand/brand.spec.tsx:35:2 › DBBrand › should match screenshot ──────────────────────
[firefox] › button/button.spec.tsx:19:3 › DBButton › should match screenshot for variant outlined
[firefox] › button/button.spec.tsx:28:3 › DBButton › should only have icon for variant outlined
[firefox] › button/button.spec.tsx:19:3 › DBButton › should match screenshot for variant primary
[firefox] › button/button.spec.tsx:28:3 › DBButton › should only have icon for variant primary ─
[firefox] › button/button.spec.tsx:19:3 › DBButton › should match screenshot for variant solid ─
[firefox] › button/button.spec.tsx:28:3 › DBButton › should only have icon for variant solid ───
[firefox] › button/button.spec.tsx:19:3 › DBButton › should match screenshot for variant text ──
[firefox] › button/button.spec.tsx:28:3 › DBButton › should only have icon for variant text ────
[firefox] › card/card.spec.tsx:16:2 › DBCard › should match screenshot ─────────────────────────
[firefox] › checkbox/checkbox.spec.tsx:16:2 › DBCheckbox › should match screenshot ─────────────
[firefox] › code-docs/code-docs.spec.tsx:16:2 › DBCodeDocs › should match screenshot ───────────
[firefox] › infotext/infotext.spec.tsx:16:2 › DBInfotext › should match screenshot ─────────────
[firefox] › infotext/infotext.spec.tsx:24:3 › DBInfotext › should match screenshot for semantic critical
[firefox] › infotext/infotext.spec.tsx:24:3 › DBInfotext › should match screenshot for semantic informational
[firefox] › infotext/infotext.spec.tsx:24:3 › DBInfotext › should match screenshot for semantic warning
[firefox] › infotext/infotext.spec.tsx:24:3 › DBInfotext › should match screenshot for semantic successful
[firefox] › main-navigation/main-navigation.spec.tsx:24:2 › DBMainNavigation › should match screenshot
[firefox] › navigation-item/navigation-item.spec.tsx:28:2 › DBNavigationItem › should match screenshot
[firefox] › notification/notification.spec.tsx:20:2 › DBNotification › should match screenshot ─
[firefox] › notification/notification.spec.tsx:28:3 › DBNotification › should match screenshot for semantic critical
[firefox] › notification/notification.spec.tsx:28:3 › DBNotification › should match screenshot for semantic informational
[firefox] › notification/notification.spec.tsx:28:3 › DBNotification › should match screenshot for semantic warning
[firefox] › notification/notification.spec.tsx:28:3 › DBNotification › should match screenshot for semantic successful
[firefox] › popover/popover.spec.tsx:24:2 › DBPopover › should match screenshot ────────────────
[firefox] › radio/radio.spec.tsx:16:2 › DBRadio › should match screenshot ──────────────────────
[firefox] › select/select.spec.tsx:21:2 › DBSelect › should match screenshot ───────────────────
[firefox] › tabs/tabs.spec.tsx:45:2 › DBTabs › should match screenshot ─────────────────────────
[firefox] › tag/tag.spec.tsx:16:2 › DBTag › should match screenshot ────────────────────────────
[firefox] › tag/tag.spec.tsx:24:3 › DBTag › should match screenshot for semantic critical ──────
[firefox] › tag/tag.spec.tsx:24:3 › DBTag › should match screenshot for semantic informational ─
[firefox] › tag/tag.spec.tsx:24:3 › DBTag › should match screenshot for semantic warning ───────
[firefox] › tag/tag.spec.tsx:24:3 › DBTag › should match screenshot for semantic successful ────
[firefox] › textarea/textarea.spec.tsx:16:2 › DBTextarea › should match screenshot ─────────────
[firefox] › tooltip/tooltip.spec.tsx:24:2 › DBTooltip › should match screenshot ─────────
|
🎭 Playwright Run Summary
4 failed
[mobile_chrome] › default.ts:13:4 › DBAccordion › should match screenshot ──────────────────────
[mobile_chrome] › default.ts:13:4 › DBAccordionItem › should match screenshot ──────────────────
[mobile_safari] › default.ts:13:4 › DBAccordion › should match screenshot ──────────────────────
[mobile_safari] › default.ts:13:4 › DBAccordionItem › should match screenshot ──────────────────
36 passed (1.3m)
|
🎭 Playwright Run Summary
6 failed
[chromium] › default.ts:13:4 › DBAccordion › should match screenshot ───────────────────────────
[chromium] › default.ts:13:4 › DBAccordionItem › should match screenshot ───────────────────────
[firefox] › default.ts:13:4 › DBAccordion › should match screenshot ────────────────────────────
[firefox] › default.ts:13:4 › DBAccordionItem › should match screenshot ────────────────────────
[webkit] › default.ts:13:4 › DBAccordion › should match screenshot ─────────────────────────────
[webkit] › default.ts:13:4 › DBAccordionItem › should match screenshot ─────────────────────────
34 passed (1.4m)
|
🎭 Playwright Run Summary
6 failed
[chromium] › default.ts:13:4 › DBAccordion › should match screenshot ───────────────────────────
[chromium] › default.ts:13:4 › DBAccordionItem › should match screenshot ───────────────────────
[firefox] › default.ts:13:4 › DBAccordion › should match screenshot ────────────────────────────
[firefox] › default.ts:13:4 › DBAccordionItem › should match screenshot ────────────────────────
[webkit] › default.ts:13:4 › DBAccordion › should match screenshot ─────────────────────────────
[webkit] › default.ts:13:4 › DBAccordionItem › should match screenshot ─────────────────────────
34 passed (1.6m)
|
🎭 Playwright Run Summary
35 failed
[webkit] › default.ts:13:4 › DBLink › should match screenshot ──────────────────────────────────
[webkit] › default.ts:13:4 › DBNotification › should match screenshot ──────────────────────────
[webkit] › default.ts:13:4 › DBSection › should match screenshot ───────────────────────────────
[webkit] › default.ts:13:4 › DBTab › should match screenshot ───────────────────────────────────
[webkit] › default.ts:13:4 › DBTabs › should match screenshot ──────────────────────────────────
[webkit] › default.ts:13:4 › DBTag › should match screenshot ───────────────────────────────────
[webkit] › default.ts:13:4 › DBTextarea › should match screenshot ──────────────────────────────
[mobile_chrome] › default.ts:13:4 › DBAccordion › should match screenshot ──────────────────────
[mobile_chrome] › default.ts:13:4 › DBAccordionItem › should match screenshot ──────────────────
[mobile_chrome] › default.ts:13:4 › DBBadge › should match screenshot ──────────────────────────
[mobile_chrome] › default.ts:13:4 › DBButton › should match screenshot ─────────────────────────
[mobile_chrome] › default.ts:13:4 › DBIcon › should match screenshot ───────────────────────────
[mobile_chrome] › default.ts:13:4 › DBInfotext › should match screenshot ───────────────────────
[mobile_chrome] › default.ts:13:4 › DBInput › should match screenshot ──────────────────────────
[mobile_chrome] › default.ts:13:4 › DBLink › should match screenshot ───────────────────────────
[mobile_chrome] › default.ts:13:4 › DBNotification › should match screenshot ───────────────────
[mobile_chrome] › default.ts:13:4 › DBSection › should match screenshot ────────────────────────
[mobile_chrome] › default.ts:13:4 › DBTab › should match screenshot ────────────────────────────
[mobile_chrome] › default.ts:13:4 › DBTabs › should match screenshot ───────────────────────────
[mobile_chrome] › default.ts:13:4 › DBTag › should match screenshot ────────────────────────────
[mobile_chrome] › default.ts:13:4 › DBTextarea › should match screenshot ───────────────────────
[mobile_safari] › default.ts:13:4 › DBAccordion › should match screenshot ──────────────────────
[mobile_safari] › default.ts:13:4 › DBAccordionItem › should match screenshot ──────────────────
[mobile_safari] › default.ts:13:4 › DBBadge › should match screenshot ──────────────────────────
[mobile_safari] › default.ts:13:4 › DBButton › should match screenshot ─────────────────────────
[mobile_safari] › default.ts:13:4 › DBIcon › should match screenshot ───────────────────────────
[mobile_safari] › default.ts:13:4 › DBInfotext › should match screenshot ───────────────────────
[mobile_safari] › default.ts:13:4 › DBInput › should match screenshot ──────────────────────────
[mobile_safari] › default.ts:13:4 › DBLink › should match screenshot ───────────────────────────
[mobile_safari] › default.ts:13:4 › DBNotification › should match screenshot ───────────────────
[mobile_safari] › default.ts:13:4 › DBSection › should match screenshot ────────────────────────
[mobile_safari] › default.ts:13:4 › DBTab › should match screenshot ────────────────────────────
[mobile_safari] › default.ts:13:4 › DBTabs › should match screenshot ───────────────────────────
[mobile_safari] › default.ts:13:4 › DBTag › should match screenshot ────────────────────────────
[mobile_safari] › default.ts:13:4 › DBTextarea › should match screenshot ───────────────────────
1 flaky
[webkit] › default.ts:13:4 › DBNavigationItem › should match screenshot ────────────────────────
4 passed (4.9m)
|
🎭 Playwright Run Summary
37 failed
[chromium] › default.ts:13:4 › DBAccordion › should match screenshot ───────────────────────────
[chromium] › default.ts:13:4 › DBAccordionItem › should match screenshot ───────────────────────
[chromium] › default.ts:13:4 › DBBadge › should match screenshot ───────────────────────────────
[chromium] › default.ts:13:4 › DBButton › should match screenshot ──────────────────────────────
[chromium] › default.ts:13:4 › DBIcon › should match screenshot ────────────────────────────────
[chromium] › default.ts:13:4 › DBInfotext › should match screenshot ────────────────────────────
[chromium] › default.ts:13:4 › DBInput › should match screenshot ───────────────────────────────
[chromium] › default.ts:13:4 › DBLink › should match screenshot ────────────────────────────────
[chromium] › default.ts:13:4 › DBNavigationItem › should match screenshot ──────────────────────
[chromium] › default.ts:13:4 › DBNotification › should match screenshot ────────────────────────
[chromium] › default.ts:13:4 › DBSection › should match screenshot ─────────────────────────────
[chromium] › default.ts:13:4 › DBTab › should match screenshot ─────────────────────────────────
[chromium] › default.ts:13:4 › DBTabs › should match screenshot ────────────────────────────────
[chromium] › default.ts:13:4 › DBTag › should match screenshot ─────────────────────────────────
[chromium] › default.ts:13:4 › DBTextarea › should match screenshot ────────────────────────────
[firefox] › default.ts:13:4 › DBAccordion › should match screenshot ────────────────────────────
[firefox] › default.ts:13:4 › DBAccordionItem › should match screenshot ────────────────────────
[firefox] › default.ts:13:4 › DBBadge › should match screenshot ────────────────────────────────
[firefox] › default.ts:13:4 › DBButton › should match screenshot ───────────────────────────────
[firefox] › default.ts:13:4 › DBIcon › should match screenshot ─────────────────────────────────
[firefox] › default.ts:13:4 › DBInfotext › should match screenshot ─────────────────────────────
[firefox] › default.ts:13:4 › DBInput › should match screenshot ────────────────────────────────
[firefox] › default.ts:13:4 › DBLink › should match screenshot ─────────────────────────────────
[firefox] › default.ts:13:4 › DBNavigationItem › should match screenshot ───────────────────────
[firefox] › default.ts:13:4 › DBNotification › should match screenshot ─────────────────────────
[firefox] › default.ts:13:4 › DBSection › should match screenshot ──────────────────────────────
[firefox] › default.ts:13:4 › DBTab › should match screenshot ──────────────────────────────────
[firefox] › default.ts:13:4 › DBTabs › should match screenshot ─────────────────────────────────
[firefox] › default.ts:13:4 › DBTag › should match screenshot ──────────────────────────────────
[firefox] › default.ts:13:4 › DBTextarea › should match screenshot ─────────────────────────────
[webkit] › default.ts:13:4 › DBAccordion › should match screenshot ─────────────────────────────
[webkit] › default.ts:13:4 › DBAccordionItem › should match screenshot ─────────────────────────
[webkit] › default.ts:13:4 › DBBadge › should match screenshot ─────────────────────────────────
[webkit] › default.ts:13:4 › DBButton › should match screenshot ────────────────────────────────
[webkit] › default.ts:13:4 › DBIcon › should match screenshot ──────────────────────────────────
[webkit] › default.ts:13:4 › DBInfotext › should match screenshot ──────────────────────────────
[webkit] › default.ts:13:4 › DBInput › should match screenshot ─────────────────────────────────
3 passed (7.0m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
angular-showcase-playwright-results-1
Expired
|
4.55 MB |
|
angular-showcase-playwright-results-2
Expired
|
2.89 MB |
|
db-ui-components-build
Expired
|
312 KB |
|
db-ui-foundations-build
Expired
|
85.5 KB |
|
db-ui-output
Expired
|
353 KB |
|
db-ui-outputs
Expired
|
2.98 MB |
|
db-ui-showcases
Expired
|
8.33 MB |
|
react-showcase-playwright-results-1
Expired
|
42.4 MB |
|
react-showcase-playwright-results-2
Expired
|
41.1 MB |
|
vue-components-playwright-results-1
Expired
|
204 KB |
|
vue-components-playwright-results-2
Expired
|
194 KB |
|
vue-components-playwright-results-3
Expired
|
204 KB |
|
vue-showcase-playwright-results-1
Expired
|
4.38 MB |
|
vue-showcase-playwright-results-2
Expired
|
2.76 MB |
|