Skip to content

refactor: extracted icons and their transformer #15349

refactor: extracted icons and their transformer

refactor: extracted icons and their transformer #15349

Triggered via pull request December 2, 2024 12:22
Status Failure
Total duration 24m 6s
Artifacts 52

default.yml

on: pull_request
get-playwright-version  /  Get and save publish version
29s
get-playwright-version / Get and save publish version
build-packages  /  Build Packages
1m 13s
build-packages / Build Packages
Matrix: init-playwright / init-playwright
build-showcase-patternhub  /  Build Patternhub
1m 39s
build-showcase-patternhub / Build Patternhub
build-showcase-react  /  Build Showcase react-showcase
35s
build-showcase-react / Build Showcase react-showcase
build-showcase-angular  /  Build Showcase angular-showcase
41s
build-showcase-angular / Build Showcase angular-showcase
build-showcase-stencil  /  Build Showcase stencil-showcase
46s
build-showcase-stencil / Build Showcase stencil-showcase
build-showcase-vue  /  Build Showcase vue-showcase
25s
build-showcase-vue / Build Showcase vue-showcase
Matrix: test-components / playwright-ct
test-foundations  /  🧪🎭 - foundations
1m 43s
test-foundations / 🧪🎭 - foundations
build-outputs  /  Build outputs
1m 24s
build-outputs / Build outputs
build-showcase-angular-ssr  /  Build Showcase angular-ssr-showcase
49s
build-showcase-angular-ssr / Build Showcase angular-ssr-showcase
build-showcase-next  /  Build Showcase next-showcase
1m 16s
build-showcase-next / Build Showcase next-showcase
build-showcase-nuxt  /  Build Showcase nuxt-showcase
43s
build-showcase-nuxt / Build Showcase nuxt-showcase
Matrix: test-showcase-patternhub / playwright-showcases
Matrix: test-showcase-react / playwright-showcases
Matrix: test-screen-reader / playwright-screen-reader
Matrix: test-showcase-angular / playwright-showcases
Matrix: test-showcase-stencil / playwright-showcases
Matrix: test-showcase-vue / playwright-showcases
regenerate-snapshots-components  /  🧪🎭 - Regenerate snapshots components
5m 24s
regenerate-snapshots-components / 🧪🎭 - Regenerate snapshots components
regenerate-snapshots-foundations  /  🧪🎭 - Regenerate snapshots foundations
1m 46s
regenerate-snapshots-foundations / 🧪🎭 - Regenerate snapshots foundations
regenerate-snapshots-patternhub  /  🧪🎭 - Regenerate snapshots patternhub
4m 10s
regenerate-snapshots-patternhub / 🧪🎭 - Regenerate snapshots patternhub
checks-done
0s
checks-done
regenerate-snapshots  /  🧪🎭 - Regenerate snapshots showcases
10m 10s
regenerate-snapshots / 🧪🎭 - Regenerate snapshots showcases
deploy  /  Deploy
deploy / Deploy
Fit to window
Zoom out
Zoom in

Annotations

250 errors, 33 warnings, and 36 notices
test-foundations / 🧪🎭 - foundations
Process completed with exit code 1.
[chromium] › infotext/infotext.spec.tsx:16:6 › DBInfotext › should match screenshot: output/react/src/components/infotext/infotext.spec.tsx#L18
1) [chromium] › infotext/infotext.spec.tsx:16:6 › DBInfotext › should match screenshot ─────────── Error: expect(locator).toHaveScreenshot(expected) 2 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/component/chromium/DBInfotext-should-match-screenshot.png Received: /__w/mono/mono/output/react/test-results/infotext-infotext-DBInfotext-should-match-screenshot-chromium/DBInfotext-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/output/react/test-results/infotext-infotext-DBInfotext-should-match-screenshot-chromium/DBInfotext-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 2 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 2 pixels (ratio 0.01 of all image pixels) are different. 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/react/src/components/infotext/infotext.spec.tsx:18:27
[chromium] › infotext/infotext.spec.tsx:16:6 › DBInfotext › should match screenshot: output/react/src/components/infotext/infotext.spec.tsx#L18
1) [chromium] › infotext/infotext.spec.tsx:16:6 › DBInfotext › should match screenshot ─────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) 2 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/component/chromium/DBInfotext-should-match-screenshot.png Received: /__w/mono/mono/output/react/test-results/infotext-infotext-DBInfotext-should-match-screenshot-chromium-retry1/DBInfotext-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/output/react/test-results/infotext-infotext-DBInfotext-should-match-screenshot-chromium-retry1/DBInfotext-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 2 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 2 pixels (ratio 0.01 of all image pixels) are different. 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/react/src/components/infotext/infotext.spec.tsx:18:27
[chromium] › infotext/infotext.spec.tsx:24:7 › DBInfotext › should match screenshot for semantic critical: output/react/src/components/infotext/infotext.spec.tsx#L31
2) [chromium] › infotext/infotext.spec.tsx:24:7 › DBInfotext › should match screenshot for semantic critical Error: expect(locator).toHaveScreenshot(expected) 4 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/component/chromium/DBInfotext-should-match-screenshot-for-semantic-critical.png Received: /__w/mono/mono/output/react/test-results/infotext-infotext-DBInfote-355df-nshot-for-semantic-critical-chromium/DBInfotext-should-match-screenshot-for-semantic-critical-1-actual.png Diff: /__w/mono/mono/output/react/test-results/infotext-infotext-DBInfote-355df-nshot-for-semantic-critical-chromium/DBInfotext-should-match-screenshot-for-semantic-critical-1-diff.png Call log: - expect.toHaveScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext" data-semantic="critical">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 4 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext" data-semantic="critical">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 4 pixels (ratio 0.01 of all image pixels) are different. 29 | ); 30 | const component = await mount(variantComp); > 31 | await expect(component).toHaveScreenshot(); | ^ 32 | }); 33 | } 34 | }; at /__w/mono/mono/output/react/src/components/infotext/infotext.spec.tsx:31:28
[chromium] › infotext/infotext.spec.tsx:24:7 › DBInfotext › should match screenshot for semantic critical: output/react/src/components/infotext/infotext.spec.tsx#L31
2) [chromium] › infotext/infotext.spec.tsx:24:7 › DBInfotext › should match screenshot for semantic critical Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) 4 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/component/chromium/DBInfotext-should-match-screenshot-for-semantic-critical.png Received: /__w/mono/mono/output/react/test-results/infotext-infotext-DBInfote-355df-nshot-for-semantic-critical-chromium-retry1/DBInfotext-should-match-screenshot-for-semantic-critical-1-actual.png Diff: /__w/mono/mono/output/react/test-results/infotext-infotext-DBInfote-355df-nshot-for-semantic-critical-chromium-retry1/DBInfotext-should-match-screenshot-for-semantic-critical-1-diff.png Call log: - expect.toHaveScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext" data-semantic="critical">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 4 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext" data-semantic="critical">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 4 pixels (ratio 0.01 of all image pixels) are different. 29 | ); 30 | const component = await mount(variantComp); > 31 | await expect(component).toHaveScreenshot(); | ^ 32 | }); 33 | } 34 | }; at /__w/mono/mono/output/react/src/components/infotext/infotext.spec.tsx:31:28
[chromium] › infotext/infotext.spec.tsx:24:7 › DBInfotext › should match screenshot for semantic informational: output/react/src/components/infotext/infotext.spec.tsx#L31
3) [chromium] › infotext/infotext.spec.tsx:24:7 › DBInfotext › should match screenshot for semantic informational Error: expect(locator).toHaveScreenshot(expected) 4 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/component/chromium/DBInfotext-should-match-screenshot-for-semantic-informational.png Received: /__w/mono/mono/output/react/test-results/infotext-infotext-DBInfote-5b48b--for-semantic-informational-chromium/DBInfotext-should-match-sc-2c3f4-or-semantic-informational-1-actual.png Diff: /__w/mono/mono/output/react/test-results/infotext-infotext-DBInfote-5b48b--for-semantic-informational-chromium/DBInfotext-should-match-sc-2c3f4-or-semantic-informational-1-diff.png Call log: - expect.toHaveScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext" data-semantic="informational">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 4 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext" data-semantic="informational">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 4 pixels (ratio 0.01 of all image pixels) are different. 29 | ); 30 | const component = await mount(variantComp); > 31 | await expect(component).toHaveScreenshot(); | ^ 32 | }); 33 | } 34 | }; at /__w/mono/mono/output/react/src/components/infotext/infotext.spec.tsx:31:28
[chromium] › infotext/infotext.spec.tsx:24:7 › DBInfotext › should match screenshot for semantic informational: output/react/src/components/infotext/infotext.spec.tsx#L31
3) [chromium] › infotext/infotext.spec.tsx:24:7 › DBInfotext › should match screenshot for semantic informational Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) 4 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/component/chromium/DBInfotext-should-match-screenshot-for-semantic-informational.png Received: /__w/mono/mono/output/react/test-results/infotext-infotext-DBInfote-5b48b--for-semantic-informational-chromium-retry1/DBInfotext-should-match-sc-2c3f4-or-semantic-informational-1-actual.png Diff: /__w/mono/mono/output/react/test-results/infotext-infotext-DBInfote-5b48b--for-semantic-informational-chromium-retry1/DBInfotext-should-match-sc-2c3f4-or-semantic-informational-1-diff.png Call log: - expect.toHaveScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext" data-semantic="informational">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 4 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext" data-semantic="informational">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 4 pixels (ratio 0.01 of all image pixels) are different. 29 | ); 30 | const component = await mount(variantComp); > 31 | await expect(component).toHaveScreenshot(); | ^ 32 | }); 33 | } 34 | }; at /__w/mono/mono/output/react/src/components/infotext/infotext.spec.tsx:31:28
[chromium] › infotext/infotext.spec.tsx:24:7 › DBInfotext › should match screenshot for semantic warning: output/react/src/components/infotext/infotext.spec.tsx#L31
4) [chromium] › infotext/infotext.spec.tsx:24:7 › DBInfotext › should match screenshot for semantic warning Error: expect(locator).toHaveScreenshot(expected) 1 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/component/chromium/DBInfotext-should-match-screenshot-for-semantic-warning.png Received: /__w/mono/mono/output/react/test-results/infotext-infotext-DBInfote-bd72d-enshot-for-semantic-warning-chromium/DBInfotext-should-match-screenshot-for-semantic-warning-1-actual.png Diff: /__w/mono/mono/output/react/test-results/infotext-infotext-DBInfote-bd72d-enshot-for-semantic-warning-chromium/DBInfotext-should-match-screenshot-for-semantic-warning-1-diff.png Call log: - expect.toHaveScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext" data-semantic="warning">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 1 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext" data-semantic="warning">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 1 pixels (ratio 0.01 of all image pixels) are different. 29 | ); 30 | const component = await mount(variantComp); > 31 | await expect(component).toHaveScreenshot(); | ^ 32 | }); 33 | } 34 | }; at /__w/mono/mono/output/react/src/components/infotext/infotext.spec.tsx:31:28
[chromium] › infotext/infotext.spec.tsx:24:7 › DBInfotext › should match screenshot for semantic warning: output/react/src/components/infotext/infotext.spec.tsx#L31
4) [chromium] › infotext/infotext.spec.tsx:24:7 › DBInfotext › should match screenshot for semantic warning Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) 1 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/component/chromium/DBInfotext-should-match-screenshot-for-semantic-warning.png Received: /__w/mono/mono/output/react/test-results/infotext-infotext-DBInfote-bd72d-enshot-for-semantic-warning-chromium-retry1/DBInfotext-should-match-screenshot-for-semantic-warning-1-actual.png Diff: /__w/mono/mono/output/react/test-results/infotext-infotext-DBInfote-bd72d-enshot-for-semantic-warning-chromium-retry1/DBInfotext-should-match-screenshot-for-semantic-warning-1-diff.png Call log: - expect.toHaveScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext" data-semantic="warning">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 1 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext" data-semantic="warning">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 1 pixels (ratio 0.01 of all image pixels) are different. 29 | ); 30 | const component = await mount(variantComp); > 31 | await expect(component).toHaveScreenshot(); | ^ 32 | }); 33 | } 34 | }; at /__w/mono/mono/output/react/src/components/infotext/infotext.spec.tsx:31:28
[chromium] › notification/notification.spec.tsx:23:7 › DBNotification › should match screenshot for semantic informational: output/react/src/components/notification/notification.spec.tsx#L30
5) [chromium] › notification/notification.spec.tsx:23:7 › DBNotification › should match screenshot for semantic informational Error: expect(locator).toHaveScreenshot(expected) 4 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/notification/component/chromium/DBNotification-should-match-screenshot-for-semantic-informational.png Received: /__w/mono/mono/output/react/test-results/notification-notification--0e644--for-semantic-informational-chromium/DBNotification-should-matc-47073-or-semantic-informational-1-actual.png Diff: /__w/mono/mono/output/react/test-results/notification-notification--0e644--for-semantic-informational-chromium/DBNotification-should-matc-47073-or-semantic-informational-1-diff.png Call log: - expect.toHaveScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#root').locator('internal:control=component') - locator resolved to <article class="db-notification" data-semantic="informational">…</article> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 4 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#root').locator('internal:control=component') - locator resolved to <article class="db-notification" data-semantic="informational">…</article> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 4 pixels (ratio 0.01 of all image pixels) are different. 28 | ); 29 | const component = await mount(variantComp); > 30 | await expect(component).toHaveScreenshot(); | ^ 31 | }); 32 | } 33 | }; at /__w/mono/mono/output/react/src/components/notification/notification.spec.tsx:30:28
[chromium] › notification/notification.spec.tsx:23:7 › DBNotification › should match screenshot for semantic informational: output/react/src/components/notification/notification.spec.tsx#L30
5) [chromium] › notification/notification.spec.tsx:23:7 › DBNotification › should match screenshot for semantic informational Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) 4 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/notification/component/chromium/DBNotification-should-match-screenshot-for-semantic-informational.png Received: /__w/mono/mono/output/react/test-results/notification-notification--0e644--for-semantic-informational-chromium-retry1/DBNotification-should-matc-47073-or-semantic-informational-1-actual.png Diff: /__w/mono/mono/output/react/test-results/notification-notification--0e644--for-semantic-informational-chromium-retry1/DBNotification-should-matc-47073-or-semantic-informational-1-diff.png Call log: - expect.toHaveScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#root').locator('internal:control=component') - locator resolved to <article class="db-notification" data-semantic="informational">…</article> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 4 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#root').locator('internal:control=component') - locator resolved to <article class="db-notification" data-semantic="informational">…</article> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 4 pixels (ratio 0.01 of all image pixels) are different. 28 | ); 29 | const component = await mount(variantComp); > 30 | await expect(component).toHaveScreenshot(); | ^ 31 | }); 32 | } 33 | }; at /__w/mono/mono/output/react/src/components/notification/notification.spec.tsx:30:28
test-components / 🧪🎭 - react:1/3
Process completed with exit code 1.
[mobile_chrome] › infotext/infotext.spec.tsx:16:6 › DBInfotext › should match screenshot: output/react/src/components/infotext/infotext.spec.tsx#L18
1) [mobile_chrome] › infotext/infotext.spec.tsx:16:6 › DBInfotext › should match screenshot ────── Error: expect(locator).toHaveScreenshot(expected) 2 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/component/mobile-chrome/DBInfotext-should-match-screenshot.png Received: /__w/mono/mono/output/react/test-results/infotext-infotext-DBInfotext-should-match-screenshot-mobile-chrome/DBInfotext-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/output/react/test-results/infotext-infotext-DBInfotext-should-match-screenshot-mobile-chrome/DBInfotext-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 2 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 2 pixels (ratio 0.01 of all image pixels) are different. 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/react/src/components/infotext/infotext.spec.tsx:18:27
[mobile_chrome] › infotext/infotext.spec.tsx:16:6 › DBInfotext › should match screenshot: output/react/src/components/infotext/infotext.spec.tsx#L18
1) [mobile_chrome] › infotext/infotext.spec.tsx:16:6 › DBInfotext › should match screenshot ────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) 2 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/component/mobile-chrome/DBInfotext-should-match-screenshot.png Received: /__w/mono/mono/output/react/test-results/infotext-infotext-DBInfotext-should-match-screenshot-mobile-chrome-retry1/DBInfotext-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/output/react/test-results/infotext-infotext-DBInfotext-should-match-screenshot-mobile-chrome-retry1/DBInfotext-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 2 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 2 pixels (ratio 0.01 of all image pixels) are different. 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/react/src/components/infotext/infotext.spec.tsx:18:27
[mobile_chrome] › infotext/infotext.spec.tsx:24:7 › DBInfotext › should match screenshot for semantic critical: output/react/src/components/infotext/infotext.spec.tsx#L31
2) [mobile_chrome] › infotext/infotext.spec.tsx:24:7 › DBInfotext › should match screenshot for semantic critical Error: expect(locator).toHaveScreenshot(expected) 4 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/component/mobile-chrome/DBInfotext-should-match-screenshot-for-semantic-critical.png Received: /__w/mono/mono/output/react/test-results/infotext-infotext-DBInfote-355df-nshot-for-semantic-critical-mobile-chrome/DBInfotext-should-match-screenshot-for-semantic-critical-1-actual.png Diff: /__w/mono/mono/output/react/test-results/infotext-infotext-DBInfote-355df-nshot-for-semantic-critical-mobile-chrome/DBInfotext-should-match-screenshot-for-semantic-critical-1-diff.png Call log: - expect.toHaveScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext" data-semantic="critical">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 4 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext" data-semantic="critical">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 4 pixels (ratio 0.01 of all image pixels) are different. 29 | ); 30 | const component = await mount(variantComp); > 31 | await expect(component).toHaveScreenshot(); | ^ 32 | }); 33 | } 34 | }; at /__w/mono/mono/output/react/src/components/infotext/infotext.spec.tsx:31:28
[mobile_chrome] › infotext/infotext.spec.tsx:24:7 › DBInfotext › should match screenshot for semantic critical: output/react/src/components/infotext/infotext.spec.tsx#L31
2) [mobile_chrome] › infotext/infotext.spec.tsx:24:7 › DBInfotext › should match screenshot for semantic critical Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) 4 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/component/mobile-chrome/DBInfotext-should-match-screenshot-for-semantic-critical.png Received: /__w/mono/mono/output/react/test-results/infotext-infotext-DBInfote-355df-nshot-for-semantic-critical-mobile-chrome-retry1/DBInfotext-should-match-screenshot-for-semantic-critical-1-actual.png Diff: /__w/mono/mono/output/react/test-results/infotext-infotext-DBInfote-355df-nshot-for-semantic-critical-mobile-chrome-retry1/DBInfotext-should-match-screenshot-for-semantic-critical-1-diff.png Call log: - expect.toHaveScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext" data-semantic="critical">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 4 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext" data-semantic="critical">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 4 pixels (ratio 0.01 of all image pixels) are different. 29 | ); 30 | const component = await mount(variantComp); > 31 | await expect(component).toHaveScreenshot(); | ^ 32 | }); 33 | } 34 | }; at /__w/mono/mono/output/react/src/components/infotext/infotext.spec.tsx:31:28
[mobile_chrome] › infotext/infotext.spec.tsx:24:7 › DBInfotext › should match screenshot for semantic informational: output/react/src/components/infotext/infotext.spec.tsx#L31
3) [mobile_chrome] › infotext/infotext.spec.tsx:24:7 › DBInfotext › should match screenshot for semantic informational Error: expect(locator).toHaveScreenshot(expected) 4 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/component/mobile-chrome/DBInfotext-should-match-screenshot-for-semantic-informational.png Received: /__w/mono/mono/output/react/test-results/infotext-infotext-DBInfote-5b48b--for-semantic-informational-mobile-chrome/DBInfotext-should-match-sc-2c3f4-or-semantic-informational-1-actual.png Diff: /__w/mono/mono/output/react/test-results/infotext-infotext-DBInfote-5b48b--for-semantic-informational-mobile-chrome/DBInfotext-should-match-sc-2c3f4-or-semantic-informational-1-diff.png Call log: - expect.toHaveScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext" data-semantic="informational">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 4 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext" data-semantic="informational">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 4 pixels (ratio 0.01 of all image pixels) are different. 29 | ); 30 | const component = await mount(variantComp); > 31 | await expect(component).toHaveScreenshot(); | ^ 32 | }); 33 | } 34 | }; at /__w/mono/mono/output/react/src/components/infotext/infotext.spec.tsx:31:28
[mobile_chrome] › infotext/infotext.spec.tsx:24:7 › DBInfotext › should match screenshot for semantic informational: output/react/src/components/infotext/infotext.spec.tsx#L31
3) [mobile_chrome] › infotext/infotext.spec.tsx:24:7 › DBInfotext › should match screenshot for semantic informational Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) 4 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/component/mobile-chrome/DBInfotext-should-match-screenshot-for-semantic-informational.png Received: /__w/mono/mono/output/react/test-results/infotext-infotext-DBInfote-5b48b--for-semantic-informational-mobile-chrome-retry1/DBInfotext-should-match-sc-2c3f4-or-semantic-informational-1-actual.png Diff: /__w/mono/mono/output/react/test-results/infotext-infotext-DBInfote-5b48b--for-semantic-informational-mobile-chrome-retry1/DBInfotext-should-match-sc-2c3f4-or-semantic-informational-1-diff.png Call log: - expect.toHaveScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext" data-semantic="informational">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 4 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext" data-semantic="informational">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 4 pixels (ratio 0.01 of all image pixels) are different. 29 | ); 30 | const component = await mount(variantComp); > 31 | await expect(component).toHaveScreenshot(); | ^ 32 | }); 33 | } 34 | }; at /__w/mono/mono/output/react/src/components/infotext/infotext.spec.tsx:31:28
[mobile_chrome] › infotext/infotext.spec.tsx:24:7 › DBInfotext › should match screenshot for semantic warning: output/react/src/components/infotext/infotext.spec.tsx#L31
4) [mobile_chrome] › infotext/infotext.spec.tsx:24:7 › DBInfotext › should match screenshot for semantic warning Error: expect(locator).toHaveScreenshot(expected) 1 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/component/mobile-chrome/DBInfotext-should-match-screenshot-for-semantic-warning.png Received: /__w/mono/mono/output/react/test-results/infotext-infotext-DBInfote-bd72d-enshot-for-semantic-warning-mobile-chrome/DBInfotext-should-match-screenshot-for-semantic-warning-1-actual.png Diff: /__w/mono/mono/output/react/test-results/infotext-infotext-DBInfote-bd72d-enshot-for-semantic-warning-mobile-chrome/DBInfotext-should-match-screenshot-for-semantic-warning-1-diff.png Call log: - expect.toHaveScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext" data-semantic="warning">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 1 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext" data-semantic="warning">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 1 pixels (ratio 0.01 of all image pixels) are different. 29 | ); 30 | const component = await mount(variantComp); > 31 | await expect(component).toHaveScreenshot(); | ^ 32 | }); 33 | } 34 | }; at /__w/mono/mono/output/react/src/components/infotext/infotext.spec.tsx:31:28
[mobile_chrome] › infotext/infotext.spec.tsx:24:7 › DBInfotext › should match screenshot for semantic warning: output/react/src/components/infotext/infotext.spec.tsx#L31
4) [mobile_chrome] › infotext/infotext.spec.tsx:24:7 › DBInfotext › should match screenshot for semantic warning Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) 1 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/component/mobile-chrome/DBInfotext-should-match-screenshot-for-semantic-warning.png Received: /__w/mono/mono/output/react/test-results/infotext-infotext-DBInfote-bd72d-enshot-for-semantic-warning-mobile-chrome-retry1/DBInfotext-should-match-screenshot-for-semantic-warning-1-actual.png Diff: /__w/mono/mono/output/react/test-results/infotext-infotext-DBInfote-bd72d-enshot-for-semantic-warning-mobile-chrome-retry1/DBInfotext-should-match-screenshot-for-semantic-warning-1-diff.png Call log: - expect.toHaveScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext" data-semantic="warning">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 1 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext" data-semantic="warning">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 1 pixels (ratio 0.01 of all image pixels) are different. 29 | ); 30 | const component = await mount(variantComp); > 31 | await expect(component).toHaveScreenshot(); | ^ 32 | }); 33 | } 34 | }; at /__w/mono/mono/output/react/src/components/infotext/infotext.spec.tsx:31:28
[mobile_chrome] › notification/notification.spec.tsx:23:7 › DBNotification › should match screenshot for semantic informational: output/react/src/components/notification/notification.spec.tsx#L30
5) [mobile_chrome] › notification/notification.spec.tsx:23:7 › DBNotification › should match screenshot for semantic informational Error: expect(locator).toHaveScreenshot(expected) 4 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/notification/component/mobile-chrome/DBNotification-should-match-screenshot-for-semantic-informational.png Received: /__w/mono/mono/output/react/test-results/notification-notification--0e644--for-semantic-informational-mobile-chrome/DBNotification-should-matc-47073-or-semantic-informational-1-actual.png Diff: /__w/mono/mono/output/react/test-results/notification-notification--0e644--for-semantic-informational-mobile-chrome/DBNotification-should-matc-47073-or-semantic-informational-1-diff.png Call log: - expect.toHaveScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#root').locator('internal:control=component') - locator resolved to <article class="db-notification" data-semantic="informational">…</article> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 4 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#root').locator('internal:control=component') - locator resolved to <article class="db-notification" data-semantic="informational">…</article> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 4 pixels (ratio 0.01 of all image pixels) are different. 28 | ); 29 | const component = await mount(variantComp); > 30 | await expect(component).toHaveScreenshot(); | ^ 31 | }); 32 | } 33 | }; at /__w/mono/mono/output/react/src/components/notification/notification.spec.tsx:30:28
[mobile_chrome] › notification/notification.spec.tsx:23:7 › DBNotification › should match screenshot for semantic informational: output/react/src/components/notification/notification.spec.tsx#L30
5) [mobile_chrome] › notification/notification.spec.tsx:23:7 › DBNotification › should match screenshot for semantic informational Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) 4 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/notification/component/mobile-chrome/DBNotification-should-match-screenshot-for-semantic-informational.png Received: /__w/mono/mono/output/react/test-results/notification-notification--0e644--for-semantic-informational-mobile-chrome-retry1/DBNotification-should-matc-47073-or-semantic-informational-1-actual.png Diff: /__w/mono/mono/output/react/test-results/notification-notification--0e644--for-semantic-informational-mobile-chrome-retry1/DBNotification-should-matc-47073-or-semantic-informational-1-diff.png Call log: - expect.toHaveScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#root').locator('internal:control=component') - locator resolved to <article class="db-notification" data-semantic="informational">…</article> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 4 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#root').locator('internal:control=component') - locator resolved to <article class="db-notification" data-semantic="informational">…</article> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 4 pixels (ratio 0.01 of all image pixels) are different. 28 | ); 29 | const component = await mount(variantComp); > 30 | await expect(component).toHaveScreenshot(); | ^ 31 | }); 32 | } 33 | }; at /__w/mono/mono/output/react/src/components/notification/notification.spec.tsx:30:28
test-components / 🧪🎭 - react:3/3
Process completed with exit code 1.
test-components / 🧪🎭 - vue:3/3
Process completed with exit code 1.
[mobile_chrome] › infotext/infotext.spec.tsx:16:2 › DBInfotext › should match screenshot: output/vue/src/components/infotext/infotext.spec.tsx#L18
1) [mobile_chrome] › infotext/infotext.spec.tsx:16:2 › DBInfotext › should match screenshot ────── Error: expect(locator).toHaveScreenshot(expected) 2 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/component/mobile-chrome/DBInfotext-should-match-screenshot.png Received: /__w/mono/mono/output/vue/test-results/infotext-infotext-DBInfotext-should-match-screenshot-mobile-chrome/DBInfotext-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/output/vue/test-results/infotext-infotext-DBInfotext-should-match-screenshot-mobile-chrome/DBInfotext-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 2 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 2 pixels (ratio 0.01 of all image pixels) are different. 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/infotext/infotext.spec.tsx:18:27
[mobile_chrome] › infotext/infotext.spec.tsx:16:2 › DBInfotext › should match screenshot: output/vue/src/components/infotext/infotext.spec.tsx#L18
1) [mobile_chrome] › infotext/infotext.spec.tsx:16:2 › DBInfotext › should match screenshot ────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) 2 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/component/mobile-chrome/DBInfotext-should-match-screenshot.png Received: /__w/mono/mono/output/vue/test-results/infotext-infotext-DBInfotext-should-match-screenshot-mobile-chrome-retry1/DBInfotext-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/output/vue/test-results/infotext-infotext-DBInfotext-should-match-screenshot-mobile-chrome-retry1/DBInfotext-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 2 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 2 pixels (ratio 0.01 of all image pixels) are different. 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/infotext/infotext.spec.tsx:18:27
[mobile_chrome] › infotext/infotext.spec.tsx:24:3 › DBInfotext › should match screenshot for semantic critical: output/vue/src/components/infotext/infotext.spec.tsx#L31
2) [mobile_chrome] › infotext/infotext.spec.tsx:24:3 › DBInfotext › should match screenshot for semantic critical Error: expect(locator).toHaveScreenshot(expected) 4 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/component/mobile-chrome/DBInfotext-should-match-screenshot-for-semantic-critical.png Received: /__w/mono/mono/output/vue/test-results/infotext-infotext-DBInfote-355df-nshot-for-semantic-critical-mobile-chrome/DBInfotext-should-match-screenshot-for-semantic-critical-1-actual.png Diff: /__w/mono/mono/output/vue/test-results/infotext-infotext-DBInfote-355df-nshot-for-semantic-critical-mobile-chrome/DBInfotext-should-match-screenshot-for-semantic-critical-1-diff.png Call log: - expect.toHaveScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext" data-semantic="critical">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 4 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext" data-semantic="critical">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 4 pixels (ratio 0.01 of all image pixels) are different. 29 | ); 30 | const component = await mount(variantComp); > 31 | await expect(component).toHaveScreenshot(); | ^ 32 | }); 33 | } 34 | }; at /__w/mono/mono/output/vue/src/components/infotext/infotext.spec.tsx:31:28
[mobile_chrome] › infotext/infotext.spec.tsx:24:3 › DBInfotext › should match screenshot for semantic critical: output/vue/src/components/infotext/infotext.spec.tsx#L31
2) [mobile_chrome] › infotext/infotext.spec.tsx:24:3 › DBInfotext › should match screenshot for semantic critical Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) 4 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/component/mobile-chrome/DBInfotext-should-match-screenshot-for-semantic-critical.png Received: /__w/mono/mono/output/vue/test-results/infotext-infotext-DBInfote-355df-nshot-for-semantic-critical-mobile-chrome-retry1/DBInfotext-should-match-screenshot-for-semantic-critical-1-actual.png Diff: /__w/mono/mono/output/vue/test-results/infotext-infotext-DBInfote-355df-nshot-for-semantic-critical-mobile-chrome-retry1/DBInfotext-should-match-screenshot-for-semantic-critical-1-diff.png Call log: - expect.toHaveScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext" data-semantic="critical">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 4 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext" data-semantic="critical">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 4 pixels (ratio 0.01 of all image pixels) are different. 29 | ); 30 | const component = await mount(variantComp); > 31 | await expect(component).toHaveScreenshot(); | ^ 32 | }); 33 | } 34 | }; at /__w/mono/mono/output/vue/src/components/infotext/infotext.spec.tsx:31:28
[mobile_chrome] › infotext/infotext.spec.tsx:24:3 › DBInfotext › should match screenshot for semantic informational: output/vue/src/components/infotext/infotext.spec.tsx#L31
3) [mobile_chrome] › infotext/infotext.spec.tsx:24:3 › DBInfotext › should match screenshot for semantic informational Error: expect(locator).toHaveScreenshot(expected) 4 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/component/mobile-chrome/DBInfotext-should-match-screenshot-for-semantic-informational.png Received: /__w/mono/mono/output/vue/test-results/infotext-infotext-DBInfote-5b48b--for-semantic-informational-mobile-chrome/DBInfotext-should-match-sc-2c3f4-or-semantic-informational-1-actual.png Diff: /__w/mono/mono/output/vue/test-results/infotext-infotext-DBInfote-5b48b--for-semantic-informational-mobile-chrome/DBInfotext-should-match-sc-2c3f4-or-semantic-informational-1-diff.png Call log: - expect.toHaveScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext" data-semantic="informational">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 4 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext" data-semantic="informational">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 4 pixels (ratio 0.01 of all image pixels) are different. 29 | ); 30 | const component = await mount(variantComp); > 31 | await expect(component).toHaveScreenshot(); | ^ 32 | }); 33 | } 34 | }; at /__w/mono/mono/output/vue/src/components/infotext/infotext.spec.tsx:31:28
[mobile_chrome] › infotext/infotext.spec.tsx:24:3 › DBInfotext › should match screenshot for semantic informational: output/vue/src/components/infotext/infotext.spec.tsx#L31
3) [mobile_chrome] › infotext/infotext.spec.tsx:24:3 › DBInfotext › should match screenshot for semantic informational Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) 4 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/component/mobile-chrome/DBInfotext-should-match-screenshot-for-semantic-informational.png Received: /__w/mono/mono/output/vue/test-results/infotext-infotext-DBInfote-5b48b--for-semantic-informational-mobile-chrome-retry1/DBInfotext-should-match-sc-2c3f4-or-semantic-informational-1-actual.png Diff: /__w/mono/mono/output/vue/test-results/infotext-infotext-DBInfote-5b48b--for-semantic-informational-mobile-chrome-retry1/DBInfotext-should-match-sc-2c3f4-or-semantic-informational-1-diff.png Call log: - expect.toHaveScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext" data-semantic="informational">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 4 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext" data-semantic="informational">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 4 pixels (ratio 0.01 of all image pixels) are different. 29 | ); 30 | const component = await mount(variantComp); > 31 | await expect(component).toHaveScreenshot(); | ^ 32 | }); 33 | } 34 | }; at /__w/mono/mono/output/vue/src/components/infotext/infotext.spec.tsx:31:28
[mobile_chrome] › infotext/infotext.spec.tsx:24:3 › DBInfotext › should match screenshot for semantic warning: output/vue/src/components/infotext/infotext.spec.tsx#L31
4) [mobile_chrome] › infotext/infotext.spec.tsx:24:3 › DBInfotext › should match screenshot for semantic warning Error: expect(locator).toHaveScreenshot(expected) 1 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/component/mobile-chrome/DBInfotext-should-match-screenshot-for-semantic-warning.png Received: /__w/mono/mono/output/vue/test-results/infotext-infotext-DBInfote-bd72d-enshot-for-semantic-warning-mobile-chrome/DBInfotext-should-match-screenshot-for-semantic-warning-1-actual.png Diff: /__w/mono/mono/output/vue/test-results/infotext-infotext-DBInfote-bd72d-enshot-for-semantic-warning-mobile-chrome/DBInfotext-should-match-screenshot-for-semantic-warning-1-diff.png Call log: - expect.toHaveScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext" data-semantic="warning">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 1 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext" data-semantic="warning">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 1 pixels (ratio 0.01 of all image pixels) are different. 29 | ); 30 | const component = await mount(variantComp); > 31 | await expect(component).toHaveScreenshot(); | ^ 32 | }); 33 | } 34 | }; at /__w/mono/mono/output/vue/src/components/infotext/infotext.spec.tsx:31:28
[mobile_chrome] › infotext/infotext.spec.tsx:24:3 › DBInfotext › should match screenshot for semantic warning: output/vue/src/components/infotext/infotext.spec.tsx#L31
4) [mobile_chrome] › infotext/infotext.spec.tsx:24:3 › DBInfotext › should match screenshot for semantic warning Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) 1 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/component/mobile-chrome/DBInfotext-should-match-screenshot-for-semantic-warning.png Received: /__w/mono/mono/output/vue/test-results/infotext-infotext-DBInfote-bd72d-enshot-for-semantic-warning-mobile-chrome-retry1/DBInfotext-should-match-screenshot-for-semantic-warning-1-actual.png Diff: /__w/mono/mono/output/vue/test-results/infotext-infotext-DBInfote-bd72d-enshot-for-semantic-warning-mobile-chrome-retry1/DBInfotext-should-match-screenshot-for-semantic-warning-1-diff.png Call log: - expect.toHaveScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext" data-semantic="warning">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 1 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext" data-semantic="warning">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 1 pixels (ratio 0.01 of all image pixels) are different. 29 | ); 30 | const component = await mount(variantComp); > 31 | await expect(component).toHaveScreenshot(); | ^ 32 | }); 33 | } 34 | }; at /__w/mono/mono/output/vue/src/components/infotext/infotext.spec.tsx:31:28
[mobile_chrome] › notification/notification.spec.tsx:23:3 › DBNotification › should match screenshot for semantic informational: output/vue/src/components/notification/notification.spec.tsx#L30
5) [mobile_chrome] › notification/notification.spec.tsx:23:3 › DBNotification › should match screenshot for semantic informational Error: expect(locator).toHaveScreenshot(expected) 4 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/notification/component/mobile-chrome/DBNotification-should-match-screenshot-for-semantic-informational.png Received: /__w/mono/mono/output/vue/test-results/notification-notification--0e644--for-semantic-informational-mobile-chrome/DBNotification-should-matc-47073-or-semantic-informational-1-actual.png Diff: /__w/mono/mono/output/vue/test-results/notification-notification--0e644--for-semantic-informational-mobile-chrome/DBNotification-should-matc-47073-or-semantic-informational-1-diff.png Call log: - expect.toHaveScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#root').locator('internal:control=component') - locator resolved to <article class="db-notification" data-semantic="informational">…</article> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 4 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#root').locator('internal:control=component') - locator resolved to <article class="db-notification" data-semantic="informational">…</article> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 4 pixels (ratio 0.01 of all image pixels) are different. 28 | ); 29 | const component = await mount(variantComp); > 30 | await expect(component).toHaveScreenshot(); | ^ 31 | }); 32 | } 33 | }; at /__w/mono/mono/output/vue/src/components/notification/notification.spec.tsx:30:28
[mobile_chrome] › notification/notification.spec.tsx:23:3 › DBNotification › should match screenshot for semantic informational: output/vue/src/components/notification/notification.spec.tsx#L30
5) [mobile_chrome] › notification/notification.spec.tsx:23:3 › DBNotification › should match screenshot for semantic informational Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) 4 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/notification/component/mobile-chrome/DBNotification-should-match-screenshot-for-semantic-informational.png Received: /__w/mono/mono/output/vue/test-results/notification-notification--0e644--for-semantic-informational-mobile-chrome-retry1/DBNotification-should-matc-47073-or-semantic-informational-1-actual.png Diff: /__w/mono/mono/output/vue/test-results/notification-notification--0e644--for-semantic-informational-mobile-chrome-retry1/DBNotification-should-matc-47073-or-semantic-informational-1-diff.png Call log: - expect.toHaveScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#root').locator('internal:control=component') - locator resolved to <article class="db-notification" data-semantic="informational">…</article> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 4 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#root').locator('internal:control=component') - locator resolved to <article class="db-notification" data-semantic="informational">…</article> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 4 pixels (ratio 0.01 of all image pixels) are different. 28 | ); 29 | const component = await mount(variantComp); > 30 | await expect(component).toHaveScreenshot(); | ^ 31 | }); 32 | } 33 | }; at /__w/mono/mono/output/vue/src/components/notification/notification.spec.tsx:30:28
test-components / 🧪🎭 - vue:1/3
Process completed with exit code 1.
[chromium] › infotext/infotext.spec.tsx:16:2 › DBInfotext › should match screenshot: output/vue/src/components/infotext/infotext.spec.tsx#L18
1) [chromium] › infotext/infotext.spec.tsx:16:2 › DBInfotext › should match screenshot ─────────── Error: expect(locator).toHaveScreenshot(expected) 2 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/component/chromium/DBInfotext-should-match-screenshot.png Received: /__w/mono/mono/output/vue/test-results/infotext-infotext-DBInfotext-should-match-screenshot-chromium/DBInfotext-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/output/vue/test-results/infotext-infotext-DBInfotext-should-match-screenshot-chromium/DBInfotext-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 2 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 2 pixels (ratio 0.01 of all image pixels) are different. 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/infotext/infotext.spec.tsx:18:27
[chromium] › infotext/infotext.spec.tsx:16:2 › DBInfotext › should match screenshot: output/vue/src/components/infotext/infotext.spec.tsx#L18
1) [chromium] › infotext/infotext.spec.tsx:16:2 › DBInfotext › should match screenshot ─────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) 2 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/component/chromium/DBInfotext-should-match-screenshot.png Received: /__w/mono/mono/output/vue/test-results/infotext-infotext-DBInfotext-should-match-screenshot-chromium-retry1/DBInfotext-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/output/vue/test-results/infotext-infotext-DBInfotext-should-match-screenshot-chromium-retry1/DBInfotext-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 2 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 2 pixels (ratio 0.01 of all image pixels) are different. 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/infotext/infotext.spec.tsx:18:27
[chromium] › infotext/infotext.spec.tsx:24:3 › DBInfotext › should match screenshot for semantic critical: output/vue/src/components/infotext/infotext.spec.tsx#L31
2) [chromium] › infotext/infotext.spec.tsx:24:3 › DBInfotext › should match screenshot for semantic critical Error: expect(locator).toHaveScreenshot(expected) 4 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/component/chromium/DBInfotext-should-match-screenshot-for-semantic-critical.png Received: /__w/mono/mono/output/vue/test-results/infotext-infotext-DBInfote-355df-nshot-for-semantic-critical-chromium/DBInfotext-should-match-screenshot-for-semantic-critical-1-actual.png Diff: /__w/mono/mono/output/vue/test-results/infotext-infotext-DBInfote-355df-nshot-for-semantic-critical-chromium/DBInfotext-should-match-screenshot-for-semantic-critical-1-diff.png Call log: - expect.toHaveScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext" data-semantic="critical">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 4 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext" data-semantic="critical">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 4 pixels (ratio 0.01 of all image pixels) are different. 29 | ); 30 | const component = await mount(variantComp); > 31 | await expect(component).toHaveScreenshot(); | ^ 32 | }); 33 | } 34 | }; at /__w/mono/mono/output/vue/src/components/infotext/infotext.spec.tsx:31:28
[chromium] › infotext/infotext.spec.tsx:24:3 › DBInfotext › should match screenshot for semantic critical: output/vue/src/components/infotext/infotext.spec.tsx#L31
2) [chromium] › infotext/infotext.spec.tsx:24:3 › DBInfotext › should match screenshot for semantic critical Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) 4 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/component/chromium/DBInfotext-should-match-screenshot-for-semantic-critical.png Received: /__w/mono/mono/output/vue/test-results/infotext-infotext-DBInfote-355df-nshot-for-semantic-critical-chromium-retry1/DBInfotext-should-match-screenshot-for-semantic-critical-1-actual.png Diff: /__w/mono/mono/output/vue/test-results/infotext-infotext-DBInfote-355df-nshot-for-semantic-critical-chromium-retry1/DBInfotext-should-match-screenshot-for-semantic-critical-1-diff.png Call log: - expect.toHaveScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext" data-semantic="critical">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 4 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext" data-semantic="critical">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 4 pixels (ratio 0.01 of all image pixels) are different. 29 | ); 30 | const component = await mount(variantComp); > 31 | await expect(component).toHaveScreenshot(); | ^ 32 | }); 33 | } 34 | }; at /__w/mono/mono/output/vue/src/components/infotext/infotext.spec.tsx:31:28
[chromium] › infotext/infotext.spec.tsx:24:3 › DBInfotext › should match screenshot for semantic informational: output/vue/src/components/infotext/infotext.spec.tsx#L31
3) [chromium] › infotext/infotext.spec.tsx:24:3 › DBInfotext › should match screenshot for semantic informational Error: expect(locator).toHaveScreenshot(expected) 4 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/component/chromium/DBInfotext-should-match-screenshot-for-semantic-informational.png Received: /__w/mono/mono/output/vue/test-results/infotext-infotext-DBInfote-5b48b--for-semantic-informational-chromium/DBInfotext-should-match-sc-2c3f4-or-semantic-informational-1-actual.png Diff: /__w/mono/mono/output/vue/test-results/infotext-infotext-DBInfote-5b48b--for-semantic-informational-chromium/DBInfotext-should-match-sc-2c3f4-or-semantic-informational-1-diff.png Call log: - expect.toHaveScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext" data-semantic="informational">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 4 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext" data-semantic="informational">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 4 pixels (ratio 0.01 of all image pixels) are different. 29 | ); 30 | const component = await mount(variantComp); > 31 | await expect(component).toHaveScreenshot(); | ^ 32 | }); 33 | } 34 | }; at /__w/mono/mono/output/vue/src/components/infotext/infotext.spec.tsx:31:28
[chromium] › infotext/infotext.spec.tsx:24:3 › DBInfotext › should match screenshot for semantic informational: output/vue/src/components/infotext/infotext.spec.tsx#L31
3) [chromium] › infotext/infotext.spec.tsx:24:3 › DBInfotext › should match screenshot for semantic informational Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) 4 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/component/chromium/DBInfotext-should-match-screenshot-for-semantic-informational.png Received: /__w/mono/mono/output/vue/test-results/infotext-infotext-DBInfote-5b48b--for-semantic-informational-chromium-retry1/DBInfotext-should-match-sc-2c3f4-or-semantic-informational-1-actual.png Diff: /__w/mono/mono/output/vue/test-results/infotext-infotext-DBInfote-5b48b--for-semantic-informational-chromium-retry1/DBInfotext-should-match-sc-2c3f4-or-semantic-informational-1-diff.png Call log: - expect.toHaveScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext" data-semantic="informational">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 4 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext" data-semantic="informational">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 4 pixels (ratio 0.01 of all image pixels) are different. 29 | ); 30 | const component = await mount(variantComp); > 31 | await expect(component).toHaveScreenshot(); | ^ 32 | }); 33 | } 34 | }; at /__w/mono/mono/output/vue/src/components/infotext/infotext.spec.tsx:31:28
[chromium] › infotext/infotext.spec.tsx:24:3 › DBInfotext › should match screenshot for semantic warning: output/vue/src/components/infotext/infotext.spec.tsx#L31
4) [chromium] › infotext/infotext.spec.tsx:24:3 › DBInfotext › should match screenshot for semantic warning Error: expect(locator).toHaveScreenshot(expected) 1 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/component/chromium/DBInfotext-should-match-screenshot-for-semantic-warning.png Received: /__w/mono/mono/output/vue/test-results/infotext-infotext-DBInfote-bd72d-enshot-for-semantic-warning-chromium/DBInfotext-should-match-screenshot-for-semantic-warning-1-actual.png Diff: /__w/mono/mono/output/vue/test-results/infotext-infotext-DBInfote-bd72d-enshot-for-semantic-warning-chromium/DBInfotext-should-match-screenshot-for-semantic-warning-1-diff.png Call log: - expect.toHaveScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext" data-semantic="warning">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 1 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext" data-semantic="warning">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 1 pixels (ratio 0.01 of all image pixels) are different. 29 | ); 30 | const component = await mount(variantComp); > 31 | await expect(component).toHaveScreenshot(); | ^ 32 | }); 33 | } 34 | }; at /__w/mono/mono/output/vue/src/components/infotext/infotext.spec.tsx:31:28
[chromium] › infotext/infotext.spec.tsx:24:3 › DBInfotext › should match screenshot for semantic warning: output/vue/src/components/infotext/infotext.spec.tsx#L31
4) [chromium] › infotext/infotext.spec.tsx:24:3 › DBInfotext › should match screenshot for semantic warning Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) 1 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/component/chromium/DBInfotext-should-match-screenshot-for-semantic-warning.png Received: /__w/mono/mono/output/vue/test-results/infotext-infotext-DBInfote-bd72d-enshot-for-semantic-warning-chromium-retry1/DBInfotext-should-match-screenshot-for-semantic-warning-1-actual.png Diff: /__w/mono/mono/output/vue/test-results/infotext-infotext-DBInfote-bd72d-enshot-for-semantic-warning-chromium-retry1/DBInfotext-should-match-screenshot-for-semantic-warning-1-diff.png Call log: - expect.toHaveScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext" data-semantic="warning">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 1 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext" data-semantic="warning">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 1 pixels (ratio 0.01 of all image pixels) are different. 29 | ); 30 | const component = await mount(variantComp); > 31 | await expect(component).toHaveScreenshot(); | ^ 32 | }); 33 | } 34 | }; at /__w/mono/mono/output/vue/src/components/infotext/infotext.spec.tsx:31:28
[chromium] › notification/notification.spec.tsx:23:3 › DBNotification › should match screenshot for semantic informational: output/vue/src/components/notification/notification.spec.tsx#L30
5) [chromium] › notification/notification.spec.tsx:23:3 › DBNotification › should match screenshot for semantic informational Error: expect(locator).toHaveScreenshot(expected) 4 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/notification/component/chromium/DBNotification-should-match-screenshot-for-semantic-informational.png Received: /__w/mono/mono/output/vue/test-results/notification-notification--0e644--for-semantic-informational-chromium/DBNotification-should-matc-47073-or-semantic-informational-1-actual.png Diff: /__w/mono/mono/output/vue/test-results/notification-notification--0e644--for-semantic-informational-chromium/DBNotification-should-matc-47073-or-semantic-informational-1-diff.png Call log: - expect.toHaveScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#root').locator('internal:control=component') - locator resolved to <article class="db-notification" data-semantic="informational">…</article> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 4 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#root').locator('internal:control=component') - locator resolved to <article class="db-notification" data-semantic="informational">…</article> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 4 pixels (ratio 0.01 of all image pixels) are different. 28 | ); 29 | const component = await mount(variantComp); > 30 | await expect(component).toHaveScreenshot(); | ^ 31 | }); 32 | } 33 | }; at /__w/mono/mono/output/vue/src/components/notification/notification.spec.tsx:30:28
[chromium] › notification/notification.spec.tsx:23:3 › DBNotification › should match screenshot for semantic informational: output/vue/src/components/notification/notification.spec.tsx#L30
5) [chromium] › notification/notification.spec.tsx:23:3 › DBNotification › should match screenshot for semantic informational Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) 4 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/notification/component/chromium/DBNotification-should-match-screenshot-for-semantic-informational.png Received: /__w/mono/mono/output/vue/test-results/notification-notification--0e644--for-semantic-informational-chromium-retry1/DBNotification-should-matc-47073-or-semantic-informational-1-actual.png Diff: /__w/mono/mono/output/vue/test-results/notification-notification--0e644--for-semantic-informational-chromium-retry1/DBNotification-should-matc-47073-or-semantic-informational-1-diff.png Call log: - expect.toHaveScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#root').locator('internal:control=component') - locator resolved to <article class="db-notification" data-semantic="informational">…</article> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 4 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#root').locator('internal:control=component') - locator resolved to <article class="db-notification" data-semantic="informational">…</article> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 4 pixels (ratio 0.01 of all image pixels) are different. 28 | ); 29 | const component = await mount(variantComp); > 30 | await expect(component).toHaveScreenshot(); | ^ 31 | }); 32 | } 33 | }; at /__w/mono/mono/output/vue/src/components/notification/notification.spec.tsx:30:28
[firefox] › brand/brand.spec.tsx:15:6 › DBBrand › should match screenshot: output/react/src/components/brand/brand.spec.tsx#L17
1) [firefox] › brand/brand.spec.tsx:15:6 › DBBrand › should match screenshot ───────────────────── Error: expect(locator).toHaveScreenshot(expected) 3 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/brand/component/firefox/DBBrand-should-match-screenshot.png Received: /__w/mono/mono/output/react/test-results/brand-brand-DBBrand-should-match-screenshot-firefox/DBBrand-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/output/react/test-results/brand-brand-DBBrand-should-match-screenshot-firefox/DBBrand-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#root').locator('internal:control=component') - locator resolved to <div data-icon="db" class="db-brand">Test</div> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 3 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#root').locator('internal:control=component') - locator resolved to <div data-icon="db" class="db-brand">Test</div> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 3 pixels (ratio 0.01 of all image pixels) are different. 15 | test(`should match screenshot`, async ({ mount }) => { 16 | const component = await mount(comp); > 17 | await expect(component).toHaveScreenshot(); | ^ 18 | }); 19 | }; 20 | const testA11y = () => { at /__w/mono/mono/output/react/src/components/brand/brand.spec.tsx:17:27
[firefox] › brand/brand.spec.tsx:15:6 › DBBrand › should match screenshot: output/react/src/components/brand/brand.spec.tsx#L17
1) [firefox] › brand/brand.spec.tsx:15:6 › DBBrand › should match screenshot ───────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) 3 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/brand/component/firefox/DBBrand-should-match-screenshot.png Received: /__w/mono/mono/output/react/test-results/brand-brand-DBBrand-should-match-screenshot-firefox-retry1/DBBrand-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/output/react/test-results/brand-brand-DBBrand-should-match-screenshot-firefox-retry1/DBBrand-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#root').locator('internal:control=component') - locator resolved to <div data-icon="db" class="db-brand">Test</div> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 3 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#root').locator('internal:control=component') - locator resolved to <div data-icon="db" class="db-brand">Test</div> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 3 pixels (ratio 0.01 of all image pixels) are different. 15 | test(`should match screenshot`, async ({ mount }) => { 16 | const component = await mount(comp); > 17 | await expect(component).toHaveScreenshot(); | ^ 18 | }); 19 | }; 20 | const testA11y = () => { at /__w/mono/mono/output/react/src/components/brand/brand.spec.tsx:17:27
[firefox] › infotext/infotext.spec.tsx:16:6 › DBInfotext › should match screenshot: output/react/src/components/infotext/infotext.spec.tsx#L18
2) [firefox] › infotext/infotext.spec.tsx:16:6 › DBInfotext › should match screenshot ──────────── Error: expect(locator).toHaveScreenshot(expected) 1 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/component/firefox/DBInfotext-should-match-screenshot.png Received: /__w/mono/mono/output/react/test-results/infotext-infotext-DBInfotext-should-match-screenshot-firefox/DBInfotext-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/output/react/test-results/infotext-infotext-DBInfotext-should-match-screenshot-firefox/DBInfotext-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 1 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 1 pixels (ratio 0.01 of all image pixels) are different. 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/react/src/components/infotext/infotext.spec.tsx:18:27
[firefox] › infotext/infotext.spec.tsx:16:6 › DBInfotext › should match screenshot: output/react/src/components/infotext/infotext.spec.tsx#L18
2) [firefox] › infotext/infotext.spec.tsx:16:6 › DBInfotext › should match screenshot ──────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) 1 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/component/firefox/DBInfotext-should-match-screenshot.png Received: /__w/mono/mono/output/react/test-results/infotext-infotext-DBInfotext-should-match-screenshot-firefox-retry1/DBInfotext-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/output/react/test-results/infotext-infotext-DBInfotext-should-match-screenshot-firefox-retry1/DBInfotext-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 1 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 1 pixels (ratio 0.01 of all image pixels) are different. 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/react/src/components/infotext/infotext.spec.tsx:18:27
[firefox] › infotext/infotext.spec.tsx:24:7 › DBInfotext › should match screenshot for semantic informational: output/react/src/components/infotext/infotext.spec.tsx#L31
3) [firefox] › infotext/infotext.spec.tsx:24:7 › DBInfotext › should match screenshot for semantic informational Error: expect(locator).toHaveScreenshot(expected) 1 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/component/firefox/DBInfotext-should-match-screenshot-for-semantic-informational.png Received: /__w/mono/mono/output/react/test-results/infotext-infotext-DBInfote-5b48b--for-semantic-informational-firefox/DBInfotext-should-match-sc-2c3f4-or-semantic-informational-1-actual.png Diff: /__w/mono/mono/output/react/test-results/infotext-infotext-DBInfote-5b48b--for-semantic-informational-firefox/DBInfotext-should-match-sc-2c3f4-or-semantic-informational-1-diff.png Call log: - expect.toHaveScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext" data-semantic="informational">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 1 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext" data-semantic="informational">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 1 pixels (ratio 0.01 of all image pixels) are different. 29 | ); 30 | const component = await mount(variantComp); > 31 | await expect(component).toHaveScreenshot(); | ^ 32 | }); 33 | } 34 | }; at /__w/mono/mono/output/react/src/components/infotext/infotext.spec.tsx:31:28
[firefox] › infotext/infotext.spec.tsx:24:7 › DBInfotext › should match screenshot for semantic informational: output/react/src/components/infotext/infotext.spec.tsx#L31
3) [firefox] › infotext/infotext.spec.tsx:24:7 › DBInfotext › should match screenshot for semantic informational Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) 1 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/component/firefox/DBInfotext-should-match-screenshot-for-semantic-informational.png Received: /__w/mono/mono/output/react/test-results/infotext-infotext-DBInfote-5b48b--for-semantic-informational-firefox-retry1/DBInfotext-should-match-sc-2c3f4-or-semantic-informational-1-actual.png Diff: /__w/mono/mono/output/react/test-results/infotext-infotext-DBInfote-5b48b--for-semantic-informational-firefox-retry1/DBInfotext-should-match-sc-2c3f4-or-semantic-informational-1-diff.png Call log: - expect.toHaveScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext" data-semantic="informational">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 1 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext" data-semantic="informational">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 1 pixels (ratio 0.01 of all image pixels) are different. 29 | ); 30 | const component = await mount(variantComp); > 31 | await expect(component).toHaveScreenshot(); | ^ 32 | }); 33 | } 34 | }; at /__w/mono/mono/output/react/src/components/infotext/infotext.spec.tsx:31:28
[firefox] › notification/notification.spec.tsx:23:7 › DBNotification › should match screenshot for semantic critical: output/react/src/components/notification/notification.spec.tsx#L30
4) [firefox] › notification/notification.spec.tsx:23:7 › DBNotification › should match screenshot for semantic critical Error: expect(locator).toHaveScreenshot(expected) 2 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/notification/component/firefox/DBNotification-should-match-screenshot-for-semantic-critical.png Received: /__w/mono/mono/output/react/test-results/notification-notification--c004b-nshot-for-semantic-critical-firefox/DBNotification-should-matc-a7c72-hot-for-semantic-critical-1-actual.png Diff: /__w/mono/mono/output/react/test-results/notification-notification--c004b-nshot-for-semantic-critical-firefox/DBNotification-should-matc-a7c72-hot-for-semantic-critical-1-diff.png Call log: - expect.toHaveScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#root').locator('internal:control=component') - locator resolved to <article class="db-notification" data-semantic="critical">…</article> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 2 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#root').locator('internal:control=component') - locator resolved to <article class="db-notification" data-semantic="critical">…</article> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 2 pixels (ratio 0.01 of all image pixels) are different. 28 | ); 29 | const component = await mount(variantComp); > 30 | await expect(component).toHaveScreenshot(); | ^ 31 | }); 32 | } 33 | }; at /__w/mono/mono/output/react/src/components/notification/notification.spec.tsx:30:28
[firefox] › notification/notification.spec.tsx:23:7 › DBNotification › should match screenshot for semantic critical: output/react/src/components/notification/notification.spec.tsx#L30
4) [firefox] › notification/notification.spec.tsx:23:7 › DBNotification › should match screenshot for semantic critical Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) 2 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/notification/component/firefox/DBNotification-should-match-screenshot-for-semantic-critical.png Received: /__w/mono/mono/output/react/test-results/notification-notification--c004b-nshot-for-semantic-critical-firefox-retry1/DBNotification-should-matc-a7c72-hot-for-semantic-critical-1-actual.png Diff: /__w/mono/mono/output/react/test-results/notification-notification--c004b-nshot-for-semantic-critical-firefox-retry1/DBNotification-should-matc-a7c72-hot-for-semantic-critical-1-diff.png Call log: - expect.toHaveScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#root').locator('internal:control=component') - locator resolved to <article class="db-notification" data-semantic="critical">…</article> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 2 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#root').locator('internal:control=component') - locator resolved to <article class="db-notification" data-semantic="critical">…</article> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 2 pixels (ratio 0.01 of all image pixels) are different. 28 | ); 29 | const component = await mount(variantComp); > 30 | await expect(component).toHaveScreenshot(); | ^ 31 | }); 32 | } 33 | }; at /__w/mono/mono/output/react/src/components/notification/notification.spec.tsx:30:28
[firefox] › notification/notification.spec.tsx:23:7 › DBNotification › should match screenshot for semantic informational: output/react/src/components/notification/notification.spec.tsx#L30
5) [firefox] › notification/notification.spec.tsx:23:7 › DBNotification › should match screenshot for semantic informational Error: expect(locator).toHaveScreenshot(expected) 1 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/notification/component/firefox/DBNotification-should-match-screenshot-for-semantic-informational.png Received: /__w/mono/mono/output/react/test-results/notification-notification--0e644--for-semantic-informational-firefox/DBNotification-should-matc-47073-or-semantic-informational-1-actual.png Diff: /__w/mono/mono/output/react/test-results/notification-notification--0e644--for-semantic-informational-firefox/DBNotification-should-matc-47073-or-semantic-informational-1-diff.png Call log: - expect.toHaveScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#root').locator('internal:control=component') - locator resolved to <article class="db-notification" data-semantic="informational">…</article> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 1 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#root').locator('internal:control=component') - locator resolved to <article class="db-notification" data-semantic="informational">…</article> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 1 pixels (ratio 0.01 of all image pixels) are different. 28 | ); 29 | const component = await mount(variantComp); > 30 | await expect(component).toHaveScreenshot(); | ^ 31 | }); 32 | } 33 | }; at /__w/mono/mono/output/react/src/components/notification/notification.spec.tsx:30:28
[firefox] › notification/notification.spec.tsx:23:7 › DBNotification › should match screenshot for semantic informational: output/react/src/components/notification/notification.spec.tsx#L30
5) [firefox] › notification/notification.spec.tsx:23:7 › DBNotification › should match screenshot for semantic informational Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) 1 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/notification/component/firefox/DBNotification-should-match-screenshot-for-semantic-informational.png Received: /__w/mono/mono/output/react/test-results/notification-notification--0e644--for-semantic-informational-firefox-retry1/DBNotification-should-matc-47073-or-semantic-informational-1-actual.png Diff: /__w/mono/mono/output/react/test-results/notification-notification--0e644--for-semantic-informational-firefox-retry1/DBNotification-should-matc-47073-or-semantic-informational-1-diff.png Call log: - expect.toHaveScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#root').locator('internal:control=component') - locator resolved to <article class="db-notification" data-semantic="informational">…</article> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 1 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#root').locator('internal:control=component') - locator resolved to <article class="db-notification" data-semantic="informational">…</article> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 1 pixels (ratio 0.01 of all image pixels) are different. 28 | ); 29 | const component = await mount(variantComp); > 30 | await expect(component).toHaveScreenshot(); | ^ 31 | }); 32 | } 33 | }; at /__w/mono/mono/output/react/src/components/notification/notification.spec.tsx:30:28
test-components / 🧪🎭 - react:2/3
Process completed with exit code 1.
[firefox] › brand/brand.spec.tsx:15:2 › DBBrand › should match screenshot: output/vue/src/components/brand/brand.spec.tsx#L17
1) [firefox] › brand/brand.spec.tsx:15:2 › DBBrand › should match screenshot ───────────────────── Error: expect(locator).toHaveScreenshot(expected) 3 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/brand/component/firefox/DBBrand-should-match-screenshot.png Received: /__w/mono/mono/output/vue/test-results/brand-brand-DBBrand-should-match-screenshot-firefox/DBBrand-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/output/vue/test-results/brand-brand-DBBrand-should-match-screenshot-firefox/DBBrand-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#root').locator('internal:control=component') - locator resolved to <div data-icon="db" class="db-brand">Test</div> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 3 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#root').locator('internal:control=component') - locator resolved to <div data-icon="db" class="db-brand">Test</div> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 3 pixels (ratio 0.01 of all image pixels) are different. 15 | test(`should match screenshot`, async ({ mount }) => { 16 | const component = await mount(comp); > 17 | await expect(component).toHaveScreenshot(); | ^ 18 | }); 19 | }; 20 | const testA11y = () => { at /__w/mono/mono/output/vue/src/components/brand/brand.spec.tsx:17:27
[firefox] › brand/brand.spec.tsx:15:2 › DBBrand › should match screenshot: output/vue/src/components/brand/brand.spec.tsx#L17
1) [firefox] › brand/brand.spec.tsx:15:2 › DBBrand › should match screenshot ───────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) 3 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/brand/component/firefox/DBBrand-should-match-screenshot.png Received: /__w/mono/mono/output/vue/test-results/brand-brand-DBBrand-should-match-screenshot-firefox-retry1/DBBrand-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/output/vue/test-results/brand-brand-DBBrand-should-match-screenshot-firefox-retry1/DBBrand-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#root').locator('internal:control=component') - locator resolved to <div data-icon="db" class="db-brand">Test</div> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 3 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#root').locator('internal:control=component') - locator resolved to <div data-icon="db" class="db-brand">Test</div> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 3 pixels (ratio 0.01 of all image pixels) are different. 15 | test(`should match screenshot`, async ({ mount }) => { 16 | const component = await mount(comp); > 17 | await expect(component).toHaveScreenshot(); | ^ 18 | }); 19 | }; 20 | const testA11y = () => { at /__w/mono/mono/output/vue/src/components/brand/brand.spec.tsx:17:27
[firefox] › infotext/infotext.spec.tsx:16:2 › DBInfotext › should match screenshot: output/vue/src/components/infotext/infotext.spec.tsx#L18
2) [firefox] › infotext/infotext.spec.tsx:16:2 › DBInfotext › should match screenshot ──────────── Error: expect(locator).toHaveScreenshot(expected) 1 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/component/firefox/DBInfotext-should-match-screenshot.png Received: /__w/mono/mono/output/vue/test-results/infotext-infotext-DBInfotext-should-match-screenshot-firefox/DBInfotext-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/output/vue/test-results/infotext-infotext-DBInfotext-should-match-screenshot-firefox/DBInfotext-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 1 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 1 pixels (ratio 0.01 of all image pixels) are different. 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/infotext/infotext.spec.tsx:18:27
[firefox] › infotext/infotext.spec.tsx:16:2 › DBInfotext › should match screenshot: output/vue/src/components/infotext/infotext.spec.tsx#L18
2) [firefox] › infotext/infotext.spec.tsx:16:2 › DBInfotext › should match screenshot ──────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) 1 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/component/firefox/DBInfotext-should-match-screenshot.png Received: /__w/mono/mono/output/vue/test-results/infotext-infotext-DBInfotext-should-match-screenshot-firefox-retry1/DBInfotext-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/output/vue/test-results/infotext-infotext-DBInfotext-should-match-screenshot-firefox-retry1/DBInfotext-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 1 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 1 pixels (ratio 0.01 of all image pixels) are different. 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/infotext/infotext.spec.tsx:18:27
[firefox] › infotext/infotext.spec.tsx:24:3 › DBInfotext › should match screenshot for semantic informational: output/vue/src/components/infotext/infotext.spec.tsx#L31
3) [firefox] › infotext/infotext.spec.tsx:24:3 › DBInfotext › should match screenshot for semantic informational Error: expect(locator).toHaveScreenshot(expected) 1 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/component/firefox/DBInfotext-should-match-screenshot-for-semantic-informational.png Received: /__w/mono/mono/output/vue/test-results/infotext-infotext-DBInfote-5b48b--for-semantic-informational-firefox/DBInfotext-should-match-sc-2c3f4-or-semantic-informational-1-actual.png Diff: /__w/mono/mono/output/vue/test-results/infotext-infotext-DBInfote-5b48b--for-semantic-informational-firefox/DBInfotext-should-match-sc-2c3f4-or-semantic-informational-1-diff.png Call log: - expect.toHaveScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext" data-semantic="informational">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 1 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext" data-semantic="informational">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 1 pixels (ratio 0.01 of all image pixels) are different. 29 | ); 30 | const component = await mount(variantComp); > 31 | await expect(component).toHaveScreenshot(); | ^ 32 | }); 33 | } 34 | }; at /__w/mono/mono/output/vue/src/components/infotext/infotext.spec.tsx:31:28
[firefox] › infotext/infotext.spec.tsx:24:3 › DBInfotext › should match screenshot for semantic informational: output/vue/src/components/infotext/infotext.spec.tsx#L31
3) [firefox] › infotext/infotext.spec.tsx:24:3 › DBInfotext › should match screenshot for semantic informational Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) 1 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/component/firefox/DBInfotext-should-match-screenshot-for-semantic-informational.png Received: /__w/mono/mono/output/vue/test-results/infotext-infotext-DBInfote-5b48b--for-semantic-informational-firefox-retry1/DBInfotext-should-match-sc-2c3f4-or-semantic-informational-1-actual.png Diff: /__w/mono/mono/output/vue/test-results/infotext-infotext-DBInfote-5b48b--for-semantic-informational-firefox-retry1/DBInfotext-should-match-sc-2c3f4-or-semantic-informational-1-diff.png Call log: - expect.toHaveScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext" data-semantic="informational">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 1 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#root').locator('internal:control=component') - locator resolved to <span class="db-infotext" data-semantic="informational">Test</span> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 1 pixels (ratio 0.01 of all image pixels) are different. 29 | ); 30 | const component = await mount(variantComp); > 31 | await expect(component).toHaveScreenshot(); | ^ 32 | }); 33 | } 34 | }; at /__w/mono/mono/output/vue/src/components/infotext/infotext.spec.tsx:31:28
[firefox] › notification/notification.spec.tsx:23:3 › DBNotification › should match screenshot for semantic critical: output/vue/src/components/notification/notification.spec.tsx#L30
4) [firefox] › notification/notification.spec.tsx:23:3 › DBNotification › should match screenshot for semantic critical Error: expect(locator).toHaveScreenshot(expected) 2 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/notification/component/firefox/DBNotification-should-match-screenshot-for-semantic-critical.png Received: /__w/mono/mono/output/vue/test-results/notification-notification--c004b-nshot-for-semantic-critical-firefox/DBNotification-should-matc-a7c72-hot-for-semantic-critical-1-actual.png Diff: /__w/mono/mono/output/vue/test-results/notification-notification--c004b-nshot-for-semantic-critical-firefox/DBNotification-should-matc-a7c72-hot-for-semantic-critical-1-diff.png Call log: - expect.toHaveScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#root').locator('internal:control=component') - locator resolved to <article class="db-notification" data-semantic="critical">…</article> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 2 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#root').locator('internal:control=component') - locator resolved to <article class="db-notification" data-semantic="critical">…</article> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 2 pixels (ratio 0.01 of all image pixels) are different. 28 | ); 29 | const component = await mount(variantComp); > 30 | await expect(component).toHaveScreenshot(); | ^ 31 | }); 32 | } 33 | }; at /__w/mono/mono/output/vue/src/components/notification/notification.spec.tsx:30:28
[firefox] › notification/notification.spec.tsx:23:3 › DBNotification › should match screenshot for semantic critical: output/vue/src/components/notification/notification.spec.tsx#L30
4) [firefox] › notification/notification.spec.tsx:23:3 › DBNotification › should match screenshot for semantic critical Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) 2 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/notification/component/firefox/DBNotification-should-match-screenshot-for-semantic-critical.png Received: /__w/mono/mono/output/vue/test-results/notification-notification--c004b-nshot-for-semantic-critical-firefox-retry1/DBNotification-should-matc-a7c72-hot-for-semantic-critical-1-actual.png Diff: /__w/mono/mono/output/vue/test-results/notification-notification--c004b-nshot-for-semantic-critical-firefox-retry1/DBNotification-should-matc-a7c72-hot-for-semantic-critical-1-diff.png Call log: - expect.toHaveScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#root').locator('internal:control=component') - locator resolved to <article class="db-notification" data-semantic="critical">…</article> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 2 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#root').locator('internal:control=component') - locator resolved to <article class="db-notification" data-semantic="critical">…</article> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 2 pixels (ratio 0.01 of all image pixels) are different. 28 | ); 29 | const component = await mount(variantComp); > 30 | await expect(component).toHaveScreenshot(); | ^ 31 | }); 32 | } 33 | }; at /__w/mono/mono/output/vue/src/components/notification/notification.spec.tsx:30:28
[firefox] › notification/notification.spec.tsx:23:3 › DBNotification › should match screenshot for semantic informational: output/vue/src/components/notification/notification.spec.tsx#L30
5) [firefox] › notification/notification.spec.tsx:23:3 › DBNotification › should match screenshot for semantic informational Error: expect(locator).toHaveScreenshot(expected) 1 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/notification/component/firefox/DBNotification-should-match-screenshot-for-semantic-informational.png Received: /__w/mono/mono/output/vue/test-results/notification-notification--0e644--for-semantic-informational-firefox/DBNotification-should-matc-47073-or-semantic-informational-1-actual.png Diff: /__w/mono/mono/output/vue/test-results/notification-notification--0e644--for-semantic-informational-firefox/DBNotification-should-matc-47073-or-semantic-informational-1-diff.png Call log: - expect.toHaveScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#root').locator('internal:control=component') - locator resolved to <article class="db-notification" data-semantic="informational">…</article> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 1 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#root').locator('internal:control=component') - locator resolved to <article class="db-notification" data-semantic="informational">…</article> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 1 pixels (ratio 0.01 of all image pixels) are different. 28 | ); 29 | const component = await mount(variantComp); > 30 | await expect(component).toHaveScreenshot(); | ^ 31 | }); 32 | } 33 | }; at /__w/mono/mono/output/vue/src/components/notification/notification.spec.tsx:30:28
[firefox] › notification/notification.spec.tsx:23:3 › DBNotification › should match screenshot for semantic informational: output/vue/src/components/notification/notification.spec.tsx#L30
5) [firefox] › notification/notification.spec.tsx:23:3 › DBNotification › should match screenshot for semantic informational Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) 1 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/notification/component/firefox/DBNotification-should-match-screenshot-for-semantic-informational.png Received: /__w/mono/mono/output/vue/test-results/notification-notification--0e644--for-semantic-informational-firefox-retry1/DBNotification-should-matc-47073-or-semantic-informational-1-actual.png Diff: /__w/mono/mono/output/vue/test-results/notification-notification--0e644--for-semantic-informational-firefox-retry1/DBNotification-should-matc-47073-or-semantic-informational-1-diff.png Call log: - expect.toHaveScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#root').locator('internal:control=component') - locator resolved to <article class="db-notification" data-semantic="informational">…</article> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 1 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#root').locator('internal:control=component') - locator resolved to <article class="db-notification" data-semantic="informational">…</article> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 1 pixels (ratio 0.01 of all image pixels) are different. 28 | ); 29 | const component = await mount(variantComp); > 30 | await expect(component).toHaveScreenshot(); | ^ 31 | }); 32 | } 33 | }; at /__w/mono/mono/output/vue/src/components/notification/notification.spec.tsx:30:28
test-components / 🧪🎭 - vue:2/3
Process completed with exit code 1.
test-showcase-vue / 🧪🎭 - vue-showcase:5/6
Process completed with exit code 1.
[mobile_chrome] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [mobile_chrome] › default.ts:79:2 › DBInput › should match screenshot ───────────────────────── Error: expect(page).toHaveScreenshot(expected) Expected an image 393px by 4779px, received 393px by 4699px. 21256 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/mobile-chrome/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-mobile-chrome/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-mobile-chrome/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - Expected an image 393px by 4779px, received 393px by 4699px. 21275 pixels (ratio 0.02 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - Expected an image 393px by 4779px, received 393px by 4699px. 21256 pixels (ratio 0.02 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[mobile_chrome] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [mobile_chrome] › default.ts:79:2 › DBInput › should match screenshot ───────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) Expected an image 393px by 4779px, received 393px by 4699px. 21256 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/mobile-chrome/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-mobile-chrome-retry1/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-mobile-chrome-retry1/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - Expected an image 393px by 4779px, received 393px by 4699px. 21275 pixels (ratio 0.02 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - Expected an image 393px by 4779px, received 393px by 4699px. 21256 pixels (ratio 0.02 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[mobile_chrome] › default.ts:79:2 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
2) [mobile_chrome] › default.ts:79:2 › DBSelect › should match screenshot ──────────────────────── Error: expect(page).toHaveScreenshot(expected) 2077 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/mobile-chrome/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-mobile-chrome/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-mobile-chrome/DBSelect-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2077 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 - 2077 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[mobile_chrome] › default.ts:79:2 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
2) [mobile_chrome] › default.ts:79:2 › DBSelect › should match screenshot ──────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 2077 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/mobile-chrome/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-mobile-chrome-retry1/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-mobile-chrome-retry1/DBSelect-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2077 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 - 2077 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
test-showcase-vue / 🧪🎭 - vue-showcase:1/6
Process completed with exit code 1.
[chromium] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [chromium] › default.ts:79:2 › DBInput › should match screenshot ────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 9029 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/chromium/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-chromium/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-chromium/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 9072 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 - 9029 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[chromium] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [chromium] › default.ts:79:2 › DBInput › should match screenshot ────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 9029 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/chromium/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-chromium-retry1/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-chromium-retry1/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 9072 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 - 9029 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[chromium] › default.ts:79:2 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
2) [chromium] › default.ts:79:2 › DBSelect › should match screenshot ───────────────────────────── Error: expect(page).toHaveScreenshot(expected) 2077 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/chromium/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium/DBSelect-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2077 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 - 2077 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[chromium] › default.ts:79:2 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
2) [chromium] › default.ts:79:2 › DBSelect › should match screenshot ───────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 2077 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/chromium/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium-retry1/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium-retry1/DBSelect-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2077 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 - 2077 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
test-showcase-vue / 🧪🎭 - vue-showcase:6/6
Process completed with exit code 1.
[mobile_safari] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [mobile_safari] › default.ts:79:2 › DBInput › should match screenshot ───────────────────────── Error: expect(page).toHaveScreenshot(expected) 14286 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/mobile-safari/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-mobile-safari/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-mobile-safari/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 14286 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 - 14286 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[mobile_safari] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [mobile_safari] › default.ts:79:2 › DBInput › should match screenshot ───────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 14286 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/mobile-safari/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-mobile-safari-retry1/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-mobile-safari-retry1/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 14286 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 - 14286 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[mobile_safari] › default.ts:79:2 › DBNotification › should match screenshot: showcases/e2e/default.ts#L111
2) [mobile_safari] › default.ts:79:2 › DBNotification › should match screenshot ────────────────── Error: expect(page).toHaveScreenshot(expected) 31175 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/notification/showcase/mobile-safari/DBNotification-should-match-screenshot-1/DBNotification-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/notification-notification--533fc-ion-should-match-screenshot-mobile-safari/DBNotification-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/notification-notification--533fc-ion-should-match-screenshot-mobile-safari/DBNotification-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 31175 pixels (ratio 0.02 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 31175 pixels (ratio 0.02 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[mobile_safari] › default.ts:79:2 › DBNotification › should match screenshot: showcases/e2e/default.ts#L111
2) [mobile_safari] › default.ts:79:2 › DBNotification › should match screenshot ────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 31175 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/notification/showcase/mobile-safari/DBNotification-should-match-screenshot-1/DBNotification-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/notification-notification--533fc-ion-should-match-screenshot-mobile-safari-retry1/DBNotification-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/notification-notification--533fc-ion-should-match-screenshot-mobile-safari-retry1/DBNotification-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 31175 pixels (ratio 0.02 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 31175 pixels (ratio 0.02 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[mobile_safari] › default.ts:79:2 › DBTabItem › should match screenshot: showcases/e2e/default.ts#L111
3) [mobile_safari] › default.ts:79:2 › DBTabItem › should match screenshot ─────────────────────── Error: expect(page).toHaveScreenshot(expected) 4555 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/tab-item/showcase/mobile-safari/DBTabItem-should-match-screenshot-1/DBTabItem-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/tab-item-tab-item-snapshot-DBTabItem-should-match-screenshot-mobile-safari/DBTabItem-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/tab-item-tab-item-snapshot-DBTabItem-should-match-screenshot-mobile-safari/DBTabItem-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 4555 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 - 4555 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[mobile_safari] › default.ts:79:2 › DBTabItem › should match screenshot: showcases/e2e/default.ts#L111
3) [mobile_safari] › default.ts:79:2 › DBTabItem › should match screenshot ─────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 4555 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/tab-item/showcase/mobile-safari/DBTabItem-should-match-screenshot-1/DBTabItem-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/tab-item-tab-item-snapshot-DBTabItem-should-match-screenshot-mobile-safari-retry1/DBTabItem-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/tab-item-tab-item-snapshot-DBTabItem-should-match-screenshot-mobile-safari-retry1/DBTabItem-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 4555 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 - 4555 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
test-showcase-vue / 🧪🎭 - vue-showcase:2/6
Process completed with exit code 1.
[chromium-highContrast] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [chromium-highContrast] › default.ts:79:2 › DBInput › should match screenshot ───────────────── Error: expect(page).toHaveScreenshot(expected) 7964 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/chromium-highContrast/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-chromium-highContrast/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-chromium-highContrast/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 7964 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 - 7964 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[chromium-highContrast] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [chromium-highContrast] › default.ts:79:2 › DBInput › should match screenshot ───────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 7964 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/chromium-highContrast/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-chromium-highContrast-retry1/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-chromium-highContrast-retry1/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 7964 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 - 7964 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[chromium-highContrast] › default.ts:79:2 › DBNotification › should match screenshot: showcases/e2e/default.ts#L111
2) [chromium-highContrast] › default.ts:79:2 › DBNotification › should match screenshot ────────── Error: expect(page).toHaveScreenshot(expected) 129 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/notification/showcase/chromium-highContrast/DBNotification-should-match-screenshot-1/DBNotification-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/notification-notification--533fc-ion-should-match-screenshot-chromium-highContrast/DBNotification-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/notification-notification--533fc-ion-should-match-screenshot-chromium-highContrast/DBNotification-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 129 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 - 129 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[chromium-highContrast] › default.ts:79:2 › DBNotification › should match screenshot: showcases/e2e/default.ts#L111
2) [chromium-highContrast] › default.ts:79:2 › DBNotification › should match screenshot ────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 129 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/notification/showcase/chromium-highContrast/DBNotification-should-match-screenshot-1/DBNotification-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/notification-notification--533fc-ion-should-match-screenshot-chromium-highContrast-retry1/DBNotification-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/notification-notification--533fc-ion-should-match-screenshot-chromium-highContrast-retry1/DBNotification-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 129 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 - 129 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[chromium-highContrast] › default.ts:79:2 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
3) [chromium-highContrast] › default.ts:79:2 › DBSelect › should match screenshot ──────────────── Error: expect(page).toHaveScreenshot(expected) 2717 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/chromium-highContrast/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium-highContrast/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium-highContrast/DBSelect-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2717 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 - 2717 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[chromium-highContrast] › default.ts:79:2 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
3) [chromium-highContrast] › default.ts:79:2 › DBSelect › should match screenshot ──────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 2717 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/chromium-highContrast/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium-highContrast-retry1/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium-highContrast-retry1/DBSelect-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2717 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 - 2717 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
test-showcase-react / 🧪🎭 - react-showcase:5/6
Process completed with exit code 1.
[mobile_chrome] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [mobile_chrome] › default.ts:79:2 › DBInput › should match screenshot ───────────────────────── Error: expect(page).toHaveScreenshot(expected) Expected an image 393px by 4779px, received 393px by 4699px. 21256 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/mobile-chrome/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-mobile-chrome/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-mobile-chrome/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - Expected an image 393px by 4779px, received 393px by 4699px. 21275 pixels (ratio 0.02 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - Expected an image 393px by 4779px, received 393px by 4699px. 21256 pixels (ratio 0.02 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[mobile_chrome] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [mobile_chrome] › default.ts:79:2 › DBInput › should match screenshot ───────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) Expected an image 393px by 4779px, received 393px by 4699px. 21256 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/mobile-chrome/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-mobile-chrome-retry1/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-mobile-chrome-retry1/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - Expected an image 393px by 4779px, received 393px by 4699px. 21275 pixels (ratio 0.02 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - Expected an image 393px by 4779px, received 393px by 4699px. 21256 pixels (ratio 0.02 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[mobile_chrome] › default.ts:79:2 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
2) [mobile_chrome] › default.ts:79:2 › DBSelect › should match screenshot ──────────────────────── Error: expect(page).toHaveScreenshot(expected) 2077 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/mobile-chrome/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-mobile-chrome/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-mobile-chrome/DBSelect-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2077 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 - 2077 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[mobile_chrome] › default.ts:79:2 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
2) [mobile_chrome] › default.ts:79:2 › DBSelect › should match screenshot ──────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 2077 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/mobile-chrome/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-mobile-chrome-retry1/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-mobile-chrome-retry1/DBSelect-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2077 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 - 2077 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[webkit] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [webkit] › default.ts:79:2 › DBInput › should match screenshot ──────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 15497 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/webkit/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-webkit/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-webkit/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 15497 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 - 15497 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[webkit] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [webkit] › default.ts:79:2 › DBInput › should match screenshot ──────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 15497 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/webkit/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-webkit-retry1/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-webkit-retry1/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 15497 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 - 15497 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[webkit] › default.ts:79:2 › DBNotification › should match screenshot: showcases/e2e/default.ts#L111
2) [webkit] › default.ts:79:2 › DBNotification › should match screenshot ───────────────────────── Error: expect(page).toHaveScreenshot(expected) 33527 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/notification/showcase/webkit/DBNotification-should-match-screenshot-1/DBNotification-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/notification-notification--533fc-ion-should-match-screenshot-webkit/DBNotification-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/notification-notification--533fc-ion-should-match-screenshot-webkit/DBNotification-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 33527 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 - 33527 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[webkit] › default.ts:79:2 › DBNotification › should match screenshot: showcases/e2e/default.ts#L111
2) [webkit] › default.ts:79:2 › DBNotification › should match screenshot ───────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 33527 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/notification/showcase/webkit/DBNotification-should-match-screenshot-1/DBNotification-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/notification-notification--533fc-ion-should-match-screenshot-webkit-retry1/DBNotification-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/notification-notification--533fc-ion-should-match-screenshot-webkit-retry1/DBNotification-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 33527 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 - 33527 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[webkit] › default.ts:79:2 › DBTabItem › should match screenshot: showcases/e2e/default.ts#L111
3) [webkit] › default.ts:79:2 › DBTabItem › should match screenshot ────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 5391 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/tab-item/showcase/webkit/DBTabItem-should-match-screenshot-1/DBTabItem-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/tab-item-tab-item-snapshot-DBTabItem-should-match-screenshot-webkit/DBTabItem-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/tab-item-tab-item-snapshot-DBTabItem-should-match-screenshot-webkit/DBTabItem-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 5391 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 - 5391 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[webkit] › default.ts:79:2 › DBTabItem › should match screenshot: showcases/e2e/default.ts#L111
3) [webkit] › default.ts:79:2 › DBTabItem › should match screenshot ────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 5391 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/tab-item/showcase/webkit/DBTabItem-should-match-screenshot-1/DBTabItem-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/tab-item-tab-item-snapshot-DBTabItem-should-match-screenshot-webkit-retry1/DBTabItem-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/tab-item-tab-item-snapshot-DBTabItem-should-match-screenshot-webkit-retry1/DBTabItem-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 5391 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 - 5391 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[webkit] › default.ts:219:2 › DBTabs › should have same aria-snapshot: showcases/e2e/default.ts#L229
4) [webkit] › default.ts:219:2 › DBTabs › should have same aria-snapshot ───────────────────────── Error: expect(string).toMatchSnapshot(expected) - main: - heading "DBTabs" [level=1] - link "Density arrow_up_right\" / \"" - text: "Functional:" - tablist: - tab "Test 1" [selected]: on - text: Test 1 - tab "Test 2": on - text: Test 2 - tab "Test 3": on - text: Test 3 - tabpanel "Test 1": Tab Panel 1 - text: "(Default) Regular:" - tablist: - tab "Test 1" [selected]: on - text: Test 1 - tab "Test 2": on - text: Test 2 - tab "Test 3": on - text: Test 3 - tabpanel "Test 1": Tab Panel 1 - text: "Expressive:" - tablist: - tab "Test 1" [selected]: on - text: Test 1 - tab "Test 2": on - text: Test 2 - tab "Test 3": on - text: Test 3 - tabpanel "Test 1": Tab Panel 1 - link "Orientation arrow_up_right\" / \"" - text: "horizontal:" - tablist: - tab "Test 1" [selected]: on - text: Test 1 - tab "Test 2": on - text: Test 2 - tab "Test 3": on - text: Test 3 - tabpanel "Test 1": Tab Panel 1 - text: "vertical:" - tablist: - tab "Test 1" [selected]: on - text: Test 1 - tab "Test 2": on - text: Test 2 - tab "Test 3": on - text: Test 3 - tabpanel "Test 1": Tab Panel 1 - link "Width arrow_up_right\" / \"" - text: "auto:" - tablist: - tab "Test 1" [selected]: on - text: Test 1 - tab "Test 2": on - text: Test 2 - tab "Test 3": on - text: Test 3 - tabpanel "Test 1": Tab Panel 1 - text: "full - alignment: start:" - tablist: - tab "Test 1" [selected]: on - text: Test 1 - tab "Test 2": on - text: Test 2 - tab "Test 3": on - text: Test 3 - tabpanel "Test 1": Tab Panel 1 - text: "full - alignment: center:" - tablist: - tab "Test 1" [selected]: on - text: Test 1 - tab "Test 2": on - text: Test 2 - tab "Test 3": on - text: Test 3 - tabpanel "Test 1": Tab Panel 1 - link "Overflow arrow_up_right\" / \"" - text: "no overflow:" - tablist: - tab "Test 1" [selected]: on - text: Test 1 - tab "Test 2": on - text: Test 2 - tab "Test 3": on - text: Test 3 - tabpanel "Test 1": Tab Panel 1 - text: "with overflow - behaviour: arrows:" - button "chevron_right\" / \" Scroll right" - tablist: - tab "Test 1" [selected]: on - text: Test 1 - tab "Test 2": on - text: Test 2 - tab "Test 3": on - text: Test 3 - tab "Test 4": on - text: Test 4 - tab "Test 5": on - text: Test 5 - tabpanel "Test 1": Tab Panel 1 - text: "with overflow - behaviour: scrollbar:" - tablist: - tab "Test 1" [selected]: on - text: Test 1 - tab "Test 2": on - text: Test 2 - tab "Test 3": on - text: Test 3 - tab "Test 4": on - text: Test 4 - tab "Test 5": on - text: Test 5 - tabpanel "Test 1": Tab Panel 1 - link "Examples arrow_up_right\" / \"" - text: "2 tab selected:" - tablist: - tab "Test 1": on - text: Test 1 - tab "Test 2" [selected]: on - text: Test 2 - tab "Test 3": on - text: Test 3 - tabpanel "Test 2": Tab Panel 2 - text: "nothing selected:" - tablist: - tab "Test 1": on - text: Test 1 - tab "Test 2": on
test-showcase-vue / 🧪🎭 - vue-showcase:4/6
Process completed with exit code 1.
[chromium] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [chromium] › default.ts:79:2 › DBInput › should match screenshot ────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 9029 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/chromium/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-chromium/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-chromium/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 9072 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 - 9029 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[chromium] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [chromium] › default.ts:79:2 › DBInput › should match screenshot ────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 9029 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/chromium/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-chromium-retry1/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-chromium-retry1/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 9072 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 - 9029 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[chromium] › default.ts:79:2 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
2) [chromium] › default.ts:79:2 › DBSelect › should match screenshot ───────────────────────────── Error: expect(page).toHaveScreenshot(expected) 2077 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/chromium/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium/DBSelect-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2077 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 - 2077 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[chromium] › default.ts:79:2 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
2) [chromium] › default.ts:79:2 › DBSelect › should match screenshot ───────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 2077 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/chromium/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium-retry1/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium-retry1/DBSelect-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2077 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 - 2077 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
test-showcase-react / 🧪🎭 - react-showcase:1/6
Process completed with exit code 1.
[mobile_chrome] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [mobile_chrome] › default.ts:79:2 › DBInput › should match screenshot ───────────────────────── Error: expect(page).toHaveScreenshot(expected) Expected an image 393px by 4779px, received 393px by 4699px. 21256 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/mobile-chrome/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-mobile-chrome/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-mobile-chrome/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - Expected an image 393px by 4779px, received 393px by 4699px. 21275 pixels (ratio 0.02 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - Expected an image 393px by 4779px, received 393px by 4699px. 21256 pixels (ratio 0.02 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[mobile_chrome] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [mobile_chrome] › default.ts:79:2 › DBInput › should match screenshot ───────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) Expected an image 393px by 4779px, received 393px by 4699px. 21256 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/mobile-chrome/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-mobile-chrome-retry1/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-mobile-chrome-retry1/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - Expected an image 393px by 4779px, received 393px by 4699px. 21275 pixels (ratio 0.02 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - Expected an image 393px by 4779px, received 393px by 4699px. 21256 pixels (ratio 0.02 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[mobile_chrome] › default.ts:79:2 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
2) [mobile_chrome] › default.ts:79:2 › DBSelect › should match screenshot ──────────────────────── Error: expect(page).toHaveScreenshot(expected) 2077 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/mobile-chrome/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-mobile-chrome/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-mobile-chrome/DBSelect-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2077 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 - 2077 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[mobile_chrome] › default.ts:79:2 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
2) [mobile_chrome] › default.ts:79:2 › DBSelect › should match screenshot ──────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 2077 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/mobile-chrome/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-mobile-chrome-retry1/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-mobile-chrome-retry1/DBSelect-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2077 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 - 2077 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
test-showcase-angular / 🧪🎭 - angular-showcase:5/6
Process completed with exit code 1.
[chromium-highContrast] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [chromium-highContrast] › default.ts:79:2 › DBInput › should match screenshot ───────────────── Error: expect(page).toHaveScreenshot(expected) 7964 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/chromium-highContrast/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-chromium-highContrast/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-chromium-highContrast/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 7964 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 - 7964 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[chromium-highContrast] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [chromium-highContrast] › default.ts:79:2 › DBInput › should match screenshot ───────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 7964 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/chromium-highContrast/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-chromium-highContrast-retry1/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-chromium-highContrast-retry1/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 7964 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 - 7964 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[chromium-highContrast] › default.ts:79:2 › DBNotification › should match screenshot: showcases/e2e/default.ts#L111
2) [chromium-highContrast] › default.ts:79:2 › DBNotification › should match screenshot ────────── Error: expect(page).toHaveScreenshot(expected) 129 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/notification/showcase/chromium-highContrast/DBNotification-should-match-screenshot-1/DBNotification-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/notification-notification--533fc-ion-should-match-screenshot-chromium-highContrast/DBNotification-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/notification-notification--533fc-ion-should-match-screenshot-chromium-highContrast/DBNotification-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 129 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 - 129 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[chromium-highContrast] › default.ts:79:2 › DBNotification › should match screenshot: showcases/e2e/default.ts#L111
2) [chromium-highContrast] › default.ts:79:2 › DBNotification › should match screenshot ────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 129 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/notification/showcase/chromium-highContrast/DBNotification-should-match-screenshot-1/DBNotification-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/notification-notification--533fc-ion-should-match-screenshot-chromium-highContrast-retry1/DBNotification-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/notification-notification--533fc-ion-should-match-screenshot-chromium-highContrast-retry1/DBNotification-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 129 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 - 129 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[chromium-highContrast] › default.ts:79:2 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
3) [chromium-highContrast] › default.ts:79:2 › DBSelect › should match screenshot ──────────────── Error: expect(page).toHaveScreenshot(expected) 2717 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/chromium-highContrast/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium-highContrast/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium-highContrast/DBSelect-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2717 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 - 2717 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[chromium-highContrast] › default.ts:79:2 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
3) [chromium-highContrast] › default.ts:79:2 › DBSelect › should match screenshot ──────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 2717 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/chromium-highContrast/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium-highContrast-retry1/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium-highContrast-retry1/DBSelect-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2717 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 - 2717 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
test-showcase-react / 🧪🎭 - react-showcase:2/6
Process completed with exit code 1.
test-showcase-react / 🧪🎭 - react-showcase:6/6
Process completed with exit code 1.
[mobile_safari] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [mobile_safari] › default.ts:79:2 › DBInput › should match screenshot ───────────────────────── Error: expect(page).toHaveScreenshot(expected) 14286 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/mobile-safari/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-mobile-safari/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-mobile-safari/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 14286 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 - 14286 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[mobile_safari] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [mobile_safari] › default.ts:79:2 › DBInput › should match screenshot ───────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 14286 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/mobile-safari/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-mobile-safari-retry1/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-mobile-safari-retry1/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 14286 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 - 14286 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[mobile_safari] › default.ts:79:2 › DBNotification › should match screenshot: showcases/e2e/default.ts#L111
2) [mobile_safari] › default.ts:79:2 › DBNotification › should match screenshot ────────────────── Error: expect(page).toHaveScreenshot(expected) 31175 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/notification/showcase/mobile-safari/DBNotification-should-match-screenshot-1/DBNotification-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/notification-notification--533fc-ion-should-match-screenshot-mobile-safari/DBNotification-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/notification-notification--533fc-ion-should-match-screenshot-mobile-safari/DBNotification-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 31175 pixels (ratio 0.02 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 31175 pixels (ratio 0.02 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[mobile_safari] › default.ts:79:2 › DBNotification › should match screenshot: showcases/e2e/default.ts#L111
2) [mobile_safari] › default.ts:79:2 › DBNotification › should match screenshot ────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 31175 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/notification/showcase/mobile-safari/DBNotification-should-match-screenshot-1/DBNotification-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/notification-notification--533fc-ion-should-match-screenshot-mobile-safari-retry1/DBNotification-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/notification-notification--533fc-ion-should-match-screenshot-mobile-safari-retry1/DBNotification-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 31175 pixels (ratio 0.02 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 31175 pixels (ratio 0.02 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[mobile_safari] › default.ts:79:2 › DBTabItem › should match screenshot: showcases/e2e/default.ts#L111
3) [mobile_safari] › default.ts:79:2 › DBTabItem › should match screenshot ─────────────────────── Error: expect(page).toHaveScreenshot(expected) 4555 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/tab-item/showcase/mobile-safari/DBTabItem-should-match-screenshot-1/DBTabItem-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/tab-item-tab-item-snapshot-DBTabItem-should-match-screenshot-mobile-safari/DBTabItem-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/tab-item-tab-item-snapshot-DBTabItem-should-match-screenshot-mobile-safari/DBTabItem-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 4555 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 - 4555 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[mobile_safari] › default.ts:79:2 › DBTabItem › should match screenshot: showcases/e2e/default.ts#L111
3) [mobile_safari] › default.ts:79:2 › DBTabItem › should match screenshot ─────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 4555 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/tab-item/showcase/mobile-safari/DBTabItem-should-match-screenshot-1/DBTabItem-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/tab-item-tab-item-snapshot-DBTabItem-should-match-screenshot-mobile-safari-retry1/DBTabItem-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/tab-item-tab-item-snapshot-DBTabItem-should-match-screenshot-mobile-safari-retry1/DBTabItem-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 4555 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 - 4555 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[firefox] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [firefox] › default.ts:79:2 › DBInput › should match screenshot ─────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 778 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/firefox/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-firefox/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-firefox/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 778 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 - 778 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[firefox] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [firefox] › default.ts:79:2 › DBInput › should match screenshot ─────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 778 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/firefox/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-firefox-retry1/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-firefox-retry1/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 778 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 - 778 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[firefox] › default.ts:79:2 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
2) [firefox] › default.ts:79:2 › DBSelect › should match screenshot ────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 2078 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/firefox/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-firefox/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-firefox/DBSelect-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2078 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 - 2078 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[firefox] › default.ts:79:2 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
2) [firefox] › default.ts:79:2 › DBSelect › should match screenshot ────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 2078 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/firefox/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-firefox-retry1/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-firefox-retry1/DBSelect-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2078 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 - 2078 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
test-showcase-vue / 🧪🎭 - vue-showcase:3/6
Process completed with exit code 1.
[mobile_safari] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [mobile_safari] › default.ts:79:2 › DBInput › should match screenshot ───────────────────────── Error: expect(page).toHaveScreenshot(expected) 14286 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/mobile-safari/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-mobile-safari/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-mobile-safari/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 14286 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 - 14286 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[mobile_safari] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [mobile_safari] › default.ts:79:2 › DBInput › should match screenshot ───────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 14286 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/mobile-safari/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-mobile-safari-retry1/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-mobile-safari-retry1/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 14286 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 - 14286 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[mobile_safari] › default.ts:79:2 › DBNotification › should match screenshot: showcases/e2e/default.ts#L111
2) [mobile_safari] › default.ts:79:2 › DBNotification › should match screenshot ────────────────── Error: expect(page).toHaveScreenshot(expected) 31175 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/notification/showcase/mobile-safari/DBNotification-should-match-screenshot-1/DBNotification-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/notification-notification--533fc-ion-should-match-screenshot-mobile-safari/DBNotification-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/notification-notification--533fc-ion-should-match-screenshot-mobile-safari/DBNotification-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 31175 pixels (ratio 0.02 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 31175 pixels (ratio 0.02 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[mobile_safari] › default.ts:79:2 › DBNotification › should match screenshot: showcases/e2e/default.ts#L111
2) [mobile_safari] › default.ts:79:2 › DBNotification › should match screenshot ────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 31175 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/notification/showcase/mobile-safari/DBNotification-should-match-screenshot-1/DBNotification-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/notification-notification--533fc-ion-should-match-screenshot-mobile-safari-retry1/DBNotification-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/notification-notification--533fc-ion-should-match-screenshot-mobile-safari-retry1/DBNotification-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 31175 pixels (ratio 0.02 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 31175 pixels (ratio 0.02 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[mobile_safari] › default.ts:79:2 › DBTabItem › should match screenshot: showcases/e2e/default.ts#L111
3) [mobile_safari] › default.ts:79:2 › DBTabItem › should match screenshot ─────────────────────── Error: expect(page).toHaveScreenshot(expected) 4555 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/tab-item/showcase/mobile-safari/DBTabItem-should-match-screenshot-1/DBTabItem-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/tab-item-tab-item-snapshot-DBTabItem-should-match-screenshot-mobile-safari/DBTabItem-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/tab-item-tab-item-snapshot-DBTabItem-should-match-screenshot-mobile-safari/DBTabItem-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 4555 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 - 4555 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[mobile_safari] › default.ts:79:2 › DBTabItem › should match screenshot: showcases/e2e/default.ts#L111
3) [mobile_safari] › default.ts:79:2 › DBTabItem › should match screenshot ─────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 4555 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/tab-item/showcase/mobile-safari/DBTabItem-should-match-screenshot-1/DBTabItem-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/tab-item-tab-item-snapshot-DBTabItem-should-match-screenshot-mobile-safari-retry1/DBTabItem-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/tab-item-tab-item-snapshot-DBTabItem-should-match-screenshot-mobile-safari-retry1/DBTabItem-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 4555 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 - 4555 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
test-showcase-angular / 🧪🎭 - angular-showcase:6/6
Process completed with exit code 1.
[webkit] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [webkit] › default.ts:79:2 › DBInput › should match screenshot ──────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 15497 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/webkit/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-webkit/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-webkit/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 15497 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 - 15497 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[webkit] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [webkit] › default.ts:79:2 › DBInput › should match screenshot ──────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 15497 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/webkit/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-webkit-retry1/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-webkit-retry1/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 15497 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 - 15497 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[webkit] › default.ts:79:2 › DBNotification › should match screenshot: showcases/e2e/default.ts#L111
2) [webkit] › default.ts:79:2 › DBNotification › should match screenshot ───────────────────────── Error: expect(page).toHaveScreenshot(expected) 33527 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/notification/showcase/webkit/DBNotification-should-match-screenshot-1/DBNotification-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/notification-notification--533fc-ion-should-match-screenshot-webkit/DBNotification-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/notification-notification--533fc-ion-should-match-screenshot-webkit/DBNotification-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 33527 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 - 33527 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[webkit] › default.ts:79:2 › DBNotification › should match screenshot: showcases/e2e/default.ts#L111
2) [webkit] › default.ts:79:2 › DBNotification › should match screenshot ───────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 33527 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/notification/showcase/webkit/DBNotification-should-match-screenshot-1/DBNotification-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/notification-notification--533fc-ion-should-match-screenshot-webkit-retry1/DBNotification-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/notification-notification--533fc-ion-should-match-screenshot-webkit-retry1/DBNotification-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 33527 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 - 33527 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[webkit] › default.ts:79:2 › DBTabItem › should match screenshot: showcases/e2e/default.ts#L111
3) [webkit] › default.ts:79:2 › DBTabItem › should match screenshot ────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 5391 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/tab-item/showcase/webkit/DBTabItem-should-match-screenshot-1/DBTabItem-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/tab-item-tab-item-snapshot-DBTabItem-should-match-screenshot-webkit/DBTabItem-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/tab-item-tab-item-snapshot-DBTabItem-should-match-screenshot-webkit/DBTabItem-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 5391 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 - 5391 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[webkit] › default.ts:79:2 › DBTabItem › should match screenshot: showcases/e2e/default.ts#L111
3) [webkit] › default.ts:79:2 › DBTabItem › should match screenshot ────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 5391 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/tab-item/showcase/webkit/DBTabItem-should-match-screenshot-1/DBTabItem-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/tab-item-tab-item-snapshot-DBTabItem-should-match-screenshot-webkit-retry1/DBTabItem-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/tab-item-tab-item-snapshot-DBTabItem-should-match-screenshot-webkit-retry1/DBTabItem-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 5391 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 - 5391 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
test-showcase-react / 🧪🎭 - react-showcase:4/6
Process completed with exit code 1.
test-showcase-angular / 🧪🎭 - angular-showcase:1/6
Process completed with exit code 1.
[chromium] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [chromium] › default.ts:79:2 › DBInput › should match screenshot ────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 9029 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/chromium/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-chromium/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-chromium/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 9072 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 - 9029 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[chromium] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [chromium] › default.ts:79:2 › DBInput › should match screenshot ────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 9029 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/chromium/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-chromium-retry1/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-chromium-retry1/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 9072 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 - 9029 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[chromium] › default.ts:79:2 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
2) [chromium] › default.ts:79:2 › DBSelect › should match screenshot ───────────────────────────── Error: expect(page).toHaveScreenshot(expected) 2077 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/chromium/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium/DBSelect-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2077 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 - 2077 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[chromium] › default.ts:79:2 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
2) [chromium] › default.ts:79:2 › DBSelect › should match screenshot ───────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 2077 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/chromium/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium-retry1/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium-retry1/DBSelect-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2077 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 - 2077 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[firefox] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [firefox] › default.ts:79:2 › DBInput › should match screenshot ─────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 778 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/firefox/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-firefox/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-firefox/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 778 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 - 778 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[firefox] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [firefox] › default.ts:79:2 › DBInput › should match screenshot ─────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 778 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/firefox/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-firefox-retry1/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-firefox-retry1/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 778 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 - 778 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[firefox] › default.ts:79:2 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
2) [firefox] › default.ts:79:2 › DBSelect › should match screenshot ────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 2078 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/firefox/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-firefox/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-firefox/DBSelect-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2078 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 - 2078 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[firefox] › default.ts:79:2 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
2) [firefox] › default.ts:79:2 › DBSelect › should match screenshot ────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 2078 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/firefox/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-firefox-retry1/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-firefox-retry1/DBSelect-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2078 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 - 2078 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
test-showcase-react / 🧪🎭 - react-showcase:3/6
Process completed with exit code 1.
test-showcase-angular / 🧪🎭 - angular-showcase:2/6
Process completed with exit code 1.
[chromium-highContrast] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [chromium-highContrast] › default.ts:79:2 › DBInput › should match screenshot ───────────────── Error: expect(page).toHaveScreenshot(expected) 7964 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/chromium-highContrast/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-chromium-highContrast/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-chromium-highContrast/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 7964 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 - 7964 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[chromium-highContrast] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [chromium-highContrast] › default.ts:79:2 › DBInput › should match screenshot ───────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 7964 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/chromium-highContrast/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-chromium-highContrast-retry1/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-chromium-highContrast-retry1/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 7964 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 - 7964 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[chromium-highContrast] › default.ts:79:2 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
2) [chromium-highContrast] › default.ts:79:2 › DBSelect › should match screenshot ──────────────── Error: expect(page).toHaveScreenshot(expected) 2717 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/chromium-highContrast/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium-highContrast/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium-highContrast/DBSelect-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2717 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 - 2717 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[chromium-highContrast] › default.ts:79:2 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
2) [chromium-highContrast] › default.ts:79:2 › DBSelect › should match screenshot ──────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 2717 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/chromium-highContrast/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium-highContrast-retry1/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium-highContrast-retry1/DBSelect-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2717 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 - 2717 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
test-showcase-angular / 🧪🎭 - angular-showcase:4/6
Process completed with exit code 1.
[webkit] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [webkit] › default.ts:79:2 › DBInput › should match screenshot ──────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 15497 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/webkit/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-webkit/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-webkit/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 15497 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 - 15497 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[webkit] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [webkit] › default.ts:79:2 › DBInput › should match screenshot ──────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 15497 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/webkit/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-webkit-retry1/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-webkit-retry1/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 15497 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 - 15497 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[webkit] › default.ts:79:2 › DBNotification › should match screenshot: showcases/e2e/default.ts#L111
2) [webkit] › default.ts:79:2 › DBNotification › should match screenshot ───────────────────────── Error: expect(page).toHaveScreenshot(expected) 33527 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/notification/showcase/webkit/DBNotification-should-match-screenshot-1/DBNotification-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/notification-notification--533fc-ion-should-match-screenshot-webkit/DBNotification-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/notification-notification--533fc-ion-should-match-screenshot-webkit/DBNotification-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 33527 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 - 33527 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[webkit] › default.ts:79:2 › DBNotification › should match screenshot: showcases/e2e/default.ts#L111
2) [webkit] › default.ts:79:2 › DBNotification › should match screenshot ───────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 33527 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/notification/showcase/webkit/DBNotification-should-match-screenshot-1/DBNotification-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/notification-notification--533fc-ion-should-match-screenshot-webkit-retry1/DBNotification-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/notification-notification--533fc-ion-should-match-screenshot-webkit-retry1/DBNotification-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 33527 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 - 33527 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[webkit] › default.ts:79:2 › DBTabItem › should match screenshot: showcases/e2e/default.ts#L111
3) [webkit] › default.ts:79:2 › DBTabItem › should match screenshot ────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 5391 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/tab-item/showcase/webkit/DBTabItem-should-match-screenshot-1/DBTabItem-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/tab-item-tab-item-snapshot-DBTabItem-should-match-screenshot-webkit/DBTabItem-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/tab-item-tab-item-snapshot-DBTabItem-should-match-screenshot-webkit/DBTabItem-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 5391 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 - 5391 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[webkit] › default.ts:79:2 › DBTabItem › should match screenshot: showcases/e2e/default.ts#L111
3) [webkit] › default.ts:79:2 › DBTabItem › should match screenshot ────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 5391 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/tab-item/showcase/webkit/DBTabItem-should-match-screenshot-1/DBTabItem-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/tab-item-tab-item-snapshot-DBTabItem-should-match-screenshot-webkit-retry1/DBTabItem-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/tab-item-tab-item-snapshot-DBTabItem-should-match-screenshot-webkit-retry1/DBTabItem-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 5391 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 - 5391 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
test-showcase-angular / 🧪🎭 - angular-showcase:3/6
Process completed with exit code 1.
[firefox] › default.ts:79:2 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
1) [firefox] › default.ts:79:2 › DBSelect › should match screenshot ────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 2078 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/firefox/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-firefox/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-firefox/DBSelect-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2078 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 - 2078 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[firefox] › default.ts:79:2 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
1) [firefox] › default.ts:79:2 › DBSelect › should match screenshot ────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 2078 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/firefox/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-firefox-retry1/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-firefox-retry1/DBSelect-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2078 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 - 2078 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[chromium] › default.spec.ts:10:2 › infotext › properties should match screenshot: showcases/patternhub/tests/default.spec.ts#L15
1) [chromium] › default.spec.ts:10:2 › infotext › properties should match screenshot ───────────── Error: expect(page).toHaveScreenshot(expected) 15817 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/patternhub/infotext-properties-should-match-screenshot.png Received: /__w/mono/mono/showcases/patternhub/test-results/default-infotext-properties-should-match-screenshot-chromium/infotext/patternhub-actual.png Diff: /__w/mono/mono/showcases/patternhub/test-results/default-infotext-properties-should-match-screenshot-chromium/infotext/patternhub-diff.png Call log: - expect.toHaveScreenshot(infotext/patternhub.png) with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 15817 pixels (ratio 0.02 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 15817 pixels (ratio 0.02 of all image pixels) are different. 13 | }); 14 | await fn(page); > 15 | await expect(page).toHaveScreenshot([name, 'patternhub.png']); | ^ 16 | }); 17 | }; 18 | at /__w/mono/mono/showcases/patternhub/tests/default.spec.ts:15:22
[chromium] › default.spec.ts:10:2 › infotext › properties should match screenshot: showcases/patternhub/tests/default.spec.ts#L15
1) [chromium] › default.spec.ts:10:2 › infotext › properties should match screenshot ───────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 15817 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/patternhub/infotext-properties-should-match-screenshot.png Received: /__w/mono/mono/showcases/patternhub/test-results/default-infotext-properties-should-match-screenshot-chromium-retry1/infotext/patternhub-actual.png Diff: /__w/mono/mono/showcases/patternhub/test-results/default-infotext-properties-should-match-screenshot-chromium-retry1/infotext/patternhub-diff.png Call log: - expect.toHaveScreenshot(infotext/patternhub.png) with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 15817 pixels (ratio 0.02 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 15817 pixels (ratio 0.02 of all image pixels) are different. 13 | }); 14 | await fn(page); > 15 | await expect(page).toHaveScreenshot([name, 'patternhub.png']); | ^ 16 | }); 17 | }; 18 | at /__w/mono/mono/showcases/patternhub/tests/default.spec.ts:15:22
[chromium] › default.spec.ts:10:2 › tag › properties should match screenshot: showcases/patternhub/tests/default.spec.ts#L15
2) [chromium] › default.spec.ts:10:2 › tag › properties should match screenshot ────────────────── Error: expect(page).toHaveScreenshot(expected) 7543 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/tag/patternhub/tag-properties-should-match-screenshot.png Received: /__w/mono/mono/showcases/patternhub/test-results/default-tag-properties-should-match-screenshot-chromium/tag/patternhub-actual.png Diff: /__w/mono/mono/showcases/patternhub/test-results/default-tag-properties-should-match-screenshot-chromium/tag/patternhub-diff.png Call log: - expect.toHaveScreenshot(tag/patternhub.png) with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 7543 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 - 7543 pixels (ratio 0.01 of all image pixels) are different. 13 | }); 14 | await fn(page); > 15 | await expect(page).toHaveScreenshot([name, 'patternhub.png']); | ^ 16 | }); 17 | }; 18 | at /__w/mono/mono/showcases/patternhub/tests/default.spec.ts:15:22
[chromium] › default.spec.ts:10:2 › tag › properties should match screenshot: showcases/patternhub/tests/default.spec.ts#L15
2) [chromium] › default.spec.ts:10:2 › tag › properties should match screenshot ────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 7543 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/tag/patternhub/tag-properties-should-match-screenshot.png Received: /__w/mono/mono/showcases/patternhub/test-results/default-tag-properties-should-match-screenshot-chromium-retry1/tag/patternhub-actual.png Diff: /__w/mono/mono/showcases/patternhub/test-results/default-tag-properties-should-match-screenshot-chromium-retry1/tag/patternhub-diff.png Call log: - expect.toHaveScreenshot(tag/patternhub.png) with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 7543 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 - 7543 pixels (ratio 0.01 of all image pixels) are different. 13 | }); 14 | await fn(page); > 15 | await expect(page).toHaveScreenshot([name, 'patternhub.png']); | ^ 16 | }); 17 | }; 18 | at /__w/mono/mono/showcases/patternhub/tests/default.spec.ts:15:22
test-showcase-patternhub / 🧪🎭 - patternhub:2/6
Process completed with exit code 1.
[chromium] › default.spec.ts:10:2 › button › properties should match screenshot: showcases/patternhub/tests/default.spec.ts#L15
1) [chromium] › default.spec.ts:10:2 › button › properties should match screenshot ─────────────── Error: expect(page).toHaveScreenshot(expected) 7910 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/button/patternhub/button-properties-should-match-screenshot.png Received: /__w/mono/mono/showcases/patternhub/test-results/default-button-properties-should-match-screenshot-chromium/button/patternhub-actual.png Diff: /__w/mono/mono/showcases/patternhub/test-results/default-button-properties-should-match-screenshot-chromium/button/patternhub-diff.png Call log: - expect.toHaveScreenshot(button/patternhub.png) with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 7910 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 - 7910 pixels (ratio 0.01 of all image pixels) are different. 13 | }); 14 | await fn(page); > 15 | await expect(page).toHaveScreenshot([name, 'patternhub.png']); | ^ 16 | }); 17 | }; 18 | at /__w/mono/mono/showcases/patternhub/tests/default.spec.ts:15:22
[chromium] › default.spec.ts:10:2 › button › properties should match screenshot: showcases/patternhub/tests/default.spec.ts#L15
1) [chromium] › default.spec.ts:10:2 › button › properties should match screenshot ─────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 7910 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/button/patternhub/button-properties-should-match-screenshot.png Received: /__w/mono/mono/showcases/patternhub/test-results/default-button-properties-should-match-screenshot-chromium-retry1/button/patternhub-actual.png Diff: /__w/mono/mono/showcases/patternhub/test-results/default-button-properties-should-match-screenshot-chromium-retry1/button/patternhub-diff.png Call log: - expect.toHaveScreenshot(button/patternhub.png) with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 7910 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 - 7910 pixels (ratio 0.01 of all image pixels) are different. 13 | }); 14 | await fn(page); > 15 | await expect(page).toHaveScreenshot([name, 'patternhub.png']); | ^ 16 | }); 17 | }; 18 | at /__w/mono/mono/showcases/patternhub/tests/default.spec.ts:15:22
[chromium] › default.spec.ts:10:2 › brand › properties should match screenshot: showcases/patternhub/tests/default.spec.ts#L15
2) [chromium] › default.spec.ts:10:2 › brand › properties should match screenshot ──────────────── Error: expect(page).toHaveScreenshot(expected) 10729 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/brand/patternhub/brand-properties-should-match-screenshot.png Received: /__w/mono/mono/showcases/patternhub/test-results/default-brand-properties-should-match-screenshot-chromium/brand/patternhub-actual.png Diff: /__w/mono/mono/showcases/patternhub/test-results/default-brand-properties-should-match-screenshot-chromium/brand/patternhub-diff.png Call log: - expect.toHaveScreenshot(brand/patternhub.png) with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 10729 pixels (ratio 0.02 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 10729 pixels (ratio 0.02 of all image pixels) are different. 13 | }); 14 | await fn(page); > 15 | await expect(page).toHaveScreenshot([name, 'patternhub.png']); | ^ 16 | }); 17 | }; 18 | at /__w/mono/mono/showcases/patternhub/tests/default.spec.ts:15:22
[chromium] › default.spec.ts:10:2 › brand › properties should match screenshot: showcases/patternhub/tests/default.spec.ts#L15
2) [chromium] › default.spec.ts:10:2 › brand › properties should match screenshot ──────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 10729 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/brand/patternhub/brand-properties-should-match-screenshot.png Received: /__w/mono/mono/showcases/patternhub/test-results/default-brand-properties-should-match-screenshot-chromium-retry1/brand/patternhub-actual.png Diff: /__w/mono/mono/showcases/patternhub/test-results/default-brand-properties-should-match-screenshot-chromium-retry1/brand/patternhub-diff.png Call log: - expect.toHaveScreenshot(brand/patternhub.png) with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 10729 pixels (ratio 0.02 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 10729 pixels (ratio 0.02 of all image pixels) are different. 13 | }); 14 | await fn(page); > 15 | await expect(page).toHaveScreenshot([name, 'patternhub.png']); | ^ 16 | }); 17 | }; 18 | at /__w/mono/mono/showcases/patternhub/tests/default.spec.ts:15:22
[chromium] › default.spec.ts:10:2 › infotext › overview should match screenshot: showcases/patternhub/tests/default.spec.ts#L15
3) [chromium] › default.spec.ts:10:2 › infotext › overview should match screenshot ─────────────── Error: expect(page).toHaveScreenshot(expected) 16 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/patternhub/infotext-overview-should-match-screenshot.png Received: /__w/mono/mono/showcases/patternhub/test-results/default-infotext-overview-should-match-screenshot-chromium/infotext/patternhub-actual.png Diff: /__w/mono/mono/showcases/patternhub/test-results/default-infotext-overview-should-match-screenshot-chromium/infotext/patternhub-diff.png Call log: - expect.toHaveScreenshot(infotext/patternhub.png) with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 16 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 - 16 pixels (ratio 0.01 of all image pixels) are different. 13 | }); 14 | await fn(page); > 15 | await expect(page).toHaveScreenshot([name, 'patternhub.png']); | ^ 16 | }); 17 | }; 18 | at /__w/mono/mono/showcases/patternhub/tests/default.spec.ts:15:22
[chromium] › default.spec.ts:10:2 › infotext › overview should match screenshot: showcases/patternhub/tests/default.spec.ts#L15
3) [chromium] › default.spec.ts:10:2 › infotext › overview should match screenshot ─────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 16 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/patternhub/infotext-overview-should-match-screenshot.png Received: /__w/mono/mono/showcases/patternhub/test-results/default-infotext-overview-should-match-screenshot-chromium-retry1/infotext/patternhub-actual.png Diff: /__w/mono/mono/showcases/patternhub/test-results/default-infotext-overview-should-match-screenshot-chromium-retry1/infotext/patternhub-diff.png Call log: - expect.toHaveScreenshot(infotext/patternhub.png) with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 16 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 - 16 pixels (ratio 0.01 of all image pixels) are different. 13 | }); 14 | await fn(page); > 15 | await expect(page).toHaveScreenshot([name, 'patternhub.png']); | ^ 16 | }); 17 | }; 18 | at /__w/mono/mono/showcases/patternhub/tests/default.spec.ts:15:22
test-showcase-patternhub / 🧪🎭 - patternhub:1/6
Process completed with exit code 1.
test-showcase-patternhub / 🧪🎭 - patternhub:3/6
Process completed with exit code 1.
[chromium] › default.spec.ts:10:2 › tab-item › properties should match screenshot: showcases/patternhub/tests/default.spec.ts#L15
1) [chromium] › default.spec.ts:10:2 › tab-item › properties should match screenshot ───────────── Error: expect(page).toHaveScreenshot(expected) 9749 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/tab-item/patternhub/tab-item-properties-should-match-screenshot.png Received: /__w/mono/mono/showcases/patternhub/test-results/default-tab-item-properties-should-match-screenshot-chromium/tab-item/patternhub-actual.png Diff: /__w/mono/mono/showcases/patternhub/test-results/default-tab-item-properties-should-match-screenshot-chromium/tab-item/patternhub-diff.png Call log: - expect.toHaveScreenshot(tab-item/patternhub.png) with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 9749 pixels (ratio 0.02 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 9749 pixels (ratio 0.02 of all image pixels) are different. 13 | }); 14 | await fn(page); > 15 | await expect(page).toHaveScreenshot([name, 'patternhub.png']); | ^ 16 | }); 17 | }; 18 | at /__w/mono/mono/showcases/patternhub/tests/default.spec.ts:15:22
[chromium] › default.spec.ts:10:2 › tab-item › properties should match screenshot: showcases/patternhub/tests/default.spec.ts#L15
1) [chromium] › default.spec.ts:10:2 › tab-item › properties should match screenshot ───────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 9749 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/tab-item/patternhub/tab-item-properties-should-match-screenshot.png Received: /__w/mono/mono/showcases/patternhub/test-results/default-tab-item-properties-should-match-screenshot-chromium-retry1/tab-item/patternhub-actual.png Diff: /__w/mono/mono/showcases/patternhub/test-results/default-tab-item-properties-should-match-screenshot-chromium-retry1/tab-item/patternhub-diff.png Call log: - expect.toHaveScreenshot(tab-item/patternhub.png) with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 9749 pixels (ratio 0.02 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 9749 pixels (ratio 0.02 of all image pixels) are different. 13 | }); 14 | await fn(page); > 15 | await expect(page).toHaveScreenshot([name, 'patternhub.png']); | ^ 16 | }); 17 | }; 18 | at /__w/mono/mono/showcases/patternhub/tests/default.spec.ts:15:22
[chromium] › default.spec.ts:10:2 › checkbox › properties should match screenshot: showcases/patternhub/tests/default.spec.ts#L15
2) [chromium] › default.spec.ts:10:2 › checkbox › properties should match screenshot ───────────── Error: expect(page).toHaveScreenshot(expected) 4751 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/checkbox/patternhub/checkbox-properties-should-match-screenshot.png Received: /__w/mono/mono/showcases/patternhub/test-results/default-checkbox-properties-should-match-screenshot-chromium/checkbox/patternhub-actual.png Diff: /__w/mono/mono/showcases/patternhub/test-results/default-checkbox-properties-should-match-screenshot-chromium/checkbox/patternhub-diff.png Call log: - expect.toHaveScreenshot(checkbox/patternhub.png) with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 4751 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 - 4751 pixels (ratio 0.01 of all image pixels) are different. 13 | }); 14 | await fn(page); > 15 | await expect(page).toHaveScreenshot([name, 'patternhub.png']); | ^ 16 | }); 17 | }; 18 | at /__w/mono/mono/showcases/patternhub/tests/default.spec.ts:15:22
[chromium] › default.spec.ts:10:2 › checkbox › properties should match screenshot: showcases/patternhub/tests/default.spec.ts#L15
2) [chromium] › default.spec.ts:10:2 › checkbox › properties should match screenshot ───────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 4751 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/checkbox/patternhub/checkbox-properties-should-match-screenshot.png Received: /__w/mono/mono/showcases/patternhub/test-results/default-checkbox-properties-should-match-screenshot-chromium-retry1/checkbox/patternhub-actual.png Diff: /__w/mono/mono/showcases/patternhub/test-results/default-checkbox-properties-should-match-screenshot-chromium-retry1/checkbox/patternhub-diff.png Call log: - expect.toHaveScreenshot(checkbox/patternhub.png) with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 4751 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 - 4751 pixels (ratio 0.01 of all image pixels) are different. 13 | }); 14 | await fn(page); > 15 | await expect(page).toHaveScreenshot([name, 'patternhub.png']); | ^ 16 | }); 17 | }; 18 | at /__w/mono/mono/showcases/patternhub/tests/default.spec.ts:15:22
[chromium] › default.spec.ts:10:2 › input › properties should match screenshot: showcases/patternhub/tests/default.spec.ts#L15
3) [chromium] › default.spec.ts:10:2 › input › properties should match screenshot ──────────────── Error: expect(page).toHaveScreenshot(expected) 3257 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/patternhub/input-properties-should-match-screenshot.png Received: /__w/mono/mono/showcases/patternhub/test-results/default-input-properties-should-match-screenshot-chromium/input/patternhub-actual.png Diff: /__w/mono/mono/showcases/patternhub/test-results/default-input-properties-should-match-screenshot-chromium/input/patternhub-diff.png Call log: - expect.toHaveScreenshot(input/patternhub.png) with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 3257 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 - 3257 pixels (ratio 0.01 of all image pixels) are different. 13 | }); 14 | await fn(page); > 15 | await expect(page).toHaveScreenshot([name, 'patternhub.png']); | ^ 16 | }); 17 | }; 18 | at /__w/mono/mono/showcases/patternhub/tests/default.spec.ts:15:22
[chromium] › default.spec.ts:10:2 › input › properties should match screenshot: showcases/patternhub/tests/default.spec.ts#L15
3) [chromium] › default.spec.ts:10:2 › input › properties should match screenshot ──────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 3257 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/patternhub/input-properties-should-match-screenshot.png Received: /__w/mono/mono/showcases/patternhub/test-results/default-input-properties-should-match-screenshot-chromium-retry1/input/patternhub-actual.png Diff: /__w/mono/mono/showcases/patternhub/test-results/default-input-properties-should-match-screenshot-chromium-retry1/input/patternhub-diff.png Call log: - expect.toHaveScreenshot(input/patternhub.png) with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 3257 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 - 3257 pixels (ratio 0.01 of all image pixels) are different. 13 | }); 14 | await fn(page); > 15 | await expect(page).toHaveScreenshot([name, 'patternhub.png']); | ^ 16 | }); 17 | }; 18 | at /__w/mono/mono/showcases/patternhub/tests/default.spec.ts:15:22
[chromium] › default.spec.ts:10:2 › divider › overview should match screenshot: showcases/patternhub/tests/default.spec.ts#L15
1) [chromium] › default.spec.ts:10:2 › divider › overview should match screenshot ──────────────── Error: expect(page).toHaveScreenshot(expected) 11 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/divider/patternhub/divider-overview-should-match-screenshot.png Received: /__w/mono/mono/showcases/patternhub/test-results/default-divider-overview-should-match-screenshot-chromium/divider/patternhub-actual.png Diff: /__w/mono/mono/showcases/patternhub/test-results/default-divider-overview-should-match-screenshot-chromium/divider/patternhub-diff.png Call log: - expect.toHaveScreenshot(divider/patternhub.png) with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 11 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 - 11 pixels (ratio 0.01 of all image pixels) are different. 13 | }); 14 | await fn(page); > 15 | await expect(page).toHaveScreenshot([name, 'patternhub.png']); | ^ 16 | }); 17 | }; 18 | at /__w/mono/mono/showcases/patternhub/tests/default.spec.ts:15:22
[chromium] › default.spec.ts:10:2 › divider › overview should match screenshot: showcases/patternhub/tests/default.spec.ts#L15
1) [chromium] › default.spec.ts:10:2 › divider › overview should match screenshot ──────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 11 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/divider/patternhub/divider-overview-should-match-screenshot.png Received: /__w/mono/mono/showcases/patternhub/test-results/default-divider-overview-should-match-screenshot-chromium-retry1/divider/patternhub-actual.png Diff: /__w/mono/mono/showcases/patternhub/test-results/default-divider-overview-should-match-screenshot-chromium-retry1/divider/patternhub-diff.png Call log: - expect.toHaveScreenshot(divider/patternhub.png) with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 11 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 - 11 pixels (ratio 0.01 of all image pixels) are different. 13 | }); 14 | await fn(page); > 15 | await expect(page).toHaveScreenshot([name, 'patternhub.png']); | ^ 16 | }); 17 | }; 18 | at /__w/mono/mono/showcases/patternhub/tests/default.spec.ts:15:22
test-showcase-patternhub / 🧪🎭 - patternhub:5/6
Process completed with exit code 1.
regenerate-snapshots-foundations / 🧪🎭 - Regenerate snapshots foundations
Process completed with exit code 1.
[chromium] › default.spec.ts:10:2 › switch › properties should match screenshot: showcases/patternhub/tests/default.spec.ts#L15
1) [chromium] › default.spec.ts:10:2 › switch › properties should match screenshot ─────────────── Error: expect(page).toHaveScreenshot(expected) 4964 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/switch/patternhub/switch-properties-should-match-screenshot.png Received: /__w/mono/mono/showcases/patternhub/test-results/default-switch-properties-should-match-screenshot-chromium/switch/patternhub-actual.png Diff: /__w/mono/mono/showcases/patternhub/test-results/default-switch-properties-should-match-screenshot-chromium/switch/patternhub-diff.png Call log: - expect.toHaveScreenshot(switch/patternhub.png) with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 4964 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 - 4964 pixels (ratio 0.01 of all image pixels) are different. 13 | }); 14 | await fn(page); > 15 | await expect(page).toHaveScreenshot([name, 'patternhub.png']); | ^ 16 | }); 17 | }; 18 | at /__w/mono/mono/showcases/patternhub/tests/default.spec.ts:15:22
[chromium] › default.spec.ts:10:2 › switch › properties should match screenshot: showcases/patternhub/tests/default.spec.ts#L15
1) [chromium] › default.spec.ts:10:2 › switch › properties should match screenshot ─────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 4964 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/switch/patternhub/switch-properties-should-match-screenshot.png Received: /__w/mono/mono/showcases/patternhub/test-results/default-switch-properties-should-match-screenshot-chromium-retry1/switch/patternhub-actual.png Diff: /__w/mono/mono/showcases/patternhub/test-results/default-switch-properties-should-match-screenshot-chromium-retry1/switch/patternhub-diff.png Call log: - expect.toHaveScreenshot(switch/patternhub.png) with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 4964 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 - 4964 pixels (ratio 0.01 of all image pixels) are different. 13 | }); 14 | await fn(page); > 15 | await expect(page).toHaveScreenshot([name, 'patternhub.png']); | ^ 16 | }); 17 | }; 18 | at /__w/mono/mono/showcases/patternhub/tests/default.spec.ts:15:22
[chromium] › default.spec.ts:10:2 › textarea › properties should match screenshot: showcases/patternhub/tests/default.spec.ts#L15
2) [chromium] › default.spec.ts:10:2 › textarea › properties should match screenshot ───────────── Error: expect(page).toHaveScreenshot(expected) 3257 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/textarea/patternhub/textarea-properties-should-match-screenshot.png Received: /__w/mono/mono/showcases/patternhub/test-results/default-textarea-properties-should-match-screenshot-chromium/textarea/patternhub-actual.png Diff: /__w/mono/mono/showcases/patternhub/test-results/default-textarea-properties-should-match-screenshot-chromium/textarea/patternhub-diff.png Call log: - expect.toHaveScreenshot(textarea/patternhub.png) with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 3257 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 - 3257 pixels (ratio 0.01 of all image pixels) are different. 13 | }); 14 | await fn(page); > 15 | await expect(page).toHaveScreenshot([name, 'patternhub.png']); | ^ 16 | }); 17 | }; 18 | at /__w/mono/mono/showcases/patternhub/tests/default.spec.ts:15:22
[chromium] › default.spec.ts:10:2 › textarea › properties should match screenshot: showcases/patternhub/tests/default.spec.ts#L15
2) [chromium] › default.spec.ts:10:2 › textarea › properties should match screenshot ───────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 3257 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/textarea/patternhub/textarea-properties-should-match-screenshot.png Received: /__w/mono/mono/showcases/patternhub/test-results/default-textarea-properties-should-match-screenshot-chromium-retry1/textarea/patternhub-actual.png Diff: /__w/mono/mono/showcases/patternhub/test-results/default-textarea-properties-should-match-screenshot-chromium-retry1/textarea/patternhub-diff.png Call log: - expect.toHaveScreenshot(textarea/patternhub.png) with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 3257 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 - 3257 pixels (ratio 0.01 of all image pixels) are different. 13 | }); 14 | await fn(page); > 15 | await expect(page).toHaveScreenshot([name, 'patternhub.png']); | ^ 16 | }); 17 | }; 18 | at /__w/mono/mono/showcases/patternhub/tests/default.spec.ts:15:22
[chromium] › default.spec.ts:10:2 › notification › overview should match screenshot: showcases/patternhub/tests/default.spec.ts#L15
3) [chromium] › default.spec.ts:10:2 › notification › overview should match screenshot ─────────── Error: expect(page).toHaveScreenshot(expected) 9 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/notification/patternhub/notification-overview-should-match-screenshot.png Received: /__w/mono/mono/showcases/patternhub/test-results/default-notification-overview-should-match-screenshot-chromium/notification/patternhub-actual.png Diff: /__w/mono/mono/showcases/patternhub/test-results/default-notification-overview-should-match-screenshot-chromium/notification/patternhub-diff.png Call log: - expect.toHaveScreenshot(notification/patternhub.png) with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 9 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 - 9 pixels (ratio 0.01 of all image pixels) are different. 13 | }); 14 | await fn(page); > 15 | await expect(page).toHaveScreenshot([name, 'patternhub.png']); | ^ 16 | }); 17 | }; 18 | at /__w/mono/mono/showcases/patternhub/tests/default.spec.ts:15:22
[chromium] › default.spec.ts:10:2 › notification › overview should match screenshot: showcases/patternhub/tests/default.spec.ts#L15
3) [chromium] › default.spec.ts:10:2 › notification › overview should match screenshot ─────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 9 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/notification/patternhub/notification-overview-should-match-screenshot.png Received: /__w/mono/mono/showcases/patternhub/test-results/default-notification-overview-should-match-screenshot-chromium-retry1/notification/patternhub-actual.png Diff: /__w/mono/mono/showcases/patternhub/test-results/default-notification-overview-should-match-screenshot-chromium-retry1/notification/patternhub-diff.png Call log: - expect.toHaveScreenshot(notification/patternhub.png) with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 9 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 - 9 pixels (ratio 0.01 of all image pixels) are different. 13 | }); 14 | await fn(page); > 15 | await expect(page).toHaveScreenshot([name, 'patternhub.png']); | ^ 16 | }); 17 | }; 18 | at /__w/mono/mono/showcases/patternhub/tests/default.spec.ts:15:22
[chromium] › default.spec.ts:10:2 › notification › properties should match screenshot: showcases/patternhub/tests/default.spec.ts#L15
4) [chromium] › default.spec.ts:10:2 › notification › properties should match screenshot ───────── Error: expect(page).toHaveScreenshot(expected) 4981 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/notification/patternhub/notification-properties-should-match-screenshot.png Received: /__w/mono/mono/showcases/patternhub/test-results/default-notification-properties-should-match-screenshot-chromium/notification/patternhub-actual.png Diff: /__w/mono/mono/showcases/patternhub/test-results/default-notification-properties-should-match-screenshot-chromium/notification/patternhub-diff.png Call log: - expect.toHaveScreenshot(notification/patternhub.png) with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 4981 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 - 4981 pixels (ratio 0.01 of all image pixels) are different. 13 | }); 14 | await fn(page); > 15 | await expect(page).toHaveScreenshot([name, 'patternhub.png']); | ^ 16 | }); 17 | }; 18 | at /__w/mono/mono/showcases/patternhub/tests/default.spec.ts:15:22
[chromium] › default.spec.ts:10:2 › notification › properties should match screenshot: showcases/patternhub/tests/default.spec.ts#L15
4) [chromium] › default.spec.ts:10:2 › notification › properties should match screenshot ───────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 4981 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/notification/patternhub/notification-properties-should-match-screenshot.png Received: /__w/mono/mono/showcases/patternhub/test-results/default-notification-properties-should-match-screenshot-chromium-retry1/notification/patternhub-actual.png Diff: /__w/mono/mono/showcases/patternhub/test-results/default-notification-properties-should-match-screenshot-chromium-retry1/notification/patternhub-diff.png Call log: - expect.toHaveScreenshot(notification/patternhub.png) with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 4981 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 - 4981 pixels (ratio 0.01 of all image pixels) are different. 13 | }); 14 | await fn(page); > 15 | await expect(page).toHaveScreenshot([name, 'patternhub.png']); | ^ 16 | }); 17 | }; 18 | at /__w/mono/mono/showcases/patternhub/tests/default.spec.ts:15:22
test-showcase-patternhub / 🧪🎭 - patternhub:4/6
Process completed with exit code 1.
test-showcase-patternhub / 🧪🎭 - patternhub:6/6
Process completed with exit code 1.
[chromium] › default.spec.ts:10:2 › navigation-item › properties should match screenshot: showcases/patternhub/tests/default.spec.ts#L15
1) [chromium] › default.spec.ts:10:2 › navigation-item › properties should match screenshot ────── Error: expect(page).toHaveScreenshot(expected) 6206 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/navigation-item/patternhub/navigation-item-properties-should-match-screenshot.png Received: /__w/mono/mono/showcases/patternhub/test-results/default-navigation-item-properties-should-match-screenshot-chromium/navigation-item/patternhub-actual.png Diff: /__w/mono/mono/showcases/patternhub/test-results/default-navigation-item-properties-should-match-screenshot-chromium/navigation-item/patternhub-diff.png Call log: - expect.toHaveScreenshot(navigation-item/patternhub.png) with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 6206 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 - 6206 pixels (ratio 0.01 of all image pixels) are different. 13 | }); 14 | await fn(page); > 15 | await expect(page).toHaveScreenshot([name, 'patternhub.png']); | ^ 16 | }); 17 | }; 18 | at /__w/mono/mono/showcases/patternhub/tests/default.spec.ts:15:22
[chromium] › default.spec.ts:10:2 › navigation-item › properties should match screenshot: showcases/patternhub/tests/default.spec.ts#L15
1) [chromium] › default.spec.ts:10:2 › navigation-item › properties should match screenshot ────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 6206 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/navigation-item/patternhub/navigation-item-properties-should-match-screenshot.png Received: /__w/mono/mono/showcases/patternhub/test-results/default-navigation-item-properties-should-match-screenshot-chromium-retry1/navigation-item/patternhub-actual.png Diff: /__w/mono/mono/showcases/patternhub/test-results/default-navigation-item-properties-should-match-screenshot-chromium-retry1/navigation-item/patternhub-diff.png Call log: - expect.toHaveScreenshot(navigation-item/patternhub.png) with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 6206 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 - 6206 pixels (ratio 0.01 of all image pixels) are different. 13 | }); 14 | await fn(page); > 15 | await expect(page).toHaveScreenshot([name, 'patternhub.png']); | ^ 16 | }); 17 | }; 18 | at /__w/mono/mono/showcases/patternhub/tests/default.spec.ts:15:22
test-showcase-stencil / 🧪🎭 - stencil-showcase:1/6
Process completed with exit code 1.
[chromium] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [chromium] › default.ts:79:2 › DBInput › should match screenshot ────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 9029 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/chromium/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-chromium/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-chromium/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 9072 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 - 9029 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[chromium] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [chromium] › default.ts:79:2 › DBInput › should match screenshot ────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 9029 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/chromium/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-chromium-retry1/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-chromium-retry1/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 9072 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 - 9029 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[chromium] › default.ts:79:2 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
2) [chromium] › default.ts:79:2 › DBSelect › should match screenshot ───────────────────────────── Error: expect(page).toHaveScreenshot(expected) 2077 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/chromium/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium/DBSelect-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2077 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 - 2077 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[chromium] › default.ts:79:2 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
2) [chromium] › default.ts:79:2 › DBSelect › should match screenshot ───────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 2077 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/chromium/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium-retry1/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium-retry1/DBSelect-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2077 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 - 2077 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[chromium] › default.ts:174:2 › DBAccordionItem › test with accessibility checker: showcases/e2e/default.ts#L210
3) [chromium] › default.ts:174:2 › DBAccordionItem › test with accessibility checker ───────────── Error: expect(received).toEqual(expected) // deep equality - Expected - 1 + Received + 37 - Array [] + Array [ + Object { + "apiArgs": Array [], + "bounds": Object { + "height": 64, + "left": 703, + "top": 1111, + "width": 120, + }, + "category": "Accessibility", + "help": "https://able.ibm.com/rules/archives/2024.11.13/doc/en-US/text_contrast_sufficient.html#%7B%22message%22%3A%22Text%20contrast%20of%203.52%20with%20its%20background%20is%20less%20than%20the%20WCAG%20AA%20minimum%20requirements%20for%20text%20of%20size%2016px%20and%20weight%20of%20400%22%2C%22snippet%22%3A%22%3Cdiv%3E%22%2C%22value%22%3A%5B%22VIOLATION%22%2C%22FAIL%22%5D%2C%22reasonId%22%3A%22fail_contrast%22%2C%22ruleId%22%3A%22text_contrast_sufficient%22%2C%22msgArgs%22%3A%5B%223.52%22%2C16%2C400%2C%22%2388898a%22%2C%22%23ffffff%22%2Cfalse%2Cfalse%5D%7D", + "ignored": false, + "level": "violation", + "message": "Text contrast of 3.52 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400", + "messageArgs": Array [ + "3.52", + 16, + 400, + "#88898a", + "#ffffff", + false, + false, + ], + "path": Object { + "aria": "/document[1]/main[1]/group[7]", + "dom": "/html[1]/body[1]/app-root[1]/db-page[1]/div[1]/main[1]/div[1]/app-accordion-item[1]/app-default-component[1]/div[1]/div[3]/db-card[1]/div[1]/div[1]/div[2]/db-accordion-item[1]/li[1]/details[1]/div[1]", + }, + "reasonId": "fail_contrast", + "ruleId": "text_contrast_sufficient", + "ruleTime": 0, + "snippet": "<div>", + "value": Array [ + "VIOLATION", + "FAIL", + ], + }, + ] 208 | } 209 | > 210 | expect(failures).toEqual([]); | ^ 211 | }); 212 | }; 213 | at /__w/mono/mono/showcases/e2e/default.ts:210:20
test-showcase-stencil / 🧪🎭 - stencil-showcase:6/6
Process completed with exit code 1.
[mobile_chrome] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [mobile_chrome] › default.ts:79:2 › DBInput › should match screenshot ───────────────────────── Error: expect(page).toHaveScreenshot(expected) Expected an image 393px by 4779px, received 393px by 4699px. 21256 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/mobile-chrome/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-mobile-chrome/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-mobile-chrome/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - Expected an image 393px by 4779px, received 393px by 4699px. 21275 pixels (ratio 0.02 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - Expected an image 393px by 4779px, received 393px by 4699px. 21256 pixels (ratio 0.02 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[mobile_chrome] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [mobile_chrome] › default.ts:79:2 › DBInput › should match screenshot ───────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) Expected an image 393px by 4779px, received 393px by 4699px. 21256 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/mobile-chrome/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-mobile-chrome-retry1/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-mobile-chrome-retry1/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - Expected an image 393px by 4779px, received 393px by 4699px. 21275 pixels (ratio 0.02 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - Expected an image 393px by 4779px, received 393px by 4699px. 21256 pixels (ratio 0.02 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[mobile_chrome] › default.ts:79:2 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
2) [mobile_chrome] › default.ts:79:2 › DBSelect › should match screenshot ──────────────────────── Error: expect(page).toHaveScreenshot(expected) 2077 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/mobile-chrome/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-mobile-chrome/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-mobile-chrome/DBSelect-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2077 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 - 2077 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[mobile_chrome] › default.ts:79:2 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
2) [mobile_chrome] › default.ts:79:2 › DBSelect › should match screenshot ──────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 2077 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/mobile-chrome/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-mobile-chrome-retry1/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-mobile-chrome-retry1/DBSelect-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2077 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 - 2077 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[chromium-highContrast] › default.ts:79:2 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
1) [chromium-highContrast] › default.ts:79:2 › DBSelect › should match screenshot ──────────────── Error: expect(page).toHaveScreenshot(expected) 2717 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/chromium-highContrast/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium-highContrast/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium-highContrast/DBSelect-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2717 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 - 2717 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[chromium-highContrast] › default.ts:79:2 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
1) [chromium-highContrast] › default.ts:79:2 › DBSelect › should match screenshot ──────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 2717 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/chromium-highContrast/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium-highContrast-retry1/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium-highContrast-retry1/DBSelect-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2717 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 - 2717 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[firefox] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
2) [firefox] › default.ts:79:2 › DBInput › should match screenshot ─────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 778 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/firefox/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-firefox/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-firefox/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 778 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 - 778 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[firefox] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
2) [firefox] › default.ts:79:2 › DBInput › should match screenshot ─────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 778 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/firefox/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-firefox-retry1/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-firefox-retry1/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 778 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 - 778 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[chromium-highContrast] › default.ts:79:2 › DBTag › should match screenshot: showcases/e2e/default.ts#L111
3) [chromium-highContrast] › default.ts:79:2 › DBTag › should match screenshot ─────────────────── Error: expect(page).toHaveScreenshot(expected) Expected an image 1280px by 3291px, received 1280px by 3307px. 20480 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/tag/showcase/chromium-highContrast/DBTag-should-match-screenshot-1/DBTag-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/tag-tag-snapshot-DBTag-should-match-screenshot-chromium-highContrast/DBTag-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/tag-tag-snapshot-DBTag-should-match-screenshot-chromium-highContrast/DBTag-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - Expected an image 1280px by 3291px, received 1280px by 3307px. 20480 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 - Expected an image 1280px by 3291px, received 1280px by 3307px. 20480 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
test-showcase-stencil / 🧪🎭 - stencil-showcase:3/6
Process completed with exit code 1.
test-showcase-stencil / 🧪🎭 - stencil-showcase:2/6
Process completed with exit code 1.
[chromium-highContrast] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [chromium-highContrast] › default.ts:79:2 › DBInput › should match screenshot ───────────────── Error: expect(page).toHaveScreenshot(expected) 7964 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/chromium-highContrast/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-chromium-highContrast/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-chromium-highContrast/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 7964 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 - 7964 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[chromium-highContrast] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [chromium-highContrast] › default.ts:79:2 › DBInput › should match screenshot ───────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 7964 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/chromium-highContrast/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-chromium-highContrast-retry1/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-chromium-highContrast-retry1/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 7964 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 - 7964 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[chromium-highContrast] › default.ts:79:2 › DBNotification › should match screenshot: showcases/e2e/default.ts#L111
2) [chromium-highContrast] › default.ts:79:2 › DBNotification › should match screenshot ────────── Error: expect(page).toHaveScreenshot(expected) 129 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/notification/showcase/chromium-highContrast/DBNotification-should-match-screenshot-1/DBNotification-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/notification-notification--533fc-ion-should-match-screenshot-chromium-highContrast/DBNotification-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/notification-notification--533fc-ion-should-match-screenshot-chromium-highContrast/DBNotification-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 129 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 - 129 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[chromium-highContrast] › default.ts:79:2 › DBNotification › should match screenshot: showcases/e2e/default.ts#L111
2) [chromium-highContrast] › default.ts:79:2 › DBNotification › should match screenshot ────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 129 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/notification/showcase/chromium-highContrast/DBNotification-should-match-screenshot-1/DBNotification-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/notification-notification--533fc-ion-should-match-screenshot-chromium-highContrast-retry1/DBNotification-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/notification-notification--533fc-ion-should-match-screenshot-chromium-highContrast-retry1/DBNotification-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 129 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 - 129 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[chromium-highContrast] › default.ts:79:2 › DBAccordionItem › should match screenshot: showcases/e2e/default.ts#L111
3) [chromium-highContrast] › default.ts:79:2 › DBAccordionItem › should match screenshot ───────── Error: expect(page).toHaveScreenshot(expected) Expected an image 1280px by 1661px, received 1280px by 1677px. 20480 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/chromium-highContrast/DBAccordionItem-should-match-screenshot-1/DBAccordionItem-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-chromium-highContrast/DBAccordionItem-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-chromium-highContrast/DBAccordionItem-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - Expected an image 1280px by 1661px, received 1280px by 1677px. 20480 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 - Expected an image 1280px by 1661px, received 1280px by 1677px. 20480 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[chromium-highContrast] › default.ts:79:2 › DBDrawer › should match screenshot: showcases/e2e/default.ts#L111
4) [chromium-highContrast] › default.ts:79:2 › DBDrawer › should match screenshot ──────────────── Error: expect(page).toHaveScreenshot(expected) Expected an image 1280px by 2965px, received 1280px by 2981px. 20480 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/drawer/showcase/chromium-highContrast/DBDrawer-should-match-screenshot-1/DBDrawer-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-chromium-highContrast/DBDrawer-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-chromium-highContrast/DBDrawer-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - Expected an image 1280px by 2965px, received 1280px by 2981px. 20480 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 - Expected an image 1280px by 2965px, received 1280px by 2981px. 20480 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
test-showcase-stencil / 🧪🎭 - stencil-showcase:4/6
Process completed with exit code 1.
[firefox] › default.ts:79:2 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
1) [firefox] › default.ts:79:2 › DBSelect › should match screenshot ────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 2078 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/firefox/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-firefox/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-firefox/DBSelect-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2078 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 - 2078 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[firefox] › default.ts:79:2 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
1) [firefox] › default.ts:79:2 › DBSelect › should match screenshot ────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 2078 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/firefox/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-firefox-retry1/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-firefox-retry1/DBSelect-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2078 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 - 2078 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[webkit] › default.ts:79:2 › DBAccordion › should match screenshot: showcases/e2e/default.ts#L111
2) [webkit] › default.ts:79:2 › DBAccordion › should match screenshot ──────────────────────────── Error: expect(page).toHaveScreenshot(expected) Expected an image 1280px by 1737px, received 1280px by 1753px. Expected: /__w/mono/mono/__snapshots__/accordion/showcase/webkit/DBAccordion-should-match-screenshot-1/DBAccordion-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-webkit/DBAccordion-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-webkit/DBAccordion-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - Expected an image 1280px by 1737px, received 1280px by 1753px. - 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 1737px, received 1280px by 1753px. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[webkit] › default.ts:79:2 › DBButton › should match screenshot: showcases/e2e/default.ts#L111
3) [webkit] › default.ts:79:2 › DBButton › should match screenshot ─────────────────────────────── Error: expect(page).toHaveScreenshot(expected) Expected an image 1280px by 2630px, received 1280px by 2662px. Expected: /__w/mono/mono/__snapshots__/button/showcase/webkit/DBButton-should-match-screenshot-1/DBButton-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-webkit/DBButton-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-webkit/DBButton-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - Expected an image 1280px by 2630px, received 1280px by 2662px. - 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 2630px, received 1280px by 2662px. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[webkit] › default.ts:79:2 › DBCheckbox › should match screenshot: showcases/e2e/default.ts#L111
4) [webkit] › default.ts:79:2 › DBCheckbox › should match screenshot ───────────────────────────── Error: expect(page).toHaveScreenshot(expected) Expected an image 1280px by 2630px, received 1280px by 2646px. Expected: /__w/mono/mono/__snapshots__/checkbox/showcase/webkit/DBCheckbox-should-match-screenshot-1/DBCheckbox-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-webkit/DBCheckbox-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-webkit/DBCheckbox-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - Expected an image 1280px by 2630px, received 1280px by 2646px. - 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 2630px, received 1280px by 2646px. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[webkit] › default.ts:79:2 › DBDrawer › should match screenshot: showcases/e2e/default.ts#L111
5) [webkit] › default.ts:79:2 › DBDrawer › should match screenshot ─────────────────────────────── Error: expect(page).toHaveScreenshot(expected) Expected an image 1280px by 2955px, received 1280px by 2987px. Expected: /__w/mono/mono/__snapshots__/drawer/showcase/webkit/DBDrawer-should-match-screenshot-1/DBDrawer-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-webkit/DBDrawer-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-webkit/DBDrawer-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - Expected an image 1280px by 2955px, received 1280px by 2987px. 114599 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 - 114599 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 2955px, received 1280px by 2987px. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[webkit] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [webkit] › default.ts:79:2 › DBInput › should match screenshot ──────────────────────────────── Error: expect(page).toHaveScreenshot(expected) Expected an image 1280px by 3615px, received 1280px by 3647px. 15497 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/webkit/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-webkit/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-webkit/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - Expected an image 1280px by 3615px, received 1280px by 3647px. 15497 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 - Expected an image 1280px by 3615px, received 1280px by 3647px. 15497 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[webkit] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [webkit] › default.ts:79:2 › DBInput › should match screenshot ──────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 15497 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/webkit/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-webkit-retry1/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-webkit-retry1/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 15497 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 - 15497 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[webkit] › default.ts:79:2 › DBNotification › should match screenshot: showcases/e2e/default.ts#L111
2) [webkit] › default.ts:79:2 › DBNotification › should match screenshot ───────────────────────── Error: expect(page).toHaveScreenshot(expected) Expected an image 1280px by 3393px, received 1280px by 3409px. 33527 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/notification/showcase/webkit/DBNotification-should-match-screenshot-1/DBNotification-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/notification-notification--533fc-ion-should-match-screenshot-webkit/DBNotification-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/notification-notification--533fc-ion-should-match-screenshot-webkit/DBNotification-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - Expected an image 1280px by 3393px, received 1280px by 3409px. 33527 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 - Expected an image 1280px by 3393px, received 1280px by 3409px. 33527 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[webkit] › default.ts:79:2 › DBNotification › should match screenshot: showcases/e2e/default.ts#L111
2) [webkit] › default.ts:79:2 › DBNotification › should match screenshot ───────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 33527 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/notification/showcase/webkit/DBNotification-should-match-screenshot-1/DBNotification-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/notification-notification--533fc-ion-should-match-screenshot-webkit-retry1/DBNotification-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/notification-notification--533fc-ion-should-match-screenshot-webkit-retry1/DBNotification-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 33527 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 - 33527 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[webkit] › default.ts:79:2 › DBTabItem › should match screenshot: showcases/e2e/default.ts#L111
3) [webkit] › default.ts:79:2 › DBTabItem › should match screenshot ────────────────────────────── Error: expect(page).toHaveScreenshot(expected) Expected an image 1280px by 2305px, received 1280px by 2321px. 5391 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/tab-item/showcase/webkit/DBTabItem-should-match-screenshot-1/DBTabItem-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/tab-item-tab-item-snapshot-DBTabItem-should-match-screenshot-webkit/DBTabItem-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/tab-item-tab-item-snapshot-DBTabItem-should-match-screenshot-webkit/DBTabItem-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - Expected an image 1280px by 2305px, received 1280px by 2321px. 5391 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 - Expected an image 1280px by 2305px, received 1280px by 2321px. 5391 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[webkit] › default.ts:79:2 › DBTabItem › should match screenshot: showcases/e2e/default.ts#L111
3) [webkit] › default.ts:79:2 › DBTabItem › should match screenshot ────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 5391 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/tab-item/showcase/webkit/DBTabItem-should-match-screenshot-1/DBTabItem-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/tab-item-tab-item-snapshot-DBTabItem-should-match-screenshot-webkit-retry1/DBTabItem-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/tab-item-tab-item-snapshot-DBTabItem-should-match-screenshot-webkit-retry1/DBTabItem-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 5391 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 - 5391 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[webkit] › default.ts:79:2 › DBPopover › should match screenshot: showcases/e2e/default.ts#L111
4) [webkit] › default.ts:79:2 › DBPopover › should match screenshot ────────────────────────────── Error: expect(page).toHaveScreenshot(expected) Expected an image 1280px by 2630px, received 1280px by 2646px. Expected: /__w/mono/mono/__snapshots__/popover/showcase/webkit/DBPopover-should-match-screenshot-1/DBPopover-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/popover-popover-snapshot-DBPopover-should-match-screenshot-webkit/DBPopover-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/popover-popover-snapshot-DBPopover-should-match-screenshot-webkit/DBPopover-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - Expected an image 1280px by 2630px, received 1280px by 2646px. - 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 2630px, received 1280px by 2646px. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[webkit] › default.ts:79:2 › DBRadio › should match screenshot: showcases/e2e/default.ts#L111
5) [webkit] › default.ts:79:2 › DBRadio › should match screenshot ──────────────────────────────── Error: expect(page).toHaveScreenshot(expected) Expected an image 1280px by 2630px, received 1280px by 2646px. Expected: /__w/mono/mono/__snapshots__/radio/showcase/webkit/DBRadio-should-match-screenshot-1/DBRadio-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/radio-radio-snapshot-DBRadio-should-match-screenshot-webkit/DBRadio-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/radio-radio-snapshot-DBRadio-should-match-screenshot-webkit/DBRadio-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - Expected an image 1280px by 2630px, received 1280px by 2646px. - 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 2630px, received 1280px by 2646px. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[webkit] › default.ts:79:2 › DBSection › should match screenshot: showcases/e2e/default.ts#L111
6) [webkit] › default.ts:79:2 › DBSection › should match screenshot ────────────────────────────── Error: expect(page).toHaveScreenshot(expected) Expected an image 1280px by 2593px, received 1280px by 2609px. Expected: /__w/mono/mono/__snapshots__/section/showcase/webkit/DBSection-should-match-screenshot-1/DBSection-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/section-section-snapshot-DBSection-should-match-screenshot-webkit/DBSection-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/section-section-snapshot-DBSection-should-match-screenshot-webkit/DBSection-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - Expected an image 1280px by 2593px, received 1280px by 2609px. - 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 2593px, received 1280px by 2609px. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[webkit] › default.ts:79:2 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
7) [webkit] › default.ts:79:2 › DBSelect › should match screenshot ─────────────────────────────── Error: expect(page).toHaveScreenshot(expected) Expected an image 1280px by 2955px, received 1280px by 2971px. Expected: /__w/mono/mono/__snapshots__/select/showcase/webkit/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-webkit/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-webkit/DBSelect-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - Expected an image 1280px by 2955px, received 1280px by 2971px. - 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 2955px, received 1280px by 2971px. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
test-showcase-stencil / 🧪🎭 - stencil-showcase:5/6
Process completed with exit code 1.
checks-done
Process completed with exit code 1.
test-foundations / 🧪🎭 - foundations
No files were found with the provided path: ./packages/foundations/test-results. No artifacts will be uploaded.
test-showcase-vue / 🧪🎭 - vue-showcase:5/6
No files were found with the provided path: ./showcases/-showcase/results. No artifacts will be uploaded.
test-showcase-vue / 🧪🎭 - vue-showcase:1/6
No files were found with the provided path: ./showcases/-showcase/results. No artifacts will be uploaded.
test-showcase-vue / 🧪🎭 - vue-showcase:6/6
No files were found with the provided path: ./showcases/-showcase/results. No artifacts will be uploaded.
test-showcase-vue / 🧪🎭 - vue-showcase:2/6
No files were found with the provided path: ./showcases/-showcase/results. No artifacts will be uploaded.
test-showcase-react / 🧪🎭 - react-showcase:5/6
No files were found with the provided path: ./showcases/-showcase/results. No artifacts will be uploaded.
test-showcase-vue / 🧪🎭 - vue-showcase:4/6
No files were found with the provided path: ./showcases/-showcase/results. No artifacts will be uploaded.
test-showcase-react / 🧪🎭 - react-showcase:1/6
No files were found with the provided path: ./showcases/-showcase/results. No artifacts will be uploaded.
test-showcase-angular / 🧪🎭 - angular-showcase:5/6
No files were found with the provided path: ./showcases/-showcase/results. No artifacts will be uploaded.
test-showcase-react / 🧪🎭 - react-showcase:2/6
No files were found with the provided path: ./showcases/-showcase/results. No artifacts will be uploaded.
test-showcase-react / 🧪🎭 - react-showcase:6/6
No files were found with the provided path: ./showcases/-showcase/results. No artifacts will be uploaded.
test-showcase-vue / 🧪🎭 - vue-showcase:3/6
No files were found with the provided path: ./showcases/-showcase/results. No artifacts will be uploaded.
test-showcase-angular / 🧪🎭 - angular-showcase:6/6
No files were found with the provided path: ./showcases/-showcase/results. No artifacts will be uploaded.
test-showcase-react / 🧪🎭 - react-showcase:4/6
No files were found with the provided path: ./showcases/-showcase/results. No artifacts will be uploaded.
test-showcase-angular / 🧪🎭 - angular-showcase:1/6
No files were found with the provided path: ./showcases/-showcase/results. No artifacts will be uploaded.
test-showcase-react / 🧪🎭 - react-showcase:3/6
No files were found with the provided path: ./showcases/-showcase/results. No artifacts will be uploaded.
test-showcase-angular / 🧪🎭 - angular-showcase:2/6
No files were found with the provided path: ./showcases/-showcase/results. No artifacts will be uploaded.
test-showcase-angular / 🧪🎭 - angular-showcase:4/6
No files were found with the provided path: ./showcases/-showcase/results. No artifacts will be uploaded.
test-showcase-angular / 🧪🎭 - angular-showcase:3/6
No files were found with the provided path: ./showcases/-showcase/results. No artifacts will be uploaded.
test-showcase-patternhub / 🧪🎭 - patternhub:2/6
No files were found with the provided path: ./showcases/-showcase/results. No artifacts will be uploaded.
test-showcase-patternhub / 🧪🎭 - patternhub:1/6
No files were found with the provided path: ./showcases/-showcase/results. No artifacts will be uploaded.
test-showcase-patternhub / 🧪🎭 - patternhub:3/6
No files were found with the provided path: ./showcases/-showcase/results. No artifacts will be uploaded.
test-showcase-patternhub / 🧪🎭 - patternhub:5/6
No files were found with the provided path: ./showcases/-showcase/results. No artifacts will be uploaded.
test-showcase-patternhub / 🧪🎭 - patternhub:4/6
No files were found with the provided path: ./showcases/-showcase/results. No artifacts will be uploaded.
test-showcase-patternhub / 🧪🎭 - patternhub:6/6
No files were found with the provided path: ./showcases/-showcase/results. No artifacts will be uploaded.
test-showcase-stencil / 🧪🎭 - stencil-showcase:1/6
No files were found with the provided path: ./showcases/-showcase/results. No artifacts will be uploaded.
test-showcase-stencil / 🧪🎭 - stencil-showcase:6/6
No files were found with the provided path: ./showcases/-showcase/results. No artifacts will be uploaded.
test-showcase-stencil / 🧪🎭 - stencil-showcase:3/6
No files were found with the provided path: ./showcases/-showcase/results. No artifacts will be uploaded.
test-showcase-stencil / 🧪🎭 - stencil-showcase:2/6
No files were found with the provided path: ./showcases/-showcase/results. No artifacts will be uploaded.
Slow Test: [chromium] › default.ts#L1
[chromium] › default.ts took 45.1s
test-showcase-stencil / 🧪🎭 - stencil-showcase:4/6
No files were found with the provided path: ./showcases/-showcase/results. No artifacts will be uploaded.
Slow Test: [mobile_chrome] › default.ts#L1
[mobile_chrome] › default.ts took 15.0s
test-showcase-stencil / 🧪🎭 - stencil-showcase:5/6
No files were found with the provided path: ./showcases/-showcase/results. No artifacts will be uploaded.
🎭 Playwright Run Summary
7 failed [chromium] › infotext/infotext.spec.tsx:16:6 › DBInfotext › should match screenshot ──────────── [chromium] › infotext/infotext.spec.tsx:24:7 › DBInfotext › should match screenshot for semantic critical [chromium] › infotext/infotext.spec.tsx:24:7 › DBInfotext › should match screenshot for semantic informational [chromium] › infotext/infotext.spec.tsx:24:7 › DBInfotext › should match screenshot for semantic warning [chromium] › notification/notification.spec.tsx:23:7 › DBNotification › should match screenshot for semantic informational [chromium] › notification/notification.spec.tsx:23:7 › DBNotification › should match screenshot for semantic warning [chromium] › select/select.spec.tsx:21:6 › DBSelect › should match screenshot ────────────────── 3 skipped 137 passed (50.1s)
🎭 Playwright Run Summary
7 failed [mobile_chrome] › infotext/infotext.spec.tsx:16:6 › DBInfotext › should match screenshot ─────── [mobile_chrome] › infotext/infotext.spec.tsx:24:7 › DBInfotext › should match screenshot for semantic critical [mobile_chrome] › infotext/infotext.spec.tsx:24:7 › DBInfotext › should match screenshot for semantic informational [mobile_chrome] › infotext/infotext.spec.tsx:24:7 › DBInfotext › should match screenshot for semantic warning [mobile_chrome] › notification/notification.spec.tsx:23:7 › DBNotification › should match screenshot for semantic informational [mobile_chrome] › notification/notification.spec.tsx:23:7 › DBNotification › should match screenshot for semantic warning [mobile_chrome] › select/select.spec.tsx:21:6 › DBSelect › should match screenshot ───────────── 3 skipped 137 passed (48.5s)
🎭 Playwright Run Summary
7 failed [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] › notification/notification.spec.tsx:23:3 › DBNotification › should match screenshot for semantic informational [mobile_chrome] › notification/notification.spec.tsx:23:3 › DBNotification › should match screenshot for semantic warning [mobile_chrome] › select/select.spec.tsx:21:2 › DBSelect › should match screenshot ───────────── 3 skipped 137 passed (50.9s)
🎭 Playwright Run Summary
7 failed [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] › notification/notification.spec.tsx:23:3 › DBNotification › should match screenshot for semantic informational [chromium] › notification/notification.spec.tsx:23:3 › DBNotification › should match screenshot for semantic warning [chromium] › select/select.spec.tsx:21:2 › DBSelect › should match screenshot ────────────────── 3 skipped 137 passed (51.0s)
🎭 Playwright Run Summary
7 failed [firefox] › brand/brand.spec.tsx:15:6 › DBBrand › should match screenshot ────────────────────── [firefox] › infotext/infotext.spec.tsx:16:6 › DBInfotext › should match screenshot ───────────── [firefox] › infotext/infotext.spec.tsx:24:7 › DBInfotext › should match screenshot for semantic informational [firefox] › notification/notification.spec.tsx:23:7 › DBNotification › should match screenshot for semantic critical [firefox] › notification/notification.spec.tsx:23:7 › DBNotification › should match screenshot for semantic informational [firefox] › notification/notification.spec.tsx:23:7 › DBNotification › should match screenshot for semantic warning [firefox] › select/select.spec.tsx:21:6 › DBSelect › should match screenshot ─────────────────── 3 skipped 137 passed (1.7m)
🎭 Playwright Run Summary
7 failed [firefox] › brand/brand.spec.tsx:15:2 › DBBrand › 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 informational [firefox] › notification/notification.spec.tsx:23:3 › DBNotification › should match screenshot for semantic critical [firefox] › notification/notification.spec.tsx:23:3 › DBNotification › should match screenshot for semantic informational [firefox] › notification/notification.spec.tsx:23:3 › DBNotification › should match screenshot for semantic warning [firefox] › select/select.spec.tsx:21:2 › DBSelect › should match screenshot ─────────────────── 3 skipped 137 passed (1.8m)
🎭 Playwright Run Summary
2 failed [mobile_chrome] › default.ts:79:2 › DBInput › should match screenshot ────────────────────────── [mobile_chrome] › default.ts:79:2 › DBSelect › should match screenshot ───────────────────────── 49 skipped 118 passed (2.1m)
🎭 Playwright Run Summary
2 failed [chromium] › default.ts:79:2 › DBInput › should match screenshot ─────────────────────────────── [chromium] › default.ts:79:2 › DBSelect › should match screenshot ────────────────────────────── 167 passed (3.8m)
🎭 Playwright Run Summary
3 failed [mobile_safari] › default.ts:79:2 › DBInput › should match screenshot ────────────────────────── [mobile_safari] › default.ts:79:2 › DBNotification › should match screenshot ─────────────────── [mobile_safari] › default.ts:79:2 › DBTabItem › should match screenshot ──────────────────────── 49 skipped 117 passed (3.7m)
🎭 Playwright Run Summary
3 failed [chromium-highContrast] › default.ts:79:2 › DBInput › should match screenshot ────────────────── [chromium-highContrast] › default.ts:79:2 › DBNotification › should match screenshot ─────────── [chromium-highContrast] › default.ts:79:2 › DBSelect › should match screenshot ───────────────── 166 passed (4.1m)
🎭 Playwright Run Summary
2 failed [mobile_chrome] › default.ts:79:2 › DBInput › should match screenshot ────────────────────────── [mobile_chrome] › default.ts:79:2 › DBSelect › should match screenshot ───────────────────────── 49 skipped 118 passed (2.2m)
🎭 Playwright Run Summary
3 failed [webkit] › default.ts:79:2 › DBInput › should match screenshot ───────────────────────────────── [webkit] › default.ts:79:2 › DBNotification › should match screenshot ────────────────────────── [webkit] › default.ts:79:2 › DBTabItem › should match screenshot ─────────────────────────────── 1 flaky [webkit] › default.ts:219:2 › DBTabs › should have same aria-snapshot ────────────────────────── 49 skipped 116 passed (4.7m)
🎭 Playwright Run Summary
2 failed [chromium] › default.ts:79:2 › DBInput › should match screenshot ─────────────────────────────── [chromium] › default.ts:79:2 › DBSelect › should match screenshot ────────────────────────────── 167 passed (3.9m)
🎭 Playwright Run Summary
2 failed [mobile_chrome] › default.ts:79:2 › DBInput › should match screenshot ────────────────────────── [mobile_chrome] › default.ts:79:2 › DBSelect › should match screenshot ───────────────────────── 63 skipped 104 passed (2.1m)
🎭 Playwright Run Summary
3 failed [chromium-highContrast] › default.ts:79:2 › DBInput › should match screenshot ────────────────── [chromium-highContrast] › default.ts:79:2 › DBNotification › should match screenshot ─────────── [chromium-highContrast] › default.ts:79:2 › DBSelect › should match screenshot ───────────────── 166 passed (4.3m)
🎭 Playwright Run Summary
3 failed [mobile_safari] › default.ts:79:2 › DBInput › should match screenshot ────────────────────────── [mobile_safari] › default.ts:79:2 › DBNotification › should match screenshot ─────────────────── [mobile_safari] › default.ts:79:2 › DBTabItem › should match screenshot ──────────────────────── 49 skipped 117 passed (3.6m)
🎭 Playwright Run Summary
2 failed [firefox] › default.ts:79:2 › DBInput › should match screenshot ──────────────────────────────── [firefox] › default.ts:79:2 › DBSelect › should match screenshot ─────────────────────────────── 49 skipped 118 passed (6.0m)
🎭 Playwright Run Summary
3 failed [mobile_safari] › default.ts:79:2 › DBInput › should match screenshot ────────────────────────── [mobile_safari] › default.ts:79:2 › DBNotification › should match screenshot ─────────────────── [mobile_safari] › default.ts:79:2 › DBTabItem › should match screenshot ──────────────────────── 63 skipped 103 passed (3.7m)
🎭 Playwright Run Summary
3 failed [webkit] › default.ts:79:2 › DBInput › should match screenshot ───────────────────────────────── [webkit] › default.ts:79:2 › DBNotification › should match screenshot ────────────────────────── [webkit] › default.ts:79:2 › DBTabItem › should match screenshot ─────────────────────────────── 49 skipped 117 passed (4.6m)
🎭 Playwright Run Summary
2 failed [chromium] › default.ts:79:2 › DBInput › should match screenshot ─────────────────────────────── [chromium] › default.ts:79:2 › DBSelect › should match screenshot ────────────────────────────── 14 skipped 153 passed (4.4m)
🎭 Playwright Run Summary
2 failed [firefox] › default.ts:79:2 › DBInput › should match screenshot ──────────────────────────────── [firefox] › default.ts:79:2 › DBSelect › should match screenshot ─────────────────────────────── 49 skipped 118 passed (6.0m)
🎭 Playwright Run Summary
2 failed [chromium-highContrast] › default.ts:79:2 › DBInput › should match screenshot ────────────────── [chromium-highContrast] › default.ts:79:2 › DBSelect › should match screenshot ───────────────── 14 skipped 153 passed (4.4m)
🎭 Playwright Run Summary
3 failed [webkit] › default.ts:79:2 › DBInput › should match screenshot ───────────────────────────────── [webkit] › default.ts:79:2 › DBNotification › should match screenshot ────────────────────────── [webkit] › default.ts:79:2 › DBTabItem › should match screenshot ─────────────────────────────── 63 skipped 103 passed (4.5m)
🎭 Playwright Run Summary
1 failed [firefox] › default.ts:79:2 › DBSelect › should match screenshot ─────────────────────────────── 63 skipped 105 passed (5.0m)
🎭 Playwright Run Summary
2 failed [chromium] › default.spec.ts:10:2 › infotext › properties should match screenshot ────────────── [chromium] › default.spec.ts:10:2 › tag › properties should match screenshot ─────────────────── 12 passed (14.5s)
🎭 Playwright Run Summary
3 failed [chromium] › default.spec.ts:10:2 › button › properties should match screenshot ──────────────── [chromium] › default.spec.ts:10:2 › brand › properties should match screenshot ───────────────── [chromium] › default.spec.ts:10:2 › infotext › overview should match screenshot ──────────────── 11 passed (16.5s)
🎭 Playwright Run Summary
3 failed [chromium] › default.spec.ts:10:2 › tab-item › properties should match screenshot ────────────── [chromium] › default.spec.ts:10:2 › checkbox › properties should match screenshot ────────────── [chromium] › default.spec.ts:10:2 › input › properties should match screenshot ───────────────── 11 passed (17.6s)
🎭 Playwright Run Summary
1 failed [chromium] › default.spec.ts:10:2 › divider › overview should match screenshot ───────────────── 12 passed (11.4s)
🎭 Playwright Run Summary
4 failed [chromium] › default.spec.ts:10:2 › switch › properties should match screenshot ──────────────── [chromium] › default.spec.ts:10:2 › textarea › properties should match screenshot ────────────── [chromium] › default.spec.ts:10:2 › notification › overview should match screenshot ──────────── [chromium] › default.spec.ts:10:2 › notification › properties should match screenshot ────────── 9 passed (20.8s)
🎭 Playwright Run Summary
1 failed [chromium] › default.spec.ts:10:2 › navigation-item › properties should match screenshot ─────── 12 passed (12.0s)
🎭 Playwright Run Summary
2 failed [chromium] › default.ts:79:2 › DBInput › should match screenshot ─────────────────────────────── [chromium] › default.ts:79:2 › DBSelect › should match screenshot ────────────────────────────── 1 flaky [chromium] › default.ts:174:2 › DBAccordionItem › test with accessibility checker ────────────── 20 skipped 118 passed (3.6m)
🎭 Playwright Run Summary
2 failed [mobile_chrome] › default.ts:79:2 › DBInput › should match screenshot ────────────────────────── [mobile_chrome] › default.ts:79:2 › DBSelect › should match screenshot ───────────────────────── 59 skipped 79 passed (1.7m)
🎭 Playwright Run Summary
2 failed [chromium-highContrast] › default.ts:79:2 › DBSelect › should match screenshot ───────────────── [firefox] › default.ts:79:2 › DBInput › should match screenshot ──────────────────────────────── 1 flaky [chromium-highContrast] › default.ts:79:2 › DBTag › should match screenshot ──────────────────── 40 skipped 98 passed (3.4m)
🎭 Playwright Run Summary
2 failed [chromium-highContrast] › default.ts:79:2 › DBInput › should match screenshot ────────────────── [chromium-highContrast] › default.ts:79:2 › DBNotification › should match screenshot ─────────── 2 flaky [chromium-highContrast] › default.ts:79:2 › DBAccordionItem › should match screenshot ────────── [chromium-highContrast] › default.ts:79:2 › DBDrawer › should match screenshot ───────────────── 22 skipped 115 passed (3.6m)
🎭 Playwright Run Summary
1 failed [firefox] › default.ts:79:2 › DBSelect › should match screenshot ─────────────────────────────── 4 flaky [webkit] › default.ts:79:2 › DBAccordion › should match screenshot ───────────────────────────── [webkit] › default.ts:79:2 › DBButton › should match screenshot ──────────────────────────────── [webkit] › default.ts:79:2 › DBCheckbox › should match screenshot ────────────────────────────── [webkit] › default.ts:79:2 › DBDrawer › should match screenshot ──────────────────────────────── 57 skipped 79 passed (3.2m)
🎭 Playwright Run Summary
3 failed [webkit] › default.ts:79:2 › DBInput › should match screenshot ───────────────────────────────── [webkit] › default.ts:79:2 › DBNotification › should match screenshot ────────────────────────── [webkit] › default.ts:79:2 › DBTabItem › should match screenshot ─────────────────────────────── 7 flaky [webkit] › default.ts:79:2 › DBPopover › should match screenshot ─────────────────────────────── [webkit] › default.ts:79:2 › DBRadio › should match screenshot ───────────────────────────────── [webkit] › default.ts:79:2 › DBSection › should match screenshot ─────────────────────────────── [webkit] › default.ts:79:2 › DBSelect › should match screenshot ──────────────────────────────── [webkit] › default.ts:79:2 › DBTag › should match screenshot ─────────────────────────────────── [webkit] › default.ts:79:2 › DBTextarea › should match screenshot ────────────────────────────── [webkit] › default.ts:79:2 › DBTooltip › should match screenshot ─────────────────────────────── 59 skipped 72 passed (3.7m)

Artifacts

Produced during runtime
Name Size
angular-showcase-playwright-results-1
2.13 MB
angular-showcase-playwright-results-2
2.09 MB
angular-showcase-playwright-results-3
1.12 MB
angular-showcase-playwright-results-4
4.85 MB
angular-showcase-playwright-results-5
2.08 MB
angular-showcase-playwright-results-6
4.8 MB
db-ui-angular-showcase
875 KB
db-ui-angular-ssr-showcase
1.59 MB
db-ui-components-build
348 KB
db-ui-foundations-build
256 KB
db-ui-next-showcase
948 KB
db-ui-nuxt-showcase
1.4 MB
db-ui-output
390 KB
db-ui-outputs
14.3 MB
db-ui-patternhub
3.14 MB
db-ui-react-showcase
790 KB
db-ui-stencil-showcase
841 KB
db-ui-vue-showcase
754 KB
patternhub-playwright-results-1
1.39 MB
patternhub-playwright-results-2
1.03 MB
patternhub-playwright-results-3
1.38 MB
patternhub-playwright-results-4
1.91 MB
patternhub-playwright-results-5
414 KB
patternhub-playwright-results-6
531 KB
react-components-playwright-results-1
1020 KB
react-components-playwright-results-2
1.19 MB
react-components-playwright-results-3
1020 KB
react-showcase-playwright-results-1
2.12 MB
react-showcase-playwright-results-2
3.69 MB
react-showcase-playwright-results-3
2.68 MB
react-showcase-playwright-results-4
4.68 MB
react-showcase-playwright-results-5
1.99 MB
react-showcase-playwright-results-6
4.62 MB
snapshots-components
329 KB
snapshots-foundations
1.53 MB
snapshots-patternhub
2.17 MB
snapshots-showcases
11.8 MB
stencil-showcase-playwright-results-1
2.81 MB
stencil-showcase-playwright-results-2
3.81 MB
stencil-showcase-playwright-results-3
3.12 MB
stencil-showcase-playwright-results-4
4.22 MB
stencil-showcase-playwright-results-5
12 MB
stencil-showcase-playwright-results-6
2.13 MB
vue-components-playwright-results-1
1020 KB
vue-components-playwright-results-2
1.19 MB
vue-components-playwright-results-3
1020 KB
vue-showcase-playwright-results-1
2.05 MB
vue-showcase-playwright-results-2
3.54 MB
vue-showcase-playwright-results-3
2.7 MB
vue-showcase-playwright-results-4
5.35 MB
vue-showcase-playwright-results-5
2 MB
vue-showcase-playwright-results-6
4.69 MB