Skip to content

refactor: remove brand fonts #15825

refactor: remove brand fonts

refactor: remove brand fonts #15825

Triggered via pull request January 2, 2025 11:51
Status Failure
Total duration 32m 6s
Artifacts 52

default.yml

on: pull_request
get-playwright-version  /  Get and save publish version
19s
get-playwright-version / Get and save publish version
build-packages  /  Build Packages
1m 9s
build-packages / Build Packages
Matrix: init-playwright / init-playwright
build-showcase-react  /  Build Showcase react-showcase
30s
build-showcase-react / Build Showcase react-showcase
build-showcase-patternhub  /  Build Patternhub
1m 35s
build-showcase-patternhub / Build Patternhub
build-showcase-angular  /  Build Showcase angular-showcase
1m 16s
build-showcase-angular / Build Showcase angular-showcase
build-showcase-stencil  /  Build Showcase stencil-showcase
44s
build-showcase-stencil / Build Showcase stencil-showcase
build-showcase-vue  /  Build Showcase vue-showcase
27s
build-showcase-vue / Build Showcase vue-showcase
Matrix: test-components / playwright-ct
test-foundations  /  🧪🎭 - foundations
1m 29s
test-foundations / 🧪🎭 - foundations
build-outputs  /  Build outputs
1m 4s
build-outputs / Build outputs
build-showcase-angular-ssr  /  Build Showcase angular-ssr-showcase
1m 2s
build-showcase-angular-ssr / Build Showcase angular-ssr-showcase
build-showcase-next  /  Build Showcase next-showcase
1m 3s
build-showcase-next / Build Showcase next-showcase
build-showcase-nuxt  /  Build Showcase nuxt-showcase
53s
build-showcase-nuxt / Build Showcase nuxt-showcase
Matrix: test-showcase-react / playwright-showcases
Matrix: test-screen-reader / playwright-screen-reader
Matrix: test-showcase-patternhub / playwright-showcases
Matrix: test-showcase-angular / playwright-showcases
Matrix: test-showcase-stencil / playwright-showcases
Matrix: test-showcase-vue / playwright-showcases
regenerate-snapshots-components  /  🧪🎭 - Regenerate snapshots components
3m 24s
regenerate-snapshots-components / 🧪🎭 - Regenerate snapshots components
regenerate-snapshots-foundations  /  regenerate-snapshots
regenerate-snapshots-foundations / regenerate-snapshots
regenerate-snapshots-patternhub  /  🧪🎭 - Regenerate snapshots patternhub
2m 9s
regenerate-snapshots-patternhub / 🧪🎭 - Regenerate snapshots patternhub
checks-done
0s
checks-done
regenerate-snapshots  /  🧪🎭 - Regenerate snapshots showcases
9m 29s
regenerate-snapshots / 🧪🎭 - Regenerate snapshots showcases
deploy  /  Deploy
deploy / Deploy
Fit to window
Zoom out
Zoom in

Annotations

330 errors, 28 warnings, and 34 notices
[chromium] › input/input.spec.tsx:16:6 › DBInput › should match screenshot: output/react/src/components/input/input.spec.tsx#L18
1) [chromium] › input/input.spec.tsx:16:6 › DBInput › should match screenshot ──────────────────── Error: expect(locator).toHaveScreenshot(expected) 136 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/component/chromium/DBInput-should-match-screenshot.png Received: /__w/mono/mono/output/react/test-results/input-input-DBInput-should-match-screenshot-chromium/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/output/react/test-results/input-input-DBInput-should-match-screenshot-chromium/DBInput-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 class="db-input">…</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 - 136 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 class="db-input">…</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 - 136 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 | const testA11y = () => { at /__w/mono/mono/output/react/src/components/input/input.spec.tsx:18:27
[chromium] › input/input.spec.tsx:16:6 › DBInput › should match screenshot: output/react/src/components/input/input.spec.tsx#L18
1) [chromium] › input/input.spec.tsx:16:6 › DBInput › should match screenshot ──────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) 136 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/component/chromium/DBInput-should-match-screenshot.png Received: /__w/mono/mono/output/react/test-results/input-input-DBInput-should-match-screenshot-chromium-retry1/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/output/react/test-results/input-input-DBInput-should-match-screenshot-chromium-retry1/DBInput-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 class="db-input">…</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 - 136 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 class="db-input">…</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 - 136 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 | const testA11y = () => { at /__w/mono/mono/output/react/src/components/input/input.spec.tsx:18:27
[chromium] › select/select.spec.tsx:21:6 › DBSelect › should match screenshot: output/react/src/components/select/select.spec.tsx#L23
2) [chromium] › select/select.spec.tsx:21:6 › DBSelect › should match screenshot ───────────────── Error: expect(locator).toHaveScreenshot(expected) 296 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/component/chromium/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/output/react/test-results/select-select-DBSelect-should-match-screenshot-chromium/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/output/react/test-results/select-select-DBSelect-should-match-screenshot-chromium/DBSelect-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 class="db-select">…</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 - 296 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 class="db-select">…</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 - 296 pixels (ratio 0.01 of all image pixels) are different. 21 | test('should match screenshot', async ({ mount }) => { 22 | const component = await mount(comp); > 23 | await expect(component).toHaveScreenshot(); | ^ 24 | }); 25 | }; 26 | const testA11y = () => { at /__w/mono/mono/output/react/src/components/select/select.spec.tsx:23:27
[chromium] › select/select.spec.tsx:21:6 › DBSelect › should match screenshot: output/react/src/components/select/select.spec.tsx#L23
2) [chromium] › select/select.spec.tsx:21:6 › DBSelect › should match screenshot ───────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) 296 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/component/chromium/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/output/react/test-results/select-select-DBSelect-should-match-screenshot-chromium-retry1/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/output/react/test-results/select-select-DBSelect-should-match-screenshot-chromium-retry1/DBSelect-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 class="db-select">…</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 - 296 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 class="db-select">…</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 - 296 pixels (ratio 0.01 of all image pixels) are different. 21 | test('should match screenshot', async ({ mount }) => { 22 | const component = await mount(comp); > 23 | await expect(component).toHaveScreenshot(); | ^ 24 | }); 25 | }; 26 | const testA11y = () => { at /__w/mono/mono/output/react/src/components/select/select.spec.tsx:23:27
[chromium] › textarea/textarea.spec.tsx:16:6 › DBTextarea › should match screenshot: output/react/src/components/textarea/textarea.spec.tsx#L18
3) [chromium] › textarea/textarea.spec.tsx:16:6 › DBTextarea › should match screenshot ─────────── Error: expect(locator).toHaveScreenshot(expected) 136 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/textarea/component/chromium/DBTextarea-should-match-screenshot.png Received: /__w/mono/mono/output/react/test-results/textarea-textarea-DBTextarea-should-match-screenshot-chromium/DBTextarea-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/output/react/test-results/textarea-textarea-DBTextarea-should-match-screenshot-chromium/DBTextarea-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 class="db-textarea">…</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 - 136 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 class="db-textarea">…</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 - 136 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 | const testA11y = () => { at /__w/mono/mono/output/react/src/components/textarea/textarea.spec.tsx:18:27
[chromium] › textarea/textarea.spec.tsx:16:6 › DBTextarea › should match screenshot: output/react/src/components/textarea/textarea.spec.tsx#L18
3) [chromium] › textarea/textarea.spec.tsx:16:6 › DBTextarea › should match screenshot ─────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) 136 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/textarea/component/chromium/DBTextarea-should-match-screenshot.png Received: /__w/mono/mono/output/react/test-results/textarea-textarea-DBTextarea-should-match-screenshot-chromium-retry1/DBTextarea-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/output/react/test-results/textarea-textarea-DBTextarea-should-match-screenshot-chromium-retry1/DBTextarea-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 class="db-textarea">…</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 - 136 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 class="db-textarea">…</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 - 136 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 | const testA11y = () => { at /__w/mono/mono/output/react/src/components/textarea/textarea.spec.tsx:18:27
test-components / 🧪🎭 - react:1/3
Process completed with exit code 1.
[mobile_chrome] › input/input.spec.tsx:16:6 › DBInput › should match screenshot: output/react/src/components/input/input.spec.tsx#L18
1) [mobile_chrome] › input/input.spec.tsx:16:6 › DBInput › should match screenshot ─────────────── Error: expect(locator).toHaveScreenshot(expected) 136 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/component/mobile-chrome/DBInput-should-match-screenshot.png Received: /__w/mono/mono/output/react/test-results/input-input-DBInput-should-match-screenshot-mobile-chrome/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/output/react/test-results/input-input-DBInput-should-match-screenshot-mobile-chrome/DBInput-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 class="db-input">…</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 - 136 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 class="db-input">…</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 - 136 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 | const testA11y = () => { at /__w/mono/mono/output/react/src/components/input/input.spec.tsx:18:27
[mobile_chrome] › input/input.spec.tsx:16:6 › DBInput › should match screenshot: output/react/src/components/input/input.spec.tsx#L18
1) [mobile_chrome] › input/input.spec.tsx:16:6 › DBInput › should match screenshot ─────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) 136 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/component/mobile-chrome/DBInput-should-match-screenshot.png Received: /__w/mono/mono/output/react/test-results/input-input-DBInput-should-match-screenshot-mobile-chrome-retry1/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/output/react/test-results/input-input-DBInput-should-match-screenshot-mobile-chrome-retry1/DBInput-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 class="db-input">…</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 - 136 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 class="db-input">…</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 - 136 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 | const testA11y = () => { at /__w/mono/mono/output/react/src/components/input/input.spec.tsx:18:27
[mobile_chrome] › select/select.spec.tsx:21:6 › DBSelect › should match screenshot: output/react/src/components/select/select.spec.tsx#L23
2) [mobile_chrome] › select/select.spec.tsx:21:6 › DBSelect › should match screenshot ──────────── Error: expect(locator).toHaveScreenshot(expected) 296 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/component/mobile-chrome/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/output/react/test-results/select-select-DBSelect-should-match-screenshot-mobile-chrome/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/output/react/test-results/select-select-DBSelect-should-match-screenshot-mobile-chrome/DBSelect-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 class="db-select">…</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 - 296 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 class="db-select">…</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 - 296 pixels (ratio 0.01 of all image pixels) are different. 21 | test('should match screenshot', async ({ mount }) => { 22 | const component = await mount(comp); > 23 | await expect(component).toHaveScreenshot(); | ^ 24 | }); 25 | }; 26 | const testA11y = () => { at /__w/mono/mono/output/react/src/components/select/select.spec.tsx:23:27
[mobile_chrome] › select/select.spec.tsx:21:6 › DBSelect › should match screenshot: output/react/src/components/select/select.spec.tsx#L23
2) [mobile_chrome] › select/select.spec.tsx:21:6 › DBSelect › should match screenshot ──────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) 296 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/component/mobile-chrome/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/output/react/test-results/select-select-DBSelect-should-match-screenshot-mobile-chrome-retry1/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/output/react/test-results/select-select-DBSelect-should-match-screenshot-mobile-chrome-retry1/DBSelect-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 class="db-select">…</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 - 296 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 class="db-select">…</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 - 296 pixels (ratio 0.01 of all image pixels) are different. 21 | test('should match screenshot', async ({ mount }) => { 22 | const component = await mount(comp); > 23 | await expect(component).toHaveScreenshot(); | ^ 24 | }); 25 | }; 26 | const testA11y = () => { at /__w/mono/mono/output/react/src/components/select/select.spec.tsx:23:27
[mobile_chrome] › textarea/textarea.spec.tsx:16:6 › DBTextarea › should match screenshot: output/react/src/components/textarea/textarea.spec.tsx#L18
3) [mobile_chrome] › textarea/textarea.spec.tsx:16:6 › DBTextarea › should match screenshot ────── Error: expect(locator).toHaveScreenshot(expected) 136 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/textarea/component/mobile-chrome/DBTextarea-should-match-screenshot.png Received: /__w/mono/mono/output/react/test-results/textarea-textarea-DBTextarea-should-match-screenshot-mobile-chrome/DBTextarea-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/output/react/test-results/textarea-textarea-DBTextarea-should-match-screenshot-mobile-chrome/DBTextarea-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 class="db-textarea">…</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 - 136 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 class="db-textarea">…</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 - 136 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 | const testA11y = () => { at /__w/mono/mono/output/react/src/components/textarea/textarea.spec.tsx:18:27
[mobile_chrome] › textarea/textarea.spec.tsx:16:6 › DBTextarea › should match screenshot: output/react/src/components/textarea/textarea.spec.tsx#L18
3) [mobile_chrome] › textarea/textarea.spec.tsx:16:6 › DBTextarea › should match screenshot ────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) 136 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/textarea/component/mobile-chrome/DBTextarea-should-match-screenshot.png Received: /__w/mono/mono/output/react/test-results/textarea-textarea-DBTextarea-should-match-screenshot-mobile-chrome-retry1/DBTextarea-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/output/react/test-results/textarea-textarea-DBTextarea-should-match-screenshot-mobile-chrome-retry1/DBTextarea-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 class="db-textarea">…</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 - 136 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 class="db-textarea">…</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 - 136 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 | const testA11y = () => { at /__w/mono/mono/output/react/src/components/textarea/textarea.spec.tsx:18:27
test-components / 🧪🎭 - react:3/3
Process completed with exit code 1.
test-components / 🧪🎭 - vue:3/3
Process completed with exit code 1.
[mobile_chrome] › input/input.spec.tsx:16:2 › DBInput › should match screenshot: output/vue/src/components/input/input.spec.tsx#L18
1) [mobile_chrome] › input/input.spec.tsx:16:2 › DBInput › should match screenshot ─────────────── Error: expect(locator).toHaveScreenshot(expected) 136 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/component/mobile-chrome/DBInput-should-match-screenshot.png Received: /__w/mono/mono/output/vue/test-results/input-input-DBInput-should-match-screenshot-mobile-chrome/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/output/vue/test-results/input-input-DBInput-should-match-screenshot-mobile-chrome/DBInput-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 class="db-input">…</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 - 136 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 class="db-input">…</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 - 136 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 | const testA11y = () => { at /__w/mono/mono/output/vue/src/components/input/input.spec.tsx:18:27
[mobile_chrome] › input/input.spec.tsx:16:2 › DBInput › should match screenshot: output/vue/src/components/input/input.spec.tsx#L18
1) [mobile_chrome] › input/input.spec.tsx:16:2 › DBInput › should match screenshot ─────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) 136 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/component/mobile-chrome/DBInput-should-match-screenshot.png Received: /__w/mono/mono/output/vue/test-results/input-input-DBInput-should-match-screenshot-mobile-chrome-retry1/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/output/vue/test-results/input-input-DBInput-should-match-screenshot-mobile-chrome-retry1/DBInput-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 class="db-input">…</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 - 136 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 class="db-input">…</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 - 136 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 | const testA11y = () => { at /__w/mono/mono/output/vue/src/components/input/input.spec.tsx:18:27
[mobile_chrome] › select/select.spec.tsx:21:2 › DBSelect › should match screenshot: output/vue/src/components/select/select.spec.tsx#L23
2) [mobile_chrome] › select/select.spec.tsx:21:2 › DBSelect › should match screenshot ──────────── Error: expect(locator).toHaveScreenshot(expected) 296 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/component/mobile-chrome/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/output/vue/test-results/select-select-DBSelect-should-match-screenshot-mobile-chrome/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/output/vue/test-results/select-select-DBSelect-should-match-screenshot-mobile-chrome/DBSelect-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 class="db-select">…</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 - 296 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 class="db-select">…</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 - 296 pixels (ratio 0.01 of all image pixels) are different. 21 | test('should match screenshot', async ({ mount }) => { 22 | const component = await mount(comp); > 23 | await expect(component).toHaveScreenshot(); | ^ 24 | }); 25 | }; 26 | const testA11y = () => { at /__w/mono/mono/output/vue/src/components/select/select.spec.tsx:23:27
[mobile_chrome] › select/select.spec.tsx:21:2 › DBSelect › should match screenshot: output/vue/src/components/select/select.spec.tsx#L23
2) [mobile_chrome] › select/select.spec.tsx:21:2 › DBSelect › should match screenshot ──────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) 296 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/component/mobile-chrome/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/output/vue/test-results/select-select-DBSelect-should-match-screenshot-mobile-chrome-retry1/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/output/vue/test-results/select-select-DBSelect-should-match-screenshot-mobile-chrome-retry1/DBSelect-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 class="db-select">…</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 - 296 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 class="db-select">…</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 - 296 pixels (ratio 0.01 of all image pixels) are different. 21 | test('should match screenshot', async ({ mount }) => { 22 | const component = await mount(comp); > 23 | await expect(component).toHaveScreenshot(); | ^ 24 | }); 25 | }; 26 | const testA11y = () => { at /__w/mono/mono/output/vue/src/components/select/select.spec.tsx:23:27
[mobile_chrome] › textarea/textarea.spec.tsx:16:2 › DBTextarea › should match screenshot: output/vue/src/components/textarea/textarea.spec.tsx#L18
3) [mobile_chrome] › textarea/textarea.spec.tsx:16:2 › DBTextarea › should match screenshot ────── Error: expect(locator).toHaveScreenshot(expected) 136 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/textarea/component/mobile-chrome/DBTextarea-should-match-screenshot.png Received: /__w/mono/mono/output/vue/test-results/textarea-textarea-DBTextarea-should-match-screenshot-mobile-chrome/DBTextarea-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/output/vue/test-results/textarea-textarea-DBTextarea-should-match-screenshot-mobile-chrome/DBTextarea-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 class="db-textarea">…</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 - 136 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 class="db-textarea">…</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 - 136 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 | const testA11y = () => { at /__w/mono/mono/output/vue/src/components/textarea/textarea.spec.tsx:18:27
[mobile_chrome] › textarea/textarea.spec.tsx:16:2 › DBTextarea › should match screenshot: output/vue/src/components/textarea/textarea.spec.tsx#L18
3) [mobile_chrome] › textarea/textarea.spec.tsx:16:2 › DBTextarea › should match screenshot ────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) 136 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/textarea/component/mobile-chrome/DBTextarea-should-match-screenshot.png Received: /__w/mono/mono/output/vue/test-results/textarea-textarea-DBTextarea-should-match-screenshot-mobile-chrome-retry1/DBTextarea-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/output/vue/test-results/textarea-textarea-DBTextarea-should-match-screenshot-mobile-chrome-retry1/DBTextarea-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 class="db-textarea">…</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 - 136 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 class="db-textarea">…</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 - 136 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 | const testA11y = () => { at /__w/mono/mono/output/vue/src/components/textarea/textarea.spec.tsx:18:27
[firefox] › input/input.spec.tsx:16:6 › DBInput › should match screenshot: output/react/src/components/input/input.spec.tsx#L18
1) [firefox] › input/input.spec.tsx:16:6 › DBInput › should match screenshot ───────────────────── Error: expect(locator).toHaveScreenshot(expected) 106 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/component/firefox/DBInput-should-match-screenshot.png Received: /__w/mono/mono/output/react/test-results/input-input-DBInput-should-match-screenshot-firefox/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/output/react/test-results/input-input-DBInput-should-match-screenshot-firefox/DBInput-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 class="db-input">…</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 - 106 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 class="db-input">…</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 - 106 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 | const testA11y = () => { at /__w/mono/mono/output/react/src/components/input/input.spec.tsx:18:27
[firefox] › input/input.spec.tsx:16:6 › DBInput › should match screenshot: output/react/src/components/input/input.spec.tsx#L18
1) [firefox] › input/input.spec.tsx:16:6 › DBInput › should match screenshot ───────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) 106 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/component/firefox/DBInput-should-match-screenshot.png Received: /__w/mono/mono/output/react/test-results/input-input-DBInput-should-match-screenshot-firefox-retry1/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/output/react/test-results/input-input-DBInput-should-match-screenshot-firefox-retry1/DBInput-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 class="db-input">…</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 - 106 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 class="db-input">…</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 - 106 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 | const testA11y = () => { at /__w/mono/mono/output/react/src/components/input/input.spec.tsx:18:27
[firefox] › select/select.spec.tsx:21:6 › DBSelect › should match screenshot: output/react/src/components/select/select.spec.tsx#L23
2) [firefox] › select/select.spec.tsx:21:6 › DBSelect › should match screenshot ────────────────── Error: expect(locator).toHaveScreenshot(expected) 108 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/component/firefox/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/output/react/test-results/select-select-DBSelect-should-match-screenshot-firefox/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/output/react/test-results/select-select-DBSelect-should-match-screenshot-firefox/DBSelect-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 class="db-select">…</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 - 108 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 class="db-select">…</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 - 108 pixels (ratio 0.01 of all image pixels) are different. 21 | test('should match screenshot', async ({ mount }) => { 22 | const component = await mount(comp); > 23 | await expect(component).toHaveScreenshot(); | ^ 24 | }); 25 | }; 26 | const testA11y = () => { at /__w/mono/mono/output/react/src/components/select/select.spec.tsx:23:27
[firefox] › select/select.spec.tsx:21:6 › DBSelect › should match screenshot: output/react/src/components/select/select.spec.tsx#L23
2) [firefox] › select/select.spec.tsx:21:6 › DBSelect › should match screenshot ────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) 108 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/component/firefox/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/output/react/test-results/select-select-DBSelect-should-match-screenshot-firefox-retry1/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/output/react/test-results/select-select-DBSelect-should-match-screenshot-firefox-retry1/DBSelect-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 class="db-select">…</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 - 108 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 class="db-select">…</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 - 108 pixels (ratio 0.01 of all image pixels) are different. 21 | test('should match screenshot', async ({ mount }) => { 22 | const component = await mount(comp); > 23 | await expect(component).toHaveScreenshot(); | ^ 24 | }); 25 | }; 26 | const testA11y = () => { at /__w/mono/mono/output/react/src/components/select/select.spec.tsx:23:27
[firefox] › textarea/textarea.spec.tsx:16:6 › DBTextarea › should match screenshot: output/react/src/components/textarea/textarea.spec.tsx#L18
3) [firefox] › textarea/textarea.spec.tsx:16:6 › DBTextarea › should match screenshot ──────────── Error: expect(locator).toHaveScreenshot(expected) 106 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/textarea/component/firefox/DBTextarea-should-match-screenshot.png Received: /__w/mono/mono/output/react/test-results/textarea-textarea-DBTextarea-should-match-screenshot-firefox/DBTextarea-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/output/react/test-results/textarea-textarea-DBTextarea-should-match-screenshot-firefox/DBTextarea-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 class="db-textarea">…</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 - 106 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 class="db-textarea">…</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 - 106 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 | const testA11y = () => { at /__w/mono/mono/output/react/src/components/textarea/textarea.spec.tsx:18:27
[firefox] › textarea/textarea.spec.tsx:16:6 › DBTextarea › should match screenshot: output/react/src/components/textarea/textarea.spec.tsx#L18
3) [firefox] › textarea/textarea.spec.tsx:16:6 › DBTextarea › should match screenshot ──────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) 106 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/textarea/component/firefox/DBTextarea-should-match-screenshot.png Received: /__w/mono/mono/output/react/test-results/textarea-textarea-DBTextarea-should-match-screenshot-firefox-retry1/DBTextarea-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/output/react/test-results/textarea-textarea-DBTextarea-should-match-screenshot-firefox-retry1/DBTextarea-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 class="db-textarea">…</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 - 106 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 class="db-textarea">…</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 - 106 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 | const testA11y = () => { at /__w/mono/mono/output/react/src/components/textarea/textarea.spec.tsx:18:27
test-components / 🧪🎭 - react:2/3
Process completed with exit code 1.
[firefox] › input/input.spec.tsx:16:2 › DBInput › should match screenshot: output/vue/src/components/input/input.spec.tsx#L18
1) [firefox] › input/input.spec.tsx:16:2 › DBInput › should match screenshot ───────────────────── Error: expect(locator).toHaveScreenshot(expected) 106 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/component/firefox/DBInput-should-match-screenshot.png Received: /__w/mono/mono/output/vue/test-results/input-input-DBInput-should-match-screenshot-firefox/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/output/vue/test-results/input-input-DBInput-should-match-screenshot-firefox/DBInput-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 class="db-input">…</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 - 106 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 class="db-input">…</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 - 106 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 | const testA11y = () => { at /__w/mono/mono/output/vue/src/components/input/input.spec.tsx:18:27
[firefox] › input/input.spec.tsx:16:2 › DBInput › should match screenshot: output/vue/src/components/input/input.spec.tsx#L18
1) [firefox] › input/input.spec.tsx:16:2 › DBInput › should match screenshot ───────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) 106 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/component/firefox/DBInput-should-match-screenshot.png Received: /__w/mono/mono/output/vue/test-results/input-input-DBInput-should-match-screenshot-firefox-retry1/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/output/vue/test-results/input-input-DBInput-should-match-screenshot-firefox-retry1/DBInput-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 class="db-input">…</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 - 106 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 class="db-input">…</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 - 106 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 | const testA11y = () => { at /__w/mono/mono/output/vue/src/components/input/input.spec.tsx:18:27
[firefox] › select/select.spec.tsx:21:2 › DBSelect › should match screenshot: output/vue/src/components/select/select.spec.tsx#L23
2) [firefox] › select/select.spec.tsx:21:2 › DBSelect › should match screenshot ────────────────── Error: expect(locator).toHaveScreenshot(expected) 108 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/component/firefox/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/output/vue/test-results/select-select-DBSelect-should-match-screenshot-firefox/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/output/vue/test-results/select-select-DBSelect-should-match-screenshot-firefox/DBSelect-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 class="db-select">…</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 - 108 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 class="db-select">…</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 - 108 pixels (ratio 0.01 of all image pixels) are different. 21 | test('should match screenshot', async ({ mount }) => { 22 | const component = await mount(comp); > 23 | await expect(component).toHaveScreenshot(); | ^ 24 | }); 25 | }; 26 | const testA11y = () => { at /__w/mono/mono/output/vue/src/components/select/select.spec.tsx:23:27
[firefox] › select/select.spec.tsx:21:2 › DBSelect › should match screenshot: output/vue/src/components/select/select.spec.tsx#L23
2) [firefox] › select/select.spec.tsx:21:2 › DBSelect › should match screenshot ────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) 108 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/component/firefox/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/output/vue/test-results/select-select-DBSelect-should-match-screenshot-firefox-retry1/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/output/vue/test-results/select-select-DBSelect-should-match-screenshot-firefox-retry1/DBSelect-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 class="db-select">…</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 - 108 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 class="db-select">…</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 - 108 pixels (ratio 0.01 of all image pixels) are different. 21 | test('should match screenshot', async ({ mount }) => { 22 | const component = await mount(comp); > 23 | await expect(component).toHaveScreenshot(); | ^ 24 | }); 25 | }; 26 | const testA11y = () => { at /__w/mono/mono/output/vue/src/components/select/select.spec.tsx:23:27
[firefox] › textarea/textarea.spec.tsx:16:2 › DBTextarea › should match screenshot: output/vue/src/components/textarea/textarea.spec.tsx#L18
3) [firefox] › textarea/textarea.spec.tsx:16:2 › DBTextarea › should match screenshot ──────────── Error: expect(locator).toHaveScreenshot(expected) 106 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/textarea/component/firefox/DBTextarea-should-match-screenshot.png Received: /__w/mono/mono/output/vue/test-results/textarea-textarea-DBTextarea-should-match-screenshot-firefox/DBTextarea-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/output/vue/test-results/textarea-textarea-DBTextarea-should-match-screenshot-firefox/DBTextarea-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 class="db-textarea">…</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 - 106 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 class="db-textarea">…</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 - 106 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 | const testA11y = () => { at /__w/mono/mono/output/vue/src/components/textarea/textarea.spec.tsx:18:27
[firefox] › textarea/textarea.spec.tsx:16:2 › DBTextarea › should match screenshot: output/vue/src/components/textarea/textarea.spec.tsx#L18
3) [firefox] › textarea/textarea.spec.tsx:16:2 › DBTextarea › should match screenshot ──────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) 106 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/textarea/component/firefox/DBTextarea-should-match-screenshot.png Received: /__w/mono/mono/output/vue/test-results/textarea-textarea-DBTextarea-should-match-screenshot-firefox-retry1/DBTextarea-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/output/vue/test-results/textarea-textarea-DBTextarea-should-match-screenshot-firefox-retry1/DBTextarea-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 class="db-textarea">…</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 - 106 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 class="db-textarea">…</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 - 106 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 | const testA11y = () => { at /__w/mono/mono/output/vue/src/components/textarea/textarea.spec.tsx:18:27
test-components / 🧪🎭 - vue:2/3
Process completed with exit code 1.
test-components / 🧪🎭 - vue:1/3
Process completed with exit code 1.
[chromium] › input/input.spec.tsx:16:2 › DBInput › should match screenshot: output/vue/src/components/input/input.spec.tsx#L18
1) [chromium] › input/input.spec.tsx:16:2 › DBInput › should match screenshot ──────────────────── Error: expect(locator).toHaveScreenshot(expected) 136 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/component/chromium/DBInput-should-match-screenshot.png Received: /__w/mono/mono/output/vue/test-results/input-input-DBInput-should-match-screenshot-chromium/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/output/vue/test-results/input-input-DBInput-should-match-screenshot-chromium/DBInput-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 class="db-input">…</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 - 136 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 class="db-input">…</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 - 136 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 | const testA11y = () => { at /__w/mono/mono/output/vue/src/components/input/input.spec.tsx:18:27
[chromium] › input/input.spec.tsx:16:2 › DBInput › should match screenshot: output/vue/src/components/input/input.spec.tsx#L18
1) [chromium] › input/input.spec.tsx:16:2 › DBInput › should match screenshot ──────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) 136 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/component/chromium/DBInput-should-match-screenshot.png Received: /__w/mono/mono/output/vue/test-results/input-input-DBInput-should-match-screenshot-chromium-retry1/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/output/vue/test-results/input-input-DBInput-should-match-screenshot-chromium-retry1/DBInput-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 class="db-input">…</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 - 136 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 class="db-input">…</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 - 136 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 | const testA11y = () => { at /__w/mono/mono/output/vue/src/components/input/input.spec.tsx:18:27
[chromium] › select/select.spec.tsx:21:2 › DBSelect › should match screenshot: output/vue/src/components/select/select.spec.tsx#L23
2) [chromium] › select/select.spec.tsx:21:2 › DBSelect › should match screenshot ───────────────── Error: expect(locator).toHaveScreenshot(expected) 296 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/component/chromium/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/output/vue/test-results/select-select-DBSelect-should-match-screenshot-chromium/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/output/vue/test-results/select-select-DBSelect-should-match-screenshot-chromium/DBSelect-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 class="db-select">…</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 - 296 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 class="db-select">…</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 - 296 pixels (ratio 0.01 of all image pixels) are different. 21 | test('should match screenshot', async ({ mount }) => { 22 | const component = await mount(comp); > 23 | await expect(component).toHaveScreenshot(); | ^ 24 | }); 25 | }; 26 | const testA11y = () => { at /__w/mono/mono/output/vue/src/components/select/select.spec.tsx:23:27
[chromium] › select/select.spec.tsx:21:2 › DBSelect › should match screenshot: output/vue/src/components/select/select.spec.tsx#L23
2) [chromium] › select/select.spec.tsx:21:2 › DBSelect › should match screenshot ───────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) 296 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/component/chromium/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/output/vue/test-results/select-select-DBSelect-should-match-screenshot-chromium-retry1/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/output/vue/test-results/select-select-DBSelect-should-match-screenshot-chromium-retry1/DBSelect-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 class="db-select">…</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 - 296 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 class="db-select">…</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 - 296 pixels (ratio 0.01 of all image pixels) are different. 21 | test('should match screenshot', async ({ mount }) => { 22 | const component = await mount(comp); > 23 | await expect(component).toHaveScreenshot(); | ^ 24 | }); 25 | }; 26 | const testA11y = () => { at /__w/mono/mono/output/vue/src/components/select/select.spec.tsx:23:27
[chromium] › textarea/textarea.spec.tsx:16:2 › DBTextarea › should match screenshot: output/vue/src/components/textarea/textarea.spec.tsx#L18
3) [chromium] › textarea/textarea.spec.tsx:16:2 › DBTextarea › should match screenshot ─────────── Error: expect(locator).toHaveScreenshot(expected) 136 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/textarea/component/chromium/DBTextarea-should-match-screenshot.png Received: /__w/mono/mono/output/vue/test-results/textarea-textarea-DBTextarea-should-match-screenshot-chromium/DBTextarea-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/output/vue/test-results/textarea-textarea-DBTextarea-should-match-screenshot-chromium/DBTextarea-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 class="db-textarea">…</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 - 136 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 class="db-textarea">…</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 - 136 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 | const testA11y = () => { at /__w/mono/mono/output/vue/src/components/textarea/textarea.spec.tsx:18:27
[chromium] › textarea/textarea.spec.tsx:16:2 › DBTextarea › should match screenshot: output/vue/src/components/textarea/textarea.spec.tsx#L18
3) [chromium] › textarea/textarea.spec.tsx:16:2 › DBTextarea › should match screenshot ─────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) 136 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/textarea/component/chromium/DBTextarea-should-match-screenshot.png Received: /__w/mono/mono/output/vue/test-results/textarea-textarea-DBTextarea-should-match-screenshot-chromium-retry1/DBTextarea-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/output/vue/test-results/textarea-textarea-DBTextarea-should-match-screenshot-chromium-retry1/DBTextarea-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 class="db-textarea">…</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 - 136 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 class="db-textarea">…</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 - 136 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 | const testA11y = () => { at /__w/mono/mono/output/vue/src/components/textarea/textarea.spec.tsx:18:27
test-showcase-stencil / 🧪🎭 - stencil-showcase:6/6
Process completed with exit code 1.
[mobile_chrome] › default.ts:79:2 › DBCheckbox › should match screenshot: showcases/e2e/default.ts#L111
1) [mobile_chrome] › default.ts:79:2 › DBCheckbox › should match screenshot ────────────────────── Error: expect(page).toHaveScreenshot(expected) 13657 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/checkbox/showcase/mobile-chrome/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-mobile-chrome/DBCheckbox-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-mobile-chrome/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 - 13657 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 - 13657 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 › DBCheckbox › should match screenshot: showcases/e2e/default.ts#L111
1) [mobile_chrome] › default.ts:79:2 › DBCheckbox › should match screenshot ────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 13657 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/checkbox/showcase/mobile-chrome/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-mobile-chrome-retry1/DBCheckbox-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-mobile-chrome-retry1/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 - 13657 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 - 13657 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 › DBDrawer › should match screenshot: showcases/e2e/default.ts#L111
2) [mobile_chrome] › default.ts:79:2 › DBDrawer › should match screenshot ──────────────────────── Error: expect(page).toHaveScreenshot(expected) 13773 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/drawer/showcase/mobile-chrome/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-mobile-chrome/DBDrawer-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-mobile-chrome/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 - 13773 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 - 13773 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 › DBDrawer › should match screenshot: showcases/e2e/default.ts#L111
2) [mobile_chrome] › default.ts:79:2 › DBDrawer › should match screenshot ──────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 13773 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/drawer/showcase/mobile-chrome/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-mobile-chrome-retry1/DBDrawer-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-mobile-chrome-retry1/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 - 13773 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 - 13773 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 › DBInfotext › should match screenshot: showcases/e2e/default.ts#L111
3) [mobile_chrome] › default.ts:79:2 › DBInfotext › should match screenshot ────────────────────── Error: expect(page).toHaveScreenshot(expected) 6180 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/showcase/mobile-chrome/DBInfotext-should-match-screenshot-1/DBInfotext-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-mobile-chrome/DBInfotext-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-mobile-chrome/DBInfotext-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 - 6180 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 - 6180 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 › DBInfotext › should match screenshot: showcases/e2e/default.ts#L111
3) [mobile_chrome] › default.ts:79:2 › DBInfotext › should match screenshot ────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 6180 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/showcase/mobile-chrome/DBInfotext-should-match-screenshot-1/DBInfotext-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-mobile-chrome-retry1/DBInfotext-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-mobile-chrome-retry1/DBInfotext-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 - 6180 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 - 6180 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
4) [mobile_chrome] › default.ts:79:2 › DBInput › should match screenshot ───────────────────────── Error: expect(page).toHaveScreenshot(expected) 38648 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 - 38655 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 - 38648 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
4) [mobile_chrome] › default.ts:79:2 › DBInput › should match screenshot ───────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 38648 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 - 38655 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 - 38648 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 › DBLink › should match screenshot: showcases/e2e/default.ts#L111
5) [mobile_chrome] › default.ts:79:2 › DBLink › should match screenshot ────────────────────────── Error: expect(page).toHaveScreenshot(expected) 9398 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/link/showcase/mobile-chrome/DBLink-should-match-screenshot-1/DBLink-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/link-link-snapshot-DBLink-should-match-screenshot-mobile-chrome/DBLink-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/link-link-snapshot-DBLink-should-match-screenshot-mobile-chrome/DBLink-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 - 9398 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 - 9398 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 › DBLink › should match screenshot: showcases/e2e/default.ts#L111
5) [mobile_chrome] › default.ts:79:2 › DBLink › should match screenshot ────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 9398 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/link/showcase/mobile-chrome/DBLink-should-match-screenshot-1/DBLink-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/link-link-snapshot-DBLink-should-match-screenshot-mobile-chrome-retry1/DBLink-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/link-link-snapshot-DBLink-should-match-screenshot-mobile-chrome-retry1/DBLink-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 - 9398 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 - 9398 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
test-showcase-stencil / 🧪🎭 - stencil-showcase:2/6
Process completed with exit code 1.
[chromium] › default.ts:79:2 › DBTabItem › should match screenshot: showcases/e2e/default.ts#L111
1) [chromium] › default.ts:79:2 › DBTabItem › should match screenshot ──────────────────────────── Error: expect(page).toHaveScreenshot(expected) 10018 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/tab-item/showcase/chromium/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-chromium/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-chromium/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 - 10018 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 - 10018 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 › DBTabItem › should match screenshot: showcases/e2e/default.ts#L111
1) [chromium] › default.ts:79:2 › DBTabItem › should match screenshot ──────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 10018 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/tab-item/showcase/chromium/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-chromium-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-chromium-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 - 10018 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 - 10018 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 › DBTextarea › should match screenshot: showcases/e2e/default.ts#L111
2) [chromium] › default.ts:79:2 › DBTextarea › should match screenshot ─────────────────────────── Error: expect(page).toHaveScreenshot(expected) 29636 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/textarea/showcase/chromium/DBTextarea-should-match-screenshot-1/DBTextarea-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/textarea-textarea-snapshot-5a791-rea-should-match-screenshot-chromium/DBTextarea-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/textarea-textarea-snapshot-5a791-rea-should-match-screenshot-chromium/DBTextarea-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 - 29637 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 - 29636 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 › DBTextarea › should match screenshot: showcases/e2e/default.ts#L111
2) [chromium] › default.ts:79:2 › DBTextarea › should match screenshot ─────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 29636 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/textarea/showcase/chromium/DBTextarea-should-match-screenshot-1/DBTextarea-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/textarea-textarea-snapshot-5a791-rea-should-match-screenshot-chromium-retry1/DBTextarea-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/textarea-textarea-snapshot-5a791-rea-should-match-screenshot-chromium-retry1/DBTextarea-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 - 29637 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 - 29636 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 › DBBadge › should match screenshot: showcases/e2e/default.ts#L111
3) [chromium-highContrast] › default.ts:79:2 › DBBadge › should match screenshot ───────────────── Error: expect(page).toHaveScreenshot(expected) 16676 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/badge/showcase/chromium-highContrast/DBBadge-should-match-screenshot-1/DBBadge-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-chromium-highContrast/DBBadge-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-chromium-highContrast/DBBadge-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 - 16676 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 - 16676 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 › DBBadge › should match screenshot: showcases/e2e/default.ts#L111
3) [chromium-highContrast] › default.ts:79:2 › DBBadge › should match screenshot ───────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 16676 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/badge/showcase/chromium-highContrast/DBBadge-should-match-screenshot-1/DBBadge-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-chromium-highContrast-retry1/DBBadge-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-chromium-highContrast-retry1/DBBadge-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 - 16676 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 - 16676 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 › DBButton › should match screenshot: showcases/e2e/default.ts#L111
4) [chromium-highContrast] › default.ts:79:2 › DBButton › should match screenshot ──────────────── Error: expect(page).toHaveScreenshot(expected) 12750 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/button/showcase/chromium-highContrast/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-chromium-highContrast/DBButton-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-chromium-highContrast/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 - 12750 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 - 12750 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 › DBButton › should match screenshot: showcases/e2e/default.ts#L111
4) [chromium-highContrast] › default.ts:79:2 › DBButton › should match screenshot ──────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 12750 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/button/showcase/chromium-highContrast/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-chromium-highContrast-retry1/DBButton-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-chromium-highContrast-retry1/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 - 12750 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 - 12750 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 › DBCheckbox › should match screenshot: showcases/e2e/default.ts#L111
5) [chromium-highContrast] › default.ts:79:2 › DBCheckbox › should match screenshot ────────────── Error: expect(page).toHaveScreenshot(expected) 15238 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/checkbox/showcase/chromium-highContrast/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-chromium-highContrast/DBCheckbox-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-chromium-highContrast/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 - 15238 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 - 15238 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 › DBCheckbox › should match screenshot: showcases/e2e/default.ts#L111
5) [chromium-highContrast] › default.ts:79:2 › DBCheckbox › should match screenshot ────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 15238 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/checkbox/showcase/chromium-highContrast/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-chromium-highContrast-retry1/DBCheckbox-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-chromium-highContrast-retry1/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 - 15238 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 - 15238 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:1/6
Process completed with exit code 1.
[chromium] › default.ts:79:2 › DBBadge › should match screenshot: showcases/e2e/default.ts#L111
1) [chromium] › default.ts:79:2 › DBBadge › should match screenshot ────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 15049 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/badge/showcase/chromium/DBBadge-should-match-screenshot-1/DBBadge-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-chromium/DBBadge-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-chromium/DBBadge-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 - 15049 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 - 15049 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 › DBBadge › should match screenshot: showcases/e2e/default.ts#L111
1) [chromium] › default.ts:79:2 › DBBadge › should match screenshot ────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 15049 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/badge/showcase/chromium/DBBadge-should-match-screenshot-1/DBBadge-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-chromium-retry1/DBBadge-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-chromium-retry1/DBBadge-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 - 15049 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 - 15049 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 › DBButton › should match screenshot: showcases/e2e/default.ts#L111
2) [chromium] › default.ts:79:2 › DBButton › should match screenshot ───────────────────────────── Error: expect(page).toHaveScreenshot(expected) 12350 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/button/showcase/chromium/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-chromium/DBButton-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-chromium/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 - 12350 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 - 12350 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 › DBButton › should match screenshot: showcases/e2e/default.ts#L111
2) [chromium] › default.ts:79:2 › DBButton › should match screenshot ───────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 12350 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/button/showcase/chromium/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-chromium-retry1/DBButton-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-chromium-retry1/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 - 12350 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 - 12350 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 › DBCheckbox › should match screenshot: showcases/e2e/default.ts#L111
3) [chromium] › default.ts:79:2 › DBCheckbox › should match screenshot ─────────────────────────── Error: expect(page).toHaveScreenshot(expected) 14782 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/checkbox/showcase/chromium/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-chromium/DBCheckbox-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-chromium/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 - 14782 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 - 14782 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 › DBCheckbox › should match screenshot: showcases/e2e/default.ts#L111
3) [chromium] › default.ts:79:2 › DBCheckbox › should match screenshot ─────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 14782 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/checkbox/showcase/chromium/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-chromium-retry1/DBCheckbox-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-chromium-retry1/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 - 14782 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 - 14782 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 › DBDrawer › should match screenshot: showcases/e2e/default.ts#L111
4) [chromium] › default.ts:79:2 › DBDrawer › should match screenshot ───────────────────────────── Error: expect(page).toHaveScreenshot(expected) 17507 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/drawer/showcase/chromium/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/DBDrawer-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-chromium/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 - 17507 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 - 17507 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 › DBDrawer › should match screenshot: showcases/e2e/default.ts#L111
4) [chromium] › default.ts:79:2 › DBDrawer › should match screenshot ───────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 17507 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/drawer/showcase/chromium/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-retry1/DBDrawer-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-chromium-retry1/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 - 17507 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 - 17507 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 › DBInfotext › should match screenshot: showcases/e2e/default.ts#L111
5) [chromium] › default.ts:79:2 › DBInfotext › should match screenshot ─────────────────────────── Error: expect(page).toHaveScreenshot(expected) 7843 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/showcase/chromium/DBInfotext-should-match-screenshot-1/DBInfotext-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-chromium/DBInfotext-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-chromium/DBInfotext-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 - 7843 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 - 7843 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 › DBInfotext › should match screenshot: showcases/e2e/default.ts#L111
5) [chromium] › default.ts:79:2 › DBInfotext › should match screenshot ─────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 7843 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/showcase/chromium/DBInfotext-should-match-screenshot-1/DBInfotext-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-chromium-retry1/DBInfotext-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-chromium-retry1/DBInfotext-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 - 7843 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 - 7843 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 › DBLink › should match screenshot: showcases/e2e/default.ts#L111
1) [firefox] › default.ts:79:2 › DBLink › should match screenshot ──────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 8378 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/link/showcase/firefox/DBLink-should-match-screenshot-1/DBLink-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/link-link-snapshot-DBLink-should-match-screenshot-firefox/DBLink-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/link-link-snapshot-DBLink-should-match-screenshot-firefox/DBLink-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 - 8378 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 - 8378 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 › DBLink › should match screenshot: showcases/e2e/default.ts#L111
1) [firefox] › default.ts:79:2 › DBLink › should match screenshot ──────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 8378 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/link/showcase/firefox/DBLink-should-match-screenshot-1/DBLink-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/link-link-snapshot-DBLink-should-match-screenshot-firefox-retry1/DBLink-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/link-link-snapshot-DBLink-should-match-screenshot-firefox-retry1/DBLink-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 - 8378 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 - 8378 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 › DBNotification › should match screenshot: showcases/e2e/default.ts#L111
2) [firefox] › default.ts:79:2 › DBNotification › should match screenshot ──────────────────────── Error: expect(page).toHaveScreenshot(expected) 36253 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/notification/showcase/firefox/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-firefox/DBNotification-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/notification-notification--533fc-ion-should-match-screenshot-firefox/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 - 36253 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 - 36253 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 › DBNotification › should match screenshot: showcases/e2e/default.ts#L111
2) [firefox] › default.ts:79:2 › DBNotification › should match screenshot ──────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 36253 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/notification/showcase/firefox/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-firefox-retry1/DBNotification-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/notification-notification--533fc-ion-should-match-screenshot-firefox-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 - 36253 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 - 36253 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 › DBRadio › should match screenshot: showcases/e2e/default.ts#L111
3) [firefox] › default.ts:79:2 › DBRadio › should match screenshot ─────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 7987 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/radio/showcase/firefox/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-firefox/DBRadio-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/radio-radio-snapshot-DBRadio-should-match-screenshot-firefox/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 - 7987 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 - 7987 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 › DBRadio › should match screenshot: showcases/e2e/default.ts#L111
3) [firefox] › default.ts:79:2 › DBRadio › should match screenshot ─────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 7987 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/radio/showcase/firefox/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-firefox-retry1/DBRadio-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/radio-radio-snapshot-DBRadio-should-match-screenshot-firefox-retry1/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 - 7987 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 - 7987 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
4) [firefox] › default.ts:79:2 › DBSelect › should match screenshot ────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 10155 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 - 10155 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 - 10155 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
4) [firefox] › default.ts:79:2 › DBSelect › should match screenshot ────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 10155 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 - 10155 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 - 10155 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 › DBStack › should match screenshot: showcases/e2e/default.ts#L111
5) [firefox] › default.ts:79:2 › DBStack › should match screenshot ─────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 15893 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/stack/showcase/firefox/DBStack-should-match-screenshot-1/DBStack-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/stack-stack-snapshot-DBStack-should-match-screenshot-firefox/DBStack-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/stack-stack-snapshot-DBStack-should-match-screenshot-firefox/DBStack-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 - 15893 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 - 15893 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 › DBStack › should match screenshot: showcases/e2e/default.ts#L111
5) [firefox] › default.ts:79:2 › DBStack › should match screenshot ─────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 15893 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/stack/showcase/firefox/DBStack-should-match-screenshot-1/DBStack-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/stack-stack-snapshot-DBStack-should-match-screenshot-firefox-retry1/DBStack-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/stack-stack-snapshot-DBStack-should-match-screenshot-firefox-retry1/DBStack-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 - 15893 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 - 15893 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 › DBBadge › should match screenshot: showcases/e2e/default.ts#L111
1) [mobile_chrome] › default.ts:79:2 › DBBadge › should match screenshot ───────────────────────── Error: expect(page).toHaveScreenshot(expected) 19378 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/badge/showcase/mobile-chrome/DBBadge-should-match-screenshot-1/DBBadge-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-mobile-chrome/DBBadge-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-mobile-chrome/DBBadge-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 - 19378 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 - 19378 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 › DBBadge › should match screenshot: showcases/e2e/default.ts#L111
1) [mobile_chrome] › default.ts:79:2 › DBBadge › should match screenshot ───────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 19378 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/badge/showcase/mobile-chrome/DBBadge-should-match-screenshot-1/DBBadge-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-mobile-chrome-retry1/DBBadge-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-mobile-chrome-retry1/DBBadge-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 - 19378 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 - 19378 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 › DBButton › should match screenshot: showcases/e2e/default.ts#L111
2) [mobile_chrome] › default.ts:79:2 › DBButton › should match screenshot ──────────────────────── Error: expect(page).toHaveScreenshot(expected) 10586 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/button/showcase/mobile-chrome/DBButton-should-match-screenshot-1/DBButton-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-mobile-chrome/DBButton-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-mobile-chrome/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 - 10586 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 - 10586 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 › DBButton › should match screenshot: showcases/e2e/default.ts#L111
2) [mobile_chrome] › default.ts:79:2 › DBButton › should match screenshot ──────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 10586 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/button/showcase/mobile-chrome/DBButton-should-match-screenshot-1/DBButton-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-mobile-chrome-retry1/DBButton-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-mobile-chrome-retry1/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 - 10586 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 - 10586 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 › DBCheckbox › should match screenshot: showcases/e2e/default.ts#L111
3) [mobile_chrome] › default.ts:79:2 › DBCheckbox › should match screenshot ────────────────────── Error: expect(page).toHaveScreenshot(expected) 13657 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/checkbox/showcase/mobile-chrome/DBCheckbox-should-match-screenshot-1/DBCheckbox-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-mobile-chrome/DBCheckbox-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-mobile-chrome/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 - 13657 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 - 13657 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 › DBCheckbox › should match screenshot: showcases/e2e/default.ts#L111
3) [mobile_chrome] › default.ts:79:2 › DBCheckbox › should match screenshot ────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 13657 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/checkbox/showcase/mobile-chrome/DBCheckbox-should-match-screenshot-1/DBCheckbox-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-mobile-chrome-retry1/DBCheckbox-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-mobile-chrome-retry1/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 - 13657 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 - 13657 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 › DBDrawer › should match screenshot: showcases/e2e/default.ts#L111
4) [mobile_chrome] › default.ts:79:2 › DBDrawer › should match screenshot ──────────────────────── Error: expect(page).toHaveScreenshot(expected) 13773 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/drawer/showcase/mobile-chrome/DBDrawer-should-match-screenshot-1/DBDrawer-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-mobile-chrome/DBDrawer-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-mobile-chrome/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 - 13773 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 - 13773 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 › DBDrawer › should match screenshot: showcases/e2e/default.ts#L111
4) [mobile_chrome] › default.ts:79:2 › DBDrawer › should match screenshot ──────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 13773 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/drawer/showcase/mobile-chrome/DBDrawer-should-match-screenshot-1/DBDrawer-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-mobile-chrome-retry1/DBDrawer-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-mobile-chrome-retry1/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 - 13773 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 - 13773 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 › DBInfotext › should match screenshot: showcases/e2e/default.ts#L111
5) [mobile_chrome] › default.ts:79:2 › DBInfotext › should match screenshot ────────────────────── Error: expect(page).toHaveScreenshot(expected) 6180 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/showcase/mobile-chrome/DBInfotext-should-match-screenshot-1/DBInfotext-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-mobile-chrome/DBInfotext-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-mobile-chrome/DBInfotext-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 - 6180 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 - 6180 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 › DBInfotext › should match screenshot: showcases/e2e/default.ts#L111
5) [mobile_chrome] › default.ts:79:2 › DBInfotext › should match screenshot ────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 6180 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/showcase/mobile-chrome/DBInfotext-should-match-screenshot-1/DBInfotext-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-mobile-chrome-retry1/DBInfotext-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-mobile-chrome-retry1/DBInfotext-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 - 6180 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 - 6180 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
test-showcase-angular / 🧪🎭 - angular-showcase:5/6
Process completed with exit code 1.
[chromium-highContrast] › default.ts:79:2 › DBRadio › should match screenshot: showcases/e2e/default.ts#L111
1) [chromium-highContrast] › default.ts:79:2 › DBRadio › should match screenshot ───────────────── Error: expect(page).toHaveScreenshot(expected) 9769 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/radio/showcase/chromium-highContrast/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-chromium-highContrast/DBRadio-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/radio-radio-snapshot-DBRadio-should-match-screenshot-chromium-highContrast/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 - 9769 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 - 9769 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 › DBRadio › should match screenshot: showcases/e2e/default.ts#L111
1) [chromium-highContrast] › default.ts:79:2 › DBRadio › should match screenshot ───────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 9769 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/radio/showcase/chromium-highContrast/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-chromium-highContrast-retry1/DBRadio-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/radio-radio-snapshot-DBRadio-should-match-screenshot-chromium-highContrast-retry1/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 - 9769 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 - 9769 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) 15086 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 - 15086 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 - 15086 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) 15086 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 - 15086 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 - 15086 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 › DBStack › should match screenshot: showcases/e2e/default.ts#L111
3) [chromium-highContrast] › default.ts:79:2 › DBStack › should match screenshot ───────────────── Error: expect(page).toHaveScreenshot(expected) 30276 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/stack/showcase/chromium-highContrast/DBStack-should-match-screenshot-1/DBStack-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/stack-stack-snapshot-DBStack-should-match-screenshot-chromium-highContrast/DBStack-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/stack-stack-snapshot-DBStack-should-match-screenshot-chromium-highContrast/DBStack-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 - 30276 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 - 30276 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 › DBStack › should match screenshot: showcases/e2e/default.ts#L111
3) [chromium-highContrast] › default.ts:79:2 › DBStack › should match screenshot ───────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 30276 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/stack/showcase/chromium-highContrast/DBStack-should-match-screenshot-1/DBStack-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/stack-stack-snapshot-DBStack-should-match-screenshot-chromium-highContrast-retry1/DBStack-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/stack-stack-snapshot-DBStack-should-match-screenshot-chromium-highContrast-retry1/DBStack-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 - 30276 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 - 30276 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 › DBSwitch › should match screenshot: showcases/e2e/default.ts#L111
4) [chromium-highContrast] › default.ts:79:2 › DBSwitch › should match screenshot ──────────────── Error: expect(page).toHaveScreenshot(expected) 20214 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/switch/showcase/chromium-highContrast/DBSwitch-should-match-screenshot-1/DBSwitch-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/switch-switch-snapshot-DBSwitch-should-match-screenshot-chromium-highContrast/DBSwitch-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/switch-switch-snapshot-DBSwitch-should-match-screenshot-chromium-highContrast/DBSwitch-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 - 20220 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 - 20214 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 › DBSwitch › should match screenshot: showcases/e2e/default.ts#L111
4) [chromium-highContrast] › default.ts:79:2 › DBSwitch › should match screenshot ──────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 20214 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/switch/showcase/chromium-highContrast/DBSwitch-should-match-screenshot-1/DBSwitch-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/switch-switch-snapshot-DBSwitch-should-match-screenshot-chromium-highContrast-retry1/DBSwitch-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/switch-switch-snapshot-DBSwitch-should-match-screenshot-chromium-highContrast-retry1/DBSwitch-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 - 20220 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 - 20214 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 › DBTabItem › should match screenshot: showcases/e2e/default.ts#L111
5) [chromium-highContrast] › default.ts:79:2 › DBTabItem › should match screenshot ─────────────── Error: expect(page).toHaveScreenshot(expected) 10293 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/tab-item/showcase/chromium-highContrast/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-chromium-highContrast/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-chromium-highContrast/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 - 10293 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 - 10293 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 › DBTabItem › should match screenshot: showcases/e2e/default.ts#L111
5) [chromium-highContrast] › default.ts:79:2 › DBTabItem › should match screenshot ─────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 10293 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/tab-item/showcase/chromium-highContrast/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-chromium-highContrast-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-chromium-highContrast-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 - 10293 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 - 10293 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.
[webkit] › default.ts:79:2 › DBInfotext › should match screenshot: showcases/e2e/default.ts#L111
1) [webkit] › default.ts:79:2 › DBInfotext › should match screenshot ───────────────────────────── Error: expect(page).toHaveScreenshot(expected) 6270 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/showcase/webkit/DBInfotext-should-match-screenshot-1/DBInfotext-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-webkit/DBInfotext-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-webkit/DBInfotext-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 - 6270 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 - 6270 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 › DBInfotext › should match screenshot: showcases/e2e/default.ts#L111
1) [webkit] › default.ts:79:2 › DBInfotext › should match screenshot ───────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 6270 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/showcase/webkit/DBInfotext-should-match-screenshot-1/DBInfotext-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-webkit-retry1/DBInfotext-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-webkit-retry1/DBInfotext-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 - 6270 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 - 6270 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
2) [webkit] › default.ts:79:2 › DBInput › should match screenshot ──────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 28258 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 - 28325 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 - 153 pixels (ratio 0.01 of all image pixels) are different. - waiting 250ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 28258 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
2) [webkit] › default.ts:79:2 › DBInput › should match screenshot ──────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 28258 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 - 28258 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 - 28258 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 › DBLink › should match screenshot: showcases/e2e/default.ts#L111
3) [webkit] › default.ts:79:2 › DBLink › should match screenshot ───────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 5161 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/link/showcase/webkit/DBLink-should-match-screenshot-1/DBLink-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/link-link-snapshot-DBLink-should-match-screenshot-webkit/DBLink-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/link-link-snapshot-DBLink-should-match-screenshot-webkit/DBLink-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 - 5161 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 - 5161 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 › DBLink › should match screenshot: showcases/e2e/default.ts#L111
3) [webkit] › default.ts:79:2 › DBLink › should match screenshot ───────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 5161 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/link/showcase/webkit/DBLink-should-match-screenshot-1/DBLink-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/link-link-snapshot-DBLink-should-match-screenshot-webkit-retry1/DBLink-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/link-link-snapshot-DBLink-should-match-screenshot-webkit-retry1/DBLink-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 - 5161 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 - 5161 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
4) [webkit] › default.ts:79:2 › DBNotification › should match screenshot ───────────────────────── Error: expect(page).toHaveScreenshot(expected) 31431 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 - 31431 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 - 31431 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
4) [webkit] › default.ts:79:2 › DBNotification › should match screenshot ───────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 31431 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 - 31431 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 - 31431 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 › DBRadio › should match screenshot: showcases/e2e/default.ts#L111
5) [webkit] › default.ts:79:2 › DBRadio › should match screenshot ──────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 6729 pixels (ratio 0.01 of all image pixels) are different. 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 - 6729 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 - 6729 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 › DBRadio › should match screenshot: showcases/e2e/default.ts#L111
5) [webkit] › default.ts:79:2 › DBRadio › should match screenshot ──────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 6729 pixels (ratio 0.01 of all image pixels) are different. 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-retry1/DBRadio-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/radio-radio-snapshot-DBRadio-should-match-screenshot-webkit-retry1/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 - 6729 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 - 6729 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:5/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 › DBBadge › should match screenshot: showcases/e2e/default.ts#L111
1) [chromium] › default.ts:79:2 › DBBadge › should match screenshot ────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 15049 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/badge/showcase/chromium/DBBadge-should-match-screenshot-1/DBBadge-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-chromium/DBBadge-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-chromium/DBBadge-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 - 15049 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 - 15049 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 › DBBadge › should match screenshot: showcases/e2e/default.ts#L111
1) [chromium] › default.ts:79:2 › DBBadge › should match screenshot ────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 15049 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/badge/showcase/chromium/DBBadge-should-match-screenshot-1/DBBadge-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-chromium-retry1/DBBadge-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-chromium-retry1/DBBadge-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 - 15049 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 - 15049 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 › DBButton › should match screenshot: showcases/e2e/default.ts#L111
2) [chromium] › default.ts:79:2 › DBButton › should match screenshot ───────────────────────────── Error: expect(page).toHaveScreenshot(expected) 12350 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/button/showcase/chromium/DBButton-should-match-screenshot-1/DBButton-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-chromium/DBButton-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-chromium/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 - 12350 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 - 12350 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 › DBButton › should match screenshot: showcases/e2e/default.ts#L111
2) [chromium] › default.ts:79:2 › DBButton › should match screenshot ───────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 12350 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/button/showcase/chromium/DBButton-should-match-screenshot-1/DBButton-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-chromium-retry1/DBButton-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-chromium-retry1/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 - 12350 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 - 12350 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 › DBCheckbox › should match screenshot: showcases/e2e/default.ts#L111
3) [chromium] › default.ts:79:2 › DBCheckbox › should match screenshot ─────────────────────────── Error: expect(page).toHaveScreenshot(expected) 14782 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/checkbox/showcase/chromium/DBCheckbox-should-match-screenshot-1/DBCheckbox-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-chromium/DBCheckbox-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-chromium/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 - 14782 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 - 14782 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 › DBCheckbox › should match screenshot: showcases/e2e/default.ts#L111
3) [chromium] › default.ts:79:2 › DBCheckbox › should match screenshot ─────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 14782 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/checkbox/showcase/chromium/DBCheckbox-should-match-screenshot-1/DBCheckbox-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-chromium-retry1/DBCheckbox-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-chromium-retry1/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 - 14782 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 - 14782 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 › DBDrawer › should match screenshot: showcases/e2e/default.ts#L111
4) [chromium] › default.ts:79:2 › DBDrawer › should match screenshot ───────────────────────────── Error: expect(page).toHaveScreenshot(expected) 17507 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/drawer/showcase/chromium/DBDrawer-should-match-screenshot-1/DBDrawer-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-chromium/DBDrawer-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-chromium/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 - 17507 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 - 17507 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 › DBDrawer › should match screenshot: showcases/e2e/default.ts#L111
4) [chromium] › default.ts:79:2 › DBDrawer › should match screenshot ───────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 17507 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/drawer/showcase/chromium/DBDrawer-should-match-screenshot-1/DBDrawer-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-chromium-retry1/DBDrawer-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-chromium-retry1/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 - 17507 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 - 17507 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 › DBInfotext › should match screenshot: showcases/e2e/default.ts#L111
5) [chromium] › default.ts:79:2 › DBInfotext › should match screenshot ─────────────────────────── Error: expect(page).toHaveScreenshot(expected) 7843 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/showcase/chromium/DBInfotext-should-match-screenshot-1/DBInfotext-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-chromium/DBInfotext-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-chromium/DBInfotext-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 - 7843 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 - 7843 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 › DBInfotext › should match screenshot: showcases/e2e/default.ts#L111
5) [chromium] › default.ts:79:2 › DBInfotext › should match screenshot ─────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 7843 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/showcase/chromium/DBInfotext-should-match-screenshot-1/DBInfotext-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-chromium-retry1/DBInfotext-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-chromium-retry1/DBInfotext-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 - 7843 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 - 7843 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:2/6
Process completed with exit code 1.
[chromium-highContrast] › default.ts:79:2 › DBBadge › should match screenshot: showcases/e2e/default.ts#L111
1) [chromium-highContrast] › default.ts:79:2 › DBBadge › should match screenshot ───────────────── Error: expect(page).toHaveScreenshot(expected) 16676 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/badge/showcase/chromium-highContrast/DBBadge-should-match-screenshot-1/DBBadge-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-chromium-highContrast/DBBadge-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-chromium-highContrast/DBBadge-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 - 16676 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 - 16676 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 › DBBadge › should match screenshot: showcases/e2e/default.ts#L111
1) [chromium-highContrast] › default.ts:79:2 › DBBadge › should match screenshot ───────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 16676 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/badge/showcase/chromium-highContrast/DBBadge-should-match-screenshot-1/DBBadge-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-chromium-highContrast-retry1/DBBadge-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-chromium-highContrast-retry1/DBBadge-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 - 16676 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 - 16676 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 › DBButton › should match screenshot: showcases/e2e/default.ts#L111
2) [chromium-highContrast] › default.ts:79:2 › DBButton › should match screenshot ──────────────── Error: expect(page).toHaveScreenshot(expected) 12750 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/button/showcase/chromium-highContrast/DBButton-should-match-screenshot-1/DBButton-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-chromium-highContrast/DBButton-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-chromium-highContrast/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 - 12750 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 - 12750 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 › DBButton › should match screenshot: showcases/e2e/default.ts#L111
2) [chromium-highContrast] › default.ts:79:2 › DBButton › should match screenshot ──────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 12750 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/button/showcase/chromium-highContrast/DBButton-should-match-screenshot-1/DBButton-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-chromium-highContrast-retry1/DBButton-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-chromium-highContrast-retry1/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 - 12750 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 - 12750 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 › DBCheckbox › should match screenshot: showcases/e2e/default.ts#L111
3) [chromium-highContrast] › default.ts:79:2 › DBCheckbox › should match screenshot ────────────── Error: expect(page).toHaveScreenshot(expected) 15238 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/checkbox/showcase/chromium-highContrast/DBCheckbox-should-match-screenshot-1/DBCheckbox-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-chromium-highContrast/DBCheckbox-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-chromium-highContrast/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 - 15238 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 - 15238 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 › DBCheckbox › should match screenshot: showcases/e2e/default.ts#L111
3) [chromium-highContrast] › default.ts:79:2 › DBCheckbox › should match screenshot ────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 15238 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/checkbox/showcase/chromium-highContrast/DBCheckbox-should-match-screenshot-1/DBCheckbox-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-chromium-highContrast-retry1/DBCheckbox-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-chromium-highContrast-retry1/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 - 15238 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 - 15238 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) 17854 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/angular-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-chromium-highContrast/DBDrawer-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-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 - 17854 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 - 17854 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 ──────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 17854 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/angular-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-chromium-highContrast-retry1/DBDrawer-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-chromium-highContrast-retry1/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 - 17854 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 - 17854 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 › DBInfotext › should match screenshot: showcases/e2e/default.ts#L111
5) [chromium-highContrast] › default.ts:79:2 › DBInfotext › should match screenshot ────────────── Error: expect(page).toHaveScreenshot(expected) 8557 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/showcase/chromium-highContrast/DBInfotext-should-match-screenshot-1/DBInfotext-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-chromium-highContrast/DBInfotext-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-chromium-highContrast/DBInfotext-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 - 8557 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 - 8557 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 › DBInfotext › should match screenshot: showcases/e2e/default.ts#L111
5) [chromium-highContrast] › default.ts:79:2 › DBInfotext › should match screenshot ────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 8557 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/showcase/chromium-highContrast/DBInfotext-should-match-screenshot-1/DBInfotext-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-chromium-highContrast-retry1/DBInfotext-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-chromium-highContrast-retry1/DBInfotext-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 - 8557 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 - 8557 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:5/6
Process completed with exit code 1.
[mobile_chrome] › default.ts:79:2 › DBBadge › should match screenshot: showcases/e2e/default.ts#L111
1) [mobile_chrome] › default.ts:79:2 › DBBadge › should match screenshot ───────────────────────── Error: expect(page).toHaveScreenshot(expected) 19378 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/badge/showcase/mobile-chrome/DBBadge-should-match-screenshot-1/DBBadge-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-mobile-chrome/DBBadge-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-mobile-chrome/DBBadge-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 - 19378 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 - 19378 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 › DBBadge › should match screenshot: showcases/e2e/default.ts#L111
1) [mobile_chrome] › default.ts:79:2 › DBBadge › should match screenshot ───────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 19378 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/badge/showcase/mobile-chrome/DBBadge-should-match-screenshot-1/DBBadge-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-mobile-chrome-retry1/DBBadge-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-mobile-chrome-retry1/DBBadge-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 - 19378 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 - 19378 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 › DBButton › should match screenshot: showcases/e2e/default.ts#L111
2) [mobile_chrome] › default.ts:79:2 › DBButton › should match screenshot ──────────────────────── Error: expect(page).toHaveScreenshot(expected) 10586 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/button/showcase/mobile-chrome/DBButton-should-match-screenshot-1/DBButton-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-mobile-chrome/DBButton-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-mobile-chrome/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 - 10586 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 - 10586 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 › DBButton › should match screenshot: showcases/e2e/default.ts#L111
2) [mobile_chrome] › default.ts:79:2 › DBButton › should match screenshot ──────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 10586 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/button/showcase/mobile-chrome/DBButton-should-match-screenshot-1/DBButton-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-mobile-chrome-retry1/DBButton-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-mobile-chrome-retry1/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 - 10586 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 - 10586 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 › DBCheckbox › should match screenshot: showcases/e2e/default.ts#L111
3) [mobile_chrome] › default.ts:79:2 › DBCheckbox › should match screenshot ────────────────────── Error: expect(page).toHaveScreenshot(expected) 13657 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/checkbox/showcase/mobile-chrome/DBCheckbox-should-match-screenshot-1/DBCheckbox-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-mobile-chrome/DBCheckbox-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-mobile-chrome/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 - 13657 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 - 13657 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 › DBCheckbox › should match screenshot: showcases/e2e/default.ts#L111
3) [mobile_chrome] › default.ts:79:2 › DBCheckbox › should match screenshot ────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 13657 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/checkbox/showcase/mobile-chrome/DBCheckbox-should-match-screenshot-1/DBCheckbox-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-mobile-chrome-retry1/DBCheckbox-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-mobile-chrome-retry1/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 - 13657 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 - 13657 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 › DBDrawer › should match screenshot: showcases/e2e/default.ts#L111
4) [mobile_chrome] › default.ts:79:2 › DBDrawer › should match screenshot ──────────────────────── Error: expect(page).toHaveScreenshot(expected) 13773 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/drawer/showcase/mobile-chrome/DBDrawer-should-match-screenshot-1/DBDrawer-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-mobile-chrome/DBDrawer-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-mobile-chrome/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 - 13773 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 - 13773 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 › DBDrawer › should match screenshot: showcases/e2e/default.ts#L111
4) [mobile_chrome] › default.ts:79:2 › DBDrawer › should match screenshot ──────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 13773 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/drawer/showcase/mobile-chrome/DBDrawer-should-match-screenshot-1/DBDrawer-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-mobile-chrome-retry1/DBDrawer-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-mobile-chrome-retry1/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 - 13773 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 - 13773 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 › DBInfotext › should match screenshot: showcases/e2e/default.ts#L111
5) [mobile_chrome] › default.ts:79:2 › DBInfotext › should match screenshot ────────────────────── Error: expect(page).toHaveScreenshot(expected) 6180 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/showcase/mobile-chrome/DBInfotext-should-match-screenshot-1/DBInfotext-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-mobile-chrome/DBInfotext-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-mobile-chrome/DBInfotext-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 - 6180 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 - 6180 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 › DBInfotext › should match screenshot: showcases/e2e/default.ts#L111
5) [mobile_chrome] › default.ts:79:2 › DBInfotext › should match screenshot ────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 6180 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/showcase/mobile-chrome/DBInfotext-should-match-screenshot-1/DBInfotext-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-mobile-chrome-retry1/DBInfotext-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-mobile-chrome-retry1/DBInfotext-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 - 6180 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 - 6180 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
test-showcase-angular / 🧪🎭 - angular-showcase:3/6
Process completed with exit code 1.
[firefox] › default.ts:79:2 › DBBadge › should match screenshot: showcases/e2e/default.ts#L111
1) [firefox] › default.ts:79:2 › DBBadge › should match screenshot ─────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 11085 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/badge/showcase/firefox/DBBadge-should-match-screenshot-1/DBBadge-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-firefox/DBBadge-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-firefox/DBBadge-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 - 11085 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 - 11085 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 › DBBadge › should match screenshot: showcases/e2e/default.ts#L111
1) [firefox] › default.ts:79:2 › DBBadge › should match screenshot ─────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 11085 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/badge/showcase/firefox/DBBadge-should-match-screenshot-1/DBBadge-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-firefox-retry1/DBBadge-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-firefox-retry1/DBBadge-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 - 11085 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 - 11085 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 › DBButton › should match screenshot: showcases/e2e/default.ts#L111
2) [firefox] › default.ts:79:2 › DBButton › should match screenshot ────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 8655 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/button/showcase/firefox/DBButton-should-match-screenshot-1/DBButton-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-firefox/DBButton-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-firefox/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 - 8655 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 - 8655 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 › DBButton › should match screenshot: showcases/e2e/default.ts#L111
2) [firefox] › default.ts:79:2 › DBButton › should match screenshot ────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 8655 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/button/showcase/firefox/DBButton-should-match-screenshot-1/DBButton-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-firefox-retry1/DBButton-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-firefox-retry1/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 - 8655 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 - 8655 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 › DBCheckbox › should match screenshot: showcases/e2e/default.ts#L111
3) [firefox] › default.ts:79:2 › DBCheckbox › should match screenshot ──────────────────────────── Error: expect(page).toHaveScreenshot(expected) 12624 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/checkbox/showcase/firefox/DBCheckbox-should-match-screenshot-1/DBCheckbox-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-firefox/DBCheckbox-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-firefox/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 - 12624 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 - 12624 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 › DBCheckbox › should match screenshot: showcases/e2e/default.ts#L111
3) [firefox] › default.ts:79:2 › DBCheckbox › should match screenshot ──────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 12624 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/checkbox/showcase/firefox/DBCheckbox-should-match-screenshot-1/DBCheckbox-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-firefox-retry1/DBCheckbox-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-firefox-retry1/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 - 12624 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 - 12624 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 › DBDrawer › should match screenshot: showcases/e2e/default.ts#L111
4) [firefox] › default.ts:79:2 › DBDrawer › should match screenshot ────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 10045 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/drawer/showcase/firefox/DBDrawer-should-match-screenshot-1/DBDrawer-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-firefox/DBDrawer-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-firefox/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 - 10045 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 - 10045 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 › DBDrawer › should match screenshot: showcases/e2e/default.ts#L111
4) [firefox] › default.ts:79:2 › DBDrawer › should match screenshot ────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 10045 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/drawer/showcase/firefox/DBDrawer-should-match-screenshot-1/DBDrawer-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-firefox-retry1/DBDrawer-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-firefox-retry1/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 - 10045 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 - 10045 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 › DBInfotext › should match screenshot: showcases/e2e/default.ts#L111
5) [firefox] › default.ts:79:2 › DBInfotext › should match screenshot ──────────────────────────── Error: expect(page).toHaveScreenshot(expected) 7386 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/showcase/firefox/DBInfotext-should-match-screenshot-1/DBInfotext-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-firefox/DBInfotext-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-firefox/DBInfotext-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 - 7386 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 - 7386 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 › DBInfotext › should match screenshot: showcases/e2e/default.ts#L111
5) [firefox] › default.ts:79:2 › DBInfotext › should match screenshot ──────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 7386 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/showcase/firefox/DBInfotext-should-match-screenshot-1/DBInfotext-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-firefox-retry1/DBInfotext-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-firefox-retry1/DBInfotext-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 - 7386 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 - 7386 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 › DBBadge › should match screenshot: showcases/e2e/default.ts#L111
1) [mobile_safari] › default.ts:79:2 › DBBadge › should match screenshot ───────────────────────── Error: expect(page).toHaveScreenshot(expected) 9032 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/badge/showcase/mobile-safari/DBBadge-should-match-screenshot-1/DBBadge-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-mobile-safari/DBBadge-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-mobile-safari/DBBadge-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 - 9032 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 - 9032 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 › DBBadge › should match screenshot: showcases/e2e/default.ts#L111
1) [mobile_safari] › default.ts:79:2 › DBBadge › should match screenshot ───────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 9032 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/badge/showcase/mobile-safari/DBBadge-should-match-screenshot-1/DBBadge-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-mobile-safari-retry1/DBBadge-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-mobile-safari-retry1/DBBadge-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 - 9032 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 - 9032 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 › DBButton › should match screenshot: showcases/e2e/default.ts#L111
2) [mobile_safari] › default.ts:79:2 › DBButton › should match screenshot ──────────────────────── Error: expect(page).toHaveScreenshot(expected) 6449 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/button/showcase/mobile-safari/DBButton-should-match-screenshot-1/DBButton-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-mobile-safari/DBButton-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-mobile-safari/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 - 6449 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 - 6449 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 › DBButton › should match screenshot: showcases/e2e/default.ts#L111
2) [mobile_safari] › default.ts:79:2 › DBButton › should match screenshot ──────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 6449 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/button/showcase/mobile-safari/DBButton-should-match-screenshot-1/DBButton-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-mobile-safari-retry1/DBButton-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-mobile-safari-retry1/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 - 6449 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 - 6449 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 › DBCheckbox › should match screenshot: showcases/e2e/default.ts#L111
3) [mobile_safari] › default.ts:79:2 › DBCheckbox › should match screenshot ────────────────────── Error: expect(page).toHaveScreenshot(expected) 8996 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/checkbox/showcase/mobile-safari/DBCheckbox-should-match-screenshot-1/DBCheckbox-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-mobile-safari/DBCheckbox-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-mobile-safari/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 - 8996 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 - 8996 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 › DBCheckbox › should match screenshot: showcases/e2e/default.ts#L111
3) [mobile_safari] › default.ts:79:2 › DBCheckbox › should match screenshot ────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 8996 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/checkbox/showcase/mobile-safari/DBCheckbox-should-match-screenshot-1/DBCheckbox-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-mobile-safari-retry1/DBCheckbox-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-mobile-safari-retry1/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 - 8996 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 - 8996 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 › DBDrawer › should match screenshot: showcases/e2e/default.ts#L111
4) [mobile_safari] › default.ts:79:2 › DBDrawer › should match screenshot ──────────────────────── Error: expect(page).toHaveScreenshot(expected) 7713 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/drawer/showcase/mobile-safari/DBDrawer-should-match-screenshot-1/DBDrawer-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-mobile-safari/DBDrawer-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-mobile-safari/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 - 7713 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 - 7713 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 › DBDrawer › should match screenshot: showcases/e2e/default.ts#L111
4) [mobile_safari] › default.ts:79:2 › DBDrawer › should match screenshot ──────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 7713 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/drawer/showcase/mobile-safari/DBDrawer-should-match-screenshot-1/DBDrawer-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-mobile-safari-retry1/DBDrawer-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-mobile-safari-retry1/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 - 7713 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 - 7713 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 › DBInfotext › should match screenshot: showcases/e2e/default.ts#L111
5) [mobile_safari] › default.ts:79:2 › DBInfotext › should match screenshot ────────────────────── Error: expect(page).toHaveScreenshot(expected) 3866 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/showcase/mobile-safari/DBInfotext-should-match-screenshot-1/DBInfotext-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-mobile-safari/DBInfotext-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-mobile-safari/DBInfotext-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 - 3866 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 - 3866 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 › DBInfotext › should match screenshot: showcases/e2e/default.ts#L111
5) [mobile_safari] › default.ts:79:2 › DBInfotext › should match screenshot ────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 3866 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/showcase/mobile-safari/DBInfotext-should-match-screenshot-1/DBInfotext-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-mobile-safari-retry1/DBInfotext-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-mobile-safari-retry1/DBInfotext-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 - 3866 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 - 3866 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.
test-showcase-vue / 🧪🎭 - vue-showcase:1/6
Process completed with exit code 1.
[chromium] › default.ts:79:2 › DBBadge › should match screenshot: showcases/e2e/default.ts#L111
1) [chromium] › default.ts:79:2 › DBBadge › should match screenshot ────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 15049 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/badge/showcase/chromium/DBBadge-should-match-screenshot-1/DBBadge-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-chromium/DBBadge-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-chromium/DBBadge-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 - 15049 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 - 15049 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 › DBBadge › should match screenshot: showcases/e2e/default.ts#L111
1) [chromium] › default.ts:79:2 › DBBadge › should match screenshot ────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 15049 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/badge/showcase/chromium/DBBadge-should-match-screenshot-1/DBBadge-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-chromium-retry1/DBBadge-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-chromium-retry1/DBBadge-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 - 15049 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 - 15049 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 › DBButton › should match screenshot: showcases/e2e/default.ts#L111
2) [chromium] › default.ts:79:2 › DBButton › should match screenshot ───────────────────────────── Error: expect(page).toHaveScreenshot(expected) 12350 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/button/showcase/chromium/DBButton-should-match-screenshot-1/DBButton-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-chromium/DBButton-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-chromium/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 - 12350 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 - 12350 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 › DBButton › should match screenshot: showcases/e2e/default.ts#L111
2) [chromium] › default.ts:79:2 › DBButton › should match screenshot ───────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 12350 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/button/showcase/chromium/DBButton-should-match-screenshot-1/DBButton-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-chromium-retry1/DBButton-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-chromium-retry1/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 - 12350 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 - 12350 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 › DBCheckbox › should match screenshot: showcases/e2e/default.ts#L111
3) [chromium] › default.ts:79:2 › DBCheckbox › should match screenshot ─────────────────────────── Error: expect(page).toHaveScreenshot(expected) 14782 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/checkbox/showcase/chromium/DBCheckbox-should-match-screenshot-1/DBCheckbox-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-chromium/DBCheckbox-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-chromium/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 - 14782 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 - 14782 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 › DBCheckbox › should match screenshot: showcases/e2e/default.ts#L111
3) [chromium] › default.ts:79:2 › DBCheckbox › should match screenshot ─────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 14782 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/checkbox/showcase/chromium/DBCheckbox-should-match-screenshot-1/DBCheckbox-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-chromium-retry1/DBCheckbox-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-chromium-retry1/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 - 14782 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 - 14782 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 › DBDrawer › should match screenshot: showcases/e2e/default.ts#L111
4) [chromium] › default.ts:79:2 › DBDrawer › should match screenshot ───────────────────────────── Error: expect(page).toHaveScreenshot(expected) 17507 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/drawer/showcase/chromium/DBDrawer-should-match-screenshot-1/DBDrawer-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-chromium/DBDrawer-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-chromium/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 - 17507 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 - 17507 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 › DBDrawer › should match screenshot: showcases/e2e/default.ts#L111
4) [chromium] › default.ts:79:2 › DBDrawer › should match screenshot ───────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 17507 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/drawer/showcase/chromium/DBDrawer-should-match-screenshot-1/DBDrawer-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-chromium-retry1/DBDrawer-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-chromium-retry1/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 - 17507 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 - 17507 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 › DBInfotext › should match screenshot: showcases/e2e/default.ts#L111
5) [chromium] › default.ts:79:2 › DBInfotext › should match screenshot ─────────────────────────── Error: expect(page).toHaveScreenshot(expected) 7843 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/showcase/chromium/DBInfotext-should-match-screenshot-1/DBInfotext-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-chromium/DBInfotext-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-chromium/DBInfotext-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 - 7843 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 - 7843 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 › DBInfotext › should match screenshot: showcases/e2e/default.ts#L111
5) [chromium] › default.ts:79:2 › DBInfotext › should match screenshot ─────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 7843 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/showcase/chromium/DBInfotext-should-match-screenshot-1/DBInfotext-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-chromium-retry1/DBInfotext-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-chromium-retry1/DBInfotext-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 - 7843 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 - 7843 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 › link › overview should match screenshot: showcases/patternhub/tests/default.spec.ts#L15
1) [chromium] › default.spec.ts:10:2 › link › overview should match screenshot ─────────────────── Error: expect(page).toHaveScreenshot(expected) 3977 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/link/patternhub/link-overview-should-match-screenshot.png Received: /__w/mono/mono/showcases/patternhub/test-results/default-link-overview-should-match-screenshot-chromium/link/patternhub-actual.png Diff: /__w/mono/mono/showcases/patternhub/test-results/default-link-overview-should-match-screenshot-chromium/link/patternhub-diff.png Call log: - expect.toHaveScreenshot(link/patternhub.png) with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 3977 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 - 3977 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 › link › overview should match screenshot: showcases/patternhub/tests/default.spec.ts#L15
1) [chromium] › default.spec.ts:10:2 › link › overview should match screenshot ─────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 3977 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/link/patternhub/link-overview-should-match-screenshot.png Received: /__w/mono/mono/showcases/patternhub/test-results/default-link-overview-should-match-screenshot-chromium-retry1/link/patternhub-actual.png Diff: /__w/mono/mono/showcases/patternhub/test-results/default-link-overview-should-match-screenshot-chromium-retry1/link/patternhub-diff.png Call log: - expect.toHaveScreenshot(link/patternhub.png) with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 3977 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 - 3977 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-angular / 🧪🎭 - angular-showcase:4/6
Process completed with exit code 1.
[webkit] › default.ts:79:2 › DBBadge › should match screenshot: showcases/e2e/default.ts#L111
1) [webkit] › default.ts:79:2 › DBBadge › should match screenshot ──────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 10802 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/badge/showcase/webkit/DBBadge-should-match-screenshot-1/DBBadge-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-webkit/DBBadge-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-webkit/DBBadge-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 - 10802 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 - 10802 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 › DBBadge › should match screenshot: showcases/e2e/default.ts#L111
1) [webkit] › default.ts:79:2 › DBBadge › should match screenshot ──────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 10802 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/badge/showcase/webkit/DBBadge-should-match-screenshot-1/DBBadge-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-webkit-retry1/DBBadge-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-webkit-retry1/DBBadge-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 - 10802 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 - 10802 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 › DBButton › should match screenshot: showcases/e2e/default.ts#L111
2) [webkit] › default.ts:79:2 › DBButton › should match screenshot ─────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 8666 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/button/showcase/webkit/DBButton-should-match-screenshot-1/DBButton-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-webkit/DBButton-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-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 - 8666 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 - 8666 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 › DBButton › should match screenshot: showcases/e2e/default.ts#L111
2) [webkit] › default.ts:79:2 › DBButton › should match screenshot ─────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 8666 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/button/showcase/webkit/DBButton-should-match-screenshot-1/DBButton-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-webkit-retry1/DBButton-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-webkit-retry1/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 - 8666 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 - 8666 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 › DBCheckbox › should match screenshot: showcases/e2e/default.ts#L111
3) [webkit] › default.ts:79:2 › DBCheckbox › should match screenshot ───────────────────────────── Error: expect(page).toHaveScreenshot(expected) 10701 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/checkbox/showcase/webkit/DBCheckbox-should-match-screenshot-1/DBCheckbox-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-webkit/DBCheckbox-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-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 - 10701 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 - 10701 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 › DBCheckbox › should match screenshot: showcases/e2e/default.ts#L111
3) [webkit] › default.ts:79:2 › DBCheckbox › should match screenshot ───────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 10701 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/checkbox/showcase/webkit/DBCheckbox-should-match-screenshot-1/DBCheckbox-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-webkit-retry1/DBCheckbox-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-webkit-retry1/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 - 10701 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 - 10701 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 › DBDrawer › should match screenshot: showcases/e2e/default.ts#L111
4) [webkit] › default.ts:79:2 › DBDrawer › should match screenshot ─────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 11662 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/drawer/showcase/webkit/DBDrawer-should-match-screenshot-1/DBDrawer-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-webkit/DBDrawer-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-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 - 11662 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 - 11662 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 › DBDrawer › should match screenshot: showcases/e2e/default.ts#L111
4) [webkit] › default.ts:79:2 › DBDrawer › should match screenshot ─────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 11662 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/drawer/showcase/webkit/DBDrawer-should-match-screenshot-1/DBDrawer-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-webkit-retry1/DBDrawer-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-webkit-retry1/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 - 11662 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 - 11662 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 › DBInfotext › should match screenshot: showcases/e2e/default.ts#L111
5) [webkit] › default.ts:79:2 › DBInfotext › should match screenshot ───────────────────────────── Error: expect(page).toHaveScreenshot(expected) 6270 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/showcase/webkit/DBInfotext-should-match-screenshot-1/DBInfotext-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-webkit/DBInfotext-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-webkit/DBInfotext-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 - 6270 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 - 6270 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 › DBInfotext › should match screenshot: showcases/e2e/default.ts#L111
5) [webkit] › default.ts:79:2 › DBInfotext › should match screenshot ───────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 6270 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/showcase/webkit/DBInfotext-should-match-screenshot-1/DBInfotext-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-webkit-retry1/DBInfotext-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-webkit-retry1/DBInfotext-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 - 6270 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 - 6270 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 › DBBadge › should match screenshot: showcases/e2e/default.ts#L111
1) [mobile_safari] › default.ts:79:2 › DBBadge › should match screenshot ───────────────────────── Error: expect(page).toHaveScreenshot(expected) 9032 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/badge/showcase/mobile-safari/DBBadge-should-match-screenshot-1/DBBadge-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-mobile-safari/DBBadge-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-mobile-safari/DBBadge-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 - 9032 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 - 9032 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 › DBBadge › should match screenshot: showcases/e2e/default.ts#L111
1) [mobile_safari] › default.ts:79:2 › DBBadge › should match screenshot ───────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 9032 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/badge/showcase/mobile-safari/DBBadge-should-match-screenshot-1/DBBadge-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-mobile-safari-retry1/DBBadge-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-mobile-safari-retry1/DBBadge-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 - 9032 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 - 9032 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 › DBButton › should match screenshot: showcases/e2e/default.ts#L111
2) [mobile_safari] › default.ts:79:2 › DBButton › should match screenshot ──────────────────────── Error: expect(page).toHaveScreenshot(expected) 6449 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/button/showcase/mobile-safari/DBButton-should-match-screenshot-1/DBButton-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-mobile-safari/DBButton-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-mobile-safari/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 - 6449 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 - 6449 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 › DBButton › should match screenshot: showcases/e2e/default.ts#L111
2) [mobile_safari] › default.ts:79:2 › DBButton › should match screenshot ──────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 6449 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/button/showcase/mobile-safari/DBButton-should-match-screenshot-1/DBButton-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-mobile-safari-retry1/DBButton-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-mobile-safari-retry1/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 - 6449 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 - 6449 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 › DBCheckbox › should match screenshot: showcases/e2e/default.ts#L111
3) [mobile_safari] › default.ts:79:2 › DBCheckbox › should match screenshot ────────────────────── Error: expect(page).toHaveScreenshot(expected) 8996 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/checkbox/showcase/mobile-safari/DBCheckbox-should-match-screenshot-1/DBCheckbox-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-mobile-safari/DBCheckbox-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-mobile-safari/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 - 8996 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 - 8996 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 › DBCheckbox › should match screenshot: showcases/e2e/default.ts#L111
3) [mobile_safari] › default.ts:79:2 › DBCheckbox › should match screenshot ────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 8996 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/checkbox/showcase/mobile-safari/DBCheckbox-should-match-screenshot-1/DBCheckbox-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-mobile-safari-retry1/DBCheckbox-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-mobile-safari-retry1/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 - 8996 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 - 8996 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 › DBDrawer › should match screenshot: showcases/e2e/default.ts#L111
4) [mobile_safari] › default.ts:79:2 › DBDrawer › should match screenshot ──────────────────────── Error: expect(page).toHaveScreenshot(expected) 7713 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/drawer/showcase/mobile-safari/DBDrawer-should-match-screenshot-1/DBDrawer-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-mobile-safari/DBDrawer-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-mobile-safari/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 - 7713 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 - 7713 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 › DBDrawer › should match screenshot: showcases/e2e/default.ts#L111
4) [mobile_safari] › default.ts:79:2 › DBDrawer › should match screenshot ──────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 7713 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/drawer/showcase/mobile-safari/DBDrawer-should-match-screenshot-1/DBDrawer-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-mobile-safari-retry1/DBDrawer-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-mobile-safari-retry1/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 - 7713 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 - 7713 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 › DBInfotext › should match screenshot: showcases/e2e/default.ts#L111
5) [mobile_safari] › default.ts:79:2 › DBInfotext › should match screenshot ────────────────────── Error: expect(page).toHaveScreenshot(expected) 3866 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/showcase/mobile-safari/DBInfotext-should-match-screenshot-1/DBInfotext-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-mobile-safari/DBInfotext-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-mobile-safari/DBInfotext-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 - 3866 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 - 3866 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 › DBInfotext › should match screenshot: showcases/e2e/default.ts#L111
5) [mobile_safari] › default.ts:79:2 › DBInfotext › should match screenshot ────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 3866 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/showcase/mobile-safari/DBInfotext-should-match-screenshot-1/DBInfotext-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-mobile-safari-retry1/DBInfotext-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-mobile-safari-retry1/DBInfotext-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 - 3866 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 - 3866 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-patternhub / 🧪🎭 - patternhub:3/6
Process completed with exit code 1.
[chromium] › default.spec.ts:10:2 › checkbox › overview should match screenshot: showcases/patternhub/tests/default.spec.ts#L15
1) [chromium] › default.spec.ts:10:2 › checkbox › overview should match screenshot ─────────────── Error: expect(page).toHaveScreenshot(expected) 4923 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/checkbox/patternhub/checkbox-overview-should-match-screenshot.png Received: /__w/mono/mono/showcases/patternhub/test-results/default-checkbox-overview-should-match-screenshot-chromium/checkbox/patternhub-actual.png Diff: /__w/mono/mono/showcases/patternhub/test-results/default-checkbox-overview-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 - 4923 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 - 4923 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 › overview should match screenshot: showcases/patternhub/tests/default.spec.ts#L15
1) [chromium] › default.spec.ts:10:2 › checkbox › overview should match screenshot ─────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 4923 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/checkbox/patternhub/checkbox-overview-should-match-screenshot.png Received: /__w/mono/mono/showcases/patternhub/test-results/default-checkbox-overview-should-match-screenshot-chromium-retry1/checkbox/patternhub-actual.png Diff: /__w/mono/mono/showcases/patternhub/test-results/default-checkbox-overview-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 - 4923 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 - 4923 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 › overview should match screenshot: showcases/patternhub/tests/default.spec.ts#L15
2) [chromium] › default.spec.ts:10:2 › input › overview should match screenshot ────────────────── Error: expect(page).toHaveScreenshot(expected) 4994 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/patternhub/input-overview-should-match-screenshot.png Received: /__w/mono/mono/showcases/patternhub/test-results/default-input-overview-should-match-screenshot-chromium/input/patternhub-actual.png Diff: /__w/mono/mono/showcases/patternhub/test-results/default-input-overview-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 - 4994 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 - 4994 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 › overview should match screenshot: showcases/patternhub/tests/default.spec.ts#L15
2) [chromium] › default.spec.ts:10:2 › input › overview should match screenshot ────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 4994 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/patternhub/input-overview-should-match-screenshot.png Received: /__w/mono/mono/showcases/patternhub/test-results/default-input-overview-should-match-screenshot-chromium-retry1/input/patternhub-actual.png Diff: /__w/mono/mono/showcases/patternhub/test-results/default-input-overview-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 - 4994 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 - 4994 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 › radio › overview should match screenshot: showcases/patternhub/tests/default.spec.ts#L15
3) [chromium] › default.spec.ts:10:2 › radio › overview should match screenshot ────────────────── Error: expect(page).toHaveScreenshot(expected) 3433 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/radio/patternhub/radio-overview-should-match-screenshot.png Received: /__w/mono/mono/showcases/patternhub/test-results/default-radio-overview-should-match-screenshot-chromium/radio/patternhub-actual.png Diff: /__w/mono/mono/showcases/patternhub/test-results/default-radio-overview-should-match-screenshot-chromium/radio/patternhub-diff.png Call log: - expect.toHaveScreenshot(radio/patternhub.png) with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 3433 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 - 3433 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 › radio › overview should match screenshot: showcases/patternhub/tests/default.spec.ts#L15
3) [chromium] › default.spec.ts:10:2 › radio › overview should match screenshot ────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 3433 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/radio/patternhub/radio-overview-should-match-screenshot.png Received: /__w/mono/mono/showcases/patternhub/test-results/default-radio-overview-should-match-screenshot-chromium-retry1/radio/patternhub-actual.png Diff: /__w/mono/mono/showcases/patternhub/test-results/default-radio-overview-should-match-screenshot-chromium-retry1/radio/patternhub-diff.png Call log: - expect.toHaveScreenshot(radio/patternhub.png) with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 3433 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 - 3433 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 › select › overview should match screenshot: showcases/patternhub/tests/default.spec.ts#L15
4) [chromium] › default.spec.ts:10:2 › select › overview should match screenshot ───────────────── Error: expect(page).toHaveScreenshot(expected) 2748 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/patternhub/select-overview-should-match-screenshot.png Received: /__w/mono/mono/showcases/patternhub/test-results/default-select-overview-should-match-screenshot-chromium/select/patternhub-actual.png Diff: /__w/mono/mono/showcases/patternhub/test-results/default-select-overview-should-match-screenshot-chromium/select/patternhub-diff.png Call log: - expect.toHaveScreenshot(select/patternhub.png) with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2748 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 - 2748 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 › select › overview should match screenshot: showcases/patternhub/tests/default.spec.ts#L15
4) [chromium] › default.spec.ts:10:2 › select › overview should match screenshot ───────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 2748 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/patternhub/select-overview-should-match-screenshot.png Received: /__w/mono/mono/showcases/patternhub/test-results/default-select-overview-should-match-screenshot-chromium-retry1/select/patternhub-actual.png Diff: /__w/mono/mono/showcases/patternhub/test-results/default-select-overview-should-match-screenshot-chromium-retry1/select/patternhub-diff.png Call log: - expect.toHaveScreenshot(select/patternhub.png) with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2748 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 - 2748 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-screen-reader / 🧪🎭 - screen-reader - macos-13 - react - 4/4
Process completed with exit code 1.
test-showcase-vue / 🧪🎭 - vue-showcase:2/6
Process completed with exit code 1.
[chromium-highContrast] › default.ts:79:2 › DBBadge › should match screenshot: showcases/e2e/default.ts#L111
1) [chromium-highContrast] › default.ts:79:2 › DBBadge › should match screenshot ───────────────── Error: expect(page).toHaveScreenshot(expected) 16676 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/badge/showcase/chromium-highContrast/DBBadge-should-match-screenshot-1/DBBadge-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-chromium-highContrast/DBBadge-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-chromium-highContrast/DBBadge-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 - 16676 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 - 16676 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 › DBBadge › should match screenshot: showcases/e2e/default.ts#L111
1) [chromium-highContrast] › default.ts:79:2 › DBBadge › should match screenshot ───────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 16676 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/badge/showcase/chromium-highContrast/DBBadge-should-match-screenshot-1/DBBadge-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-chromium-highContrast-retry1/DBBadge-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-chromium-highContrast-retry1/DBBadge-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 - 16676 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 - 16676 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 › DBButton › should match screenshot: showcases/e2e/default.ts#L111
2) [chromium-highContrast] › default.ts:79:2 › DBButton › should match screenshot ──────────────── Error: expect(page).toHaveScreenshot(expected) 12750 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/button/showcase/chromium-highContrast/DBButton-should-match-screenshot-1/DBButton-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-chromium-highContrast/DBButton-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-chromium-highContrast/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 - 12750 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 - 12750 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 › DBButton › should match screenshot: showcases/e2e/default.ts#L111
2) [chromium-highContrast] › default.ts:79:2 › DBButton › should match screenshot ──────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 12750 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/button/showcase/chromium-highContrast/DBButton-should-match-screenshot-1/DBButton-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-chromium-highContrast-retry1/DBButton-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-chromium-highContrast-retry1/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 - 12750 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 - 12750 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 › DBCheckbox › should match screenshot: showcases/e2e/default.ts#L111
3) [chromium-highContrast] › default.ts:79:2 › DBCheckbox › should match screenshot ────────────── Error: expect(page).toHaveScreenshot(expected) 15238 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/checkbox/showcase/chromium-highContrast/DBCheckbox-should-match-screenshot-1/DBCheckbox-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-chromium-highContrast/DBCheckbox-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-chromium-highContrast/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 - 15238 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 - 15238 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 › DBCheckbox › should match screenshot: showcases/e2e/default.ts#L111
3) [chromium-highContrast] › default.ts:79:2 › DBCheckbox › should match screenshot ────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 15238 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/checkbox/showcase/chromium-highContrast/DBCheckbox-should-match-screenshot-1/DBCheckbox-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-chromium-highContrast-retry1/DBCheckbox-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-chromium-highContrast-retry1/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 - 15238 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 - 15238 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) 17854 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/vue-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-chromium-highContrast/DBDrawer-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-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 - 17854 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 - 17854 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 ──────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 17854 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/vue-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-chromium-highContrast-retry1/DBDrawer-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-chromium-highContrast-retry1/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 - 17854 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 - 17854 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 › DBInfotext › should match screenshot: showcases/e2e/default.ts#L111
5) [chromium-highContrast] › default.ts:79:2 › DBInfotext › should match screenshot ────────────── Error: expect(page).toHaveScreenshot(expected) 8557 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/showcase/chromium-highContrast/DBInfotext-should-match-screenshot-1/DBInfotext-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-chromium-highContrast/DBInfotext-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-chromium-highContrast/DBInfotext-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 - 8557 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 - 8557 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 › DBInfotext › should match screenshot: showcases/e2e/default.ts#L111
5) [chromium-highContrast] › default.ts:79:2 › DBInfotext › should match screenshot ────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 8557 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/showcase/chromium-highContrast/DBInfotext-should-match-screenshot-1/DBInfotext-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-chromium-highContrast-retry1/DBInfotext-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-chromium-highContrast-retry1/DBInfotext-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 - 8557 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 - 8557 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 › switch › overview should match screenshot: showcases/patternhub/tests/default.spec.ts#L15
1) [chromium] › default.spec.ts:10:2 › switch › overview should match screenshot ───────────────── Error: expect(page).toHaveScreenshot(expected) 5135 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/switch/patternhub/switch-overview-should-match-screenshot.png Received: /__w/mono/mono/showcases/patternhub/test-results/default-switch-overview-should-match-screenshot-chromium/switch/patternhub-actual.png Diff: /__w/mono/mono/showcases/patternhub/test-results/default-switch-overview-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 - 5137 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 - 5135 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 › overview should match screenshot: showcases/patternhub/tests/default.spec.ts#L15
1) [chromium] › default.spec.ts:10:2 › switch › overview should match screenshot ───────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 5135 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/switch/patternhub/switch-overview-should-match-screenshot.png Received: /__w/mono/mono/showcases/patternhub/test-results/default-switch-overview-should-match-screenshot-chromium-retry1/switch/patternhub-actual.png Diff: /__w/mono/mono/showcases/patternhub/test-results/default-switch-overview-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 - 5137 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 - 5135 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 › overview should match screenshot: showcases/patternhub/tests/default.spec.ts#L15
2) [chromium] › default.spec.ts:10:2 › textarea › overview should match screenshot ─────────────── Error: expect(page).toHaveScreenshot(expected) 6755 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/textarea/patternhub/textarea-overview-should-match-screenshot.png Received: /__w/mono/mono/showcases/patternhub/test-results/default-textarea-overview-should-match-screenshot-chromium/textarea/patternhub-actual.png Diff: /__w/mono/mono/showcases/patternhub/test-results/default-textarea-overview-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 - 6754 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 - 6755 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 › overview should match screenshot: showcases/patternhub/tests/default.spec.ts#L15
2) [chromium] › default.spec.ts:10:2 › textarea › overview should match screenshot ─────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 6755 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/textarea/patternhub/textarea-overview-should-match-screenshot.png Received: /__w/mono/mono/showcases/patternhub/test-results/default-textarea-overview-should-match-screenshot-chromium-retry1/textarea/patternhub-actual.png Diff: /__w/mono/mono/showcases/patternhub/test-results/default-textarea-overview-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 - 6754 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 - 6755 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
3) [chromium] › default.spec.ts:10:2 › notification › properties should match screenshot ───────── Error: expect(page).toHaveScreenshot(expected) 6077 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 - 6077 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 - 6077 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
3) [chromium] › default.spec.ts:10:2 › notification › properties should match screenshot ───────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 6077 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 - 6077 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 - 6077 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-react / 🧪🎭 - react-showcase:5/6
Process completed with exit code 1.
[mobile_chrome] › default.ts:79:2 › DBBadge › should match screenshot: showcases/e2e/default.ts#L111
1) [mobile_chrome] › default.ts:79:2 › DBBadge › should match screenshot ───────────────────────── Error: expect(page).toHaveScreenshot(expected) 19378 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/badge/showcase/mobile-chrome/DBBadge-should-match-screenshot-1/DBBadge-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-mobile-chrome/DBBadge-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-mobile-chrome/DBBadge-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 - 19378 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 - 19378 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 › DBBadge › should match screenshot: showcases/e2e/default.ts#L111
1) [mobile_chrome] › default.ts:79:2 › DBBadge › should match screenshot ───────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 19378 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/badge/showcase/mobile-chrome/DBBadge-should-match-screenshot-1/DBBadge-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-mobile-chrome-retry1/DBBadge-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-mobile-chrome-retry1/DBBadge-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 - 19378 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 - 19378 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 › DBButton › should match screenshot: showcases/e2e/default.ts#L111
2) [mobile_chrome] › default.ts:79:2 › DBButton › should match screenshot ──────────────────────── Error: expect(page).toHaveScreenshot(expected) 10586 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/button/showcase/mobile-chrome/DBButton-should-match-screenshot-1/DBButton-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-mobile-chrome/DBButton-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-mobile-chrome/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 - 10586 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 - 10586 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 › DBButton › should match screenshot: showcases/e2e/default.ts#L111
2) [mobile_chrome] › default.ts:79:2 › DBButton › should match screenshot ──────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 10586 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/button/showcase/mobile-chrome/DBButton-should-match-screenshot-1/DBButton-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-mobile-chrome-retry1/DBButton-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-mobile-chrome-retry1/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 - 10586 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 - 10586 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 › DBCheckbox › should match screenshot: showcases/e2e/default.ts#L111
3) [mobile_chrome] › default.ts:79:2 › DBCheckbox › should match screenshot ────────────────────── Error: expect(page).toHaveScreenshot(expected) 13657 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/checkbox/showcase/mobile-chrome/DBCheckbox-should-match-screenshot-1/DBCheckbox-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-mobile-chrome/DBCheckbox-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-mobile-chrome/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 - 13657 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 - 13657 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 › DBCheckbox › should match screenshot: showcases/e2e/default.ts#L111
3) [mobile_chrome] › default.ts:79:2 › DBCheckbox › should match screenshot ────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 13657 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/checkbox/showcase/mobile-chrome/DBCheckbox-should-match-screenshot-1/DBCheckbox-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-mobile-chrome-retry1/DBCheckbox-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-mobile-chrome-retry1/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 - 13657 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 - 13657 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 › DBDrawer › should match screenshot: showcases/e2e/default.ts#L111
4) [mobile_chrome] › default.ts:79:2 › DBDrawer › should match screenshot ──────────────────────── Error: expect(page).toHaveScreenshot(expected) 13773 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/drawer/showcase/mobile-chrome/DBDrawer-should-match-screenshot-1/DBDrawer-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-mobile-chrome/DBDrawer-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-mobile-chrome/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 - 13773 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 - 13773 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 › DBDrawer › should match screenshot: showcases/e2e/default.ts#L111
4) [mobile_chrome] › default.ts:79:2 › DBDrawer › should match screenshot ──────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 13773 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/drawer/showcase/mobile-chrome/DBDrawer-should-match-screenshot-1/DBDrawer-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-mobile-chrome-retry1/DBDrawer-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-mobile-chrome-retry1/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 - 13773 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 - 13773 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 › DBInfotext › should match screenshot: showcases/e2e/default.ts#L111
5) [mobile_chrome] › default.ts:79:2 › DBInfotext › should match screenshot ────────────────────── Error: expect(page).toHaveScreenshot(expected) 6180 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/showcase/mobile-chrome/DBInfotext-should-match-screenshot-1/DBInfotext-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-mobile-chrome/DBInfotext-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-mobile-chrome/DBInfotext-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 - 6180 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 - 6180 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 › DBInfotext › should match screenshot: showcases/e2e/default.ts#L111
5) [mobile_chrome] › default.ts:79:2 › DBInfotext › should match screenshot ────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 6180 pixels (ratio 0.02 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/showcase/mobile-chrome/DBInfotext-should-match-screenshot-1/DBInfotext-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-mobile-chrome-retry1/DBInfotext-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-mobile-chrome-retry1/DBInfotext-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 - 6180 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 - 6180 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
test-showcase-patternhub / 🧪🎭 - patternhub:6/6
Process completed with exit code 1.
[chromium] › default.spec.ts:10:2 › stack › overview should match screenshot: showcases/patternhub/tests/default.spec.ts#L15
1) [chromium] › default.spec.ts:10:2 › stack › overview should match screenshot ────────────────── Error: expect(page).toHaveScreenshot(expected) 3746 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/stack/patternhub/stack-overview-should-match-screenshot.png Received: /__w/mono/mono/showcases/patternhub/test-results/default-stack-overview-should-match-screenshot-chromium/stack/patternhub-actual.png Diff: /__w/mono/mono/showcases/patternhub/test-results/default-stack-overview-should-match-screenshot-chromium/stack/patternhub-diff.png Call log: - expect.toHaveScreenshot(stack/patternhub.png) with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 3746 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 - 3746 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 › stack › overview should match screenshot: showcases/patternhub/tests/default.spec.ts#L15
1) [chromium] › default.spec.ts:10:2 › stack › overview should match screenshot ────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 3746 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/stack/patternhub/stack-overview-should-match-screenshot.png Received: /__w/mono/mono/showcases/patternhub/test-results/default-stack-overview-should-match-screenshot-chromium-retry1/stack/patternhub-actual.png Diff: /__w/mono/mono/showcases/patternhub/test-results/default-stack-overview-should-match-screenshot-chromium-retry1/stack/patternhub-diff.png Call log: - expect.toHaveScreenshot(stack/patternhub.png) with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 3746 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 - 3746 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.ts:79:2 › DBBadge › should match screenshot: showcases/e2e/default.ts#L111
1) [chromium] › default.ts:79:2 › DBBadge › should match screenshot ────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 15049 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/badge/showcase/chromium/DBBadge-should-match-screenshot-1/DBBadge-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-chromium/DBBadge-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-chromium/DBBadge-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 - 15049 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 - 15049 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 › DBBadge › should match screenshot: showcases/e2e/default.ts#L111
1) [chromium] › default.ts:79:2 › DBBadge › should match screenshot ────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 15049 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/badge/showcase/chromium/DBBadge-should-match-screenshot-1/DBBadge-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-chromium-retry1/DBBadge-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-chromium-retry1/DBBadge-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 - 15049 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 - 15049 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 › DBButton › should match screenshot: showcases/e2e/default.ts#L111
2) [chromium] › default.ts:79:2 › DBButton › should match screenshot ───────────────────────────── Error: expect(page).toHaveScreenshot(expected) 12350 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/button/showcase/chromium/DBButton-should-match-screenshot-1/DBButton-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-chromium/DBButton-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-chromium/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 - 12350 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 - 12350 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 › DBButton › should match screenshot: showcases/e2e/default.ts#L111
2) [chromium] › default.ts:79:2 › DBButton › should match screenshot ───────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 12350 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/button/showcase/chromium/DBButton-should-match-screenshot-1/DBButton-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-chromium-retry1/DBButton-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-chromium-retry1/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 - 12350 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 - 12350 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 › DBCheckbox › should match screenshot: showcases/e2e/default.ts#L111
3) [chromium] › default.ts:79:2 › DBCheckbox › should match screenshot ─────────────────────────── Error: expect(page).toHaveScreenshot(expected) 14782 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/checkbox/showcase/chromium/DBCheckbox-should-match-screenshot-1/DBCheckbox-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-chromium/DBCheckbox-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-chromium/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 - 14782 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 - 14782 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 › DBCheckbox › should match screenshot: showcases/e2e/default.ts#L111
3) [chromium] › default.ts:79:2 › DBCheckbox › should match screenshot ─────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 14782 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/checkbox/showcase/chromium/DBCheckbox-should-match-screenshot-1/DBCheckbox-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-chromium-retry1/DBCheckbox-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-chromium-retry1/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 - 14782 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 - 14782 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 › DBDrawer › should match screenshot: showcases/e2e/default.ts#L111
4) [chromium] › default.ts:79:2 › DBDrawer › should match screenshot ───────────────────────────── Error: expect(page).toHaveScreenshot(expected) 17507 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/drawer/showcase/chromium/DBDrawer-should-match-screenshot-1/DBDrawer-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-chromium/DBDrawer-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-chromium/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 - 17507 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 - 17507 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 › DBDrawer › should match screenshot: showcases/e2e/default.ts#L111
4) [chromium] › default.ts:79:2 › DBDrawer › should match screenshot ───────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 17507 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/drawer/showcase/chromium/DBDrawer-should-match-screenshot-1/DBDrawer-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-chromium-retry1/DBDrawer-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-chromium-retry1/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 - 17507 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 - 17507 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 › DBInfotext › should match screenshot: showcases/e2e/default.ts#L111
5) [chromium] › default.ts:79:2 › DBInfotext › should match screenshot ─────────────────────────── Error: expect(page).toHaveScreenshot(expected) 7843 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/showcase/chromium/DBInfotext-should-match-screenshot-1/DBInfotext-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-chromium/DBInfotext-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-chromium/DBInfotext-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 - 7843 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 - 7843 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 › DBInfotext › should match screenshot: showcases/e2e/default.ts#L111
5) [chromium] › default.ts:79:2 › DBInfotext › should match screenshot ─────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 7843 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/showcase/chromium/DBInfotext-should-match-screenshot-1/DBInfotext-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-chromium-retry1/DBInfotext-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-chromium-retry1/DBInfotext-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 - 7843 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 - 7843 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.
[webkit] › default.ts:79:2 › DBBadge › should match screenshot: showcases/e2e/default.ts#L111
1) [webkit] › default.ts:79:2 › DBBadge › should match screenshot ──────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 10802 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/badge/showcase/webkit/DBBadge-should-match-screenshot-1/DBBadge-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-webkit/DBBadge-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-webkit/DBBadge-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 - 10802 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 - 10802 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 › DBBadge › should match screenshot: showcases/e2e/default.ts#L111
1) [webkit] › default.ts:79:2 › DBBadge › should match screenshot ──────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 10802 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/badge/showcase/webkit/DBBadge-should-match-screenshot-1/DBBadge-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-webkit-retry1/DBBadge-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-webkit-retry1/DBBadge-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 - 10802 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 - 10802 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 › DBButton › should match screenshot: showcases/e2e/default.ts#L111
2) [webkit] › default.ts:79:2 › DBButton › should match screenshot ─────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 8666 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/button/showcase/webkit/DBButton-should-match-screenshot-1/DBButton-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-webkit/DBButton-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-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 - 8666 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 - 8666 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 › DBButton › should match screenshot: showcases/e2e/default.ts#L111
2) [webkit] › default.ts:79:2 › DBButton › should match screenshot ─────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 8666 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/button/showcase/webkit/DBButton-should-match-screenshot-1/DBButton-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-webkit-retry1/DBButton-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-webkit-retry1/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 - 8666 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 - 8666 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 › DBCheckbox › should match screenshot: showcases/e2e/default.ts#L111
3) [webkit] › default.ts:79:2 › DBCheckbox › should match screenshot ───────────────────────────── Error: expect(page).toHaveScreenshot(expected) 10701 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/checkbox/showcase/webkit/DBCheckbox-should-match-screenshot-1/DBCheckbox-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-webkit/DBCheckbox-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-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 - 10701 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 - 10701 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 › DBCheckbox › should match screenshot: showcases/e2e/default.ts#L111
3) [webkit] › default.ts:79:2 › DBCheckbox › should match screenshot ───────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 10701 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/checkbox/showcase/webkit/DBCheckbox-should-match-screenshot-1/DBCheckbox-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-webkit-retry1/DBCheckbox-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-webkit-retry1/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 - 10701 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 - 10701 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 › DBDrawer › should match screenshot: showcases/e2e/default.ts#L111
4) [webkit] › default.ts:79:2 › DBDrawer › should match screenshot ─────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 11662 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/drawer/showcase/webkit/DBDrawer-should-match-screenshot-1/DBDrawer-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-webkit/DBDrawer-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-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 - 11662 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 - 11662 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 › DBDrawer › should match screenshot: showcases/e2e/default.ts#L111
4) [webkit] › default.ts:79:2 › DBDrawer › should match screenshot ─────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 11662 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/drawer/showcase/webkit/DBDrawer-should-match-screenshot-1/DBDrawer-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-webkit-retry1/DBDrawer-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-webkit-retry1/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 - 11662 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 - 11662 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 › DBInfotext › should match screenshot: showcases/e2e/default.ts#L111
5) [webkit] › default.ts:79:2 › DBInfotext › should match screenshot ───────────────────────────── Error: expect(page).toHaveScreenshot(expected) 6270 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/showcase/webkit/DBInfotext-should-match-screenshot-1/DBInfotext-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-webkit/DBInfotext-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-webkit/DBInfotext-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 - 6270 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 - 6270 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 › DBInfotext › should match screenshot: showcases/e2e/default.ts#L111
5) [webkit] › default.ts:79:2 › DBInfotext › should match screenshot ───────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 6270 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/showcase/webkit/DBInfotext-should-match-screenshot-1/DBInfotext-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-webkit-retry1/DBInfotext-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-webkit-retry1/DBInfotext-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 - 6270 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 - 6270 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:4/6
Process completed with exit code 1.
[firefox] › default.ts:79:2 › DBBadge › should match screenshot: showcases/e2e/default.ts#L111
1) [firefox] › default.ts:79:2 › DBBadge › should match screenshot ─────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 11085 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/badge/showcase/firefox/DBBadge-should-match-screenshot-1/DBBadge-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-firefox/DBBadge-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-firefox/DBBadge-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 - 11085 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 - 11085 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 › DBBadge › should match screenshot: showcases/e2e/default.ts#L111
1) [firefox] › default.ts:79:2 › DBBadge › should match screenshot ─────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 11085 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/badge/showcase/firefox/DBBadge-should-match-screenshot-1/DBBadge-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-firefox-retry1/DBBadge-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-firefox-retry1/DBBadge-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 - 11085 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 - 11085 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 › DBButton › should match screenshot: showcases/e2e/default.ts#L111
2) [firefox] › default.ts:79:2 › DBButton › should match screenshot ────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 8655 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/button/showcase/firefox/DBButton-should-match-screenshot-1/DBButton-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-firefox/DBButton-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-firefox/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 - 8655 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 - 8655 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 › DBButton › should match screenshot: showcases/e2e/default.ts#L111
2) [firefox] › default.ts:79:2 › DBButton › should match screenshot ────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 8655 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/button/showcase/firefox/DBButton-should-match-screenshot-1/DBButton-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-firefox-retry1/DBButton-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-firefox-retry1/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 - 8655 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 - 8655 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 › DBCheckbox › should match screenshot: showcases/e2e/default.ts#L111
3) [firefox] › default.ts:79:2 › DBCheckbox › should match screenshot ──────────────────────────── Error: expect(page).toHaveScreenshot(expected) 12624 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/checkbox/showcase/firefox/DBCheckbox-should-match-screenshot-1/DBCheckbox-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-firefox/DBCheckbox-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-firefox/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 - 12624 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 - 12624 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 › DBCheckbox › should match screenshot: showcases/e2e/default.ts#L111
3) [firefox] › default.ts:79:2 › DBCheckbox › should match screenshot ──────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 12624 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/checkbox/showcase/firefox/DBCheckbox-should-match-screenshot-1/DBCheckbox-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-firefox-retry1/DBCheckbox-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-firefox-retry1/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 - 12624 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 - 12624 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 › DBDrawer › should match screenshot: showcases/e2e/default.ts#L111
4) [firefox] › default.ts:79:2 › DBDrawer › should match screenshot ────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 10045 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/drawer/showcase/firefox/DBDrawer-should-match-screenshot-1/DBDrawer-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-firefox/DBDrawer-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-firefox/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 - 10045 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 - 10045 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 › DBDrawer › should match screenshot: showcases/e2e/default.ts#L111
4) [firefox] › default.ts:79:2 › DBDrawer › should match screenshot ────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 10045 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/drawer/showcase/firefox/DBDrawer-should-match-screenshot-1/DBDrawer-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-firefox-retry1/DBDrawer-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-firefox-retry1/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 - 10045 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 - 10045 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 › DBInfotext › should match screenshot: showcases/e2e/default.ts#L111
5) [firefox] › default.ts:79:2 › DBInfotext › should match screenshot ──────────────────────────── Error: expect(page).toHaveScreenshot(expected) 7386 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/showcase/firefox/DBInfotext-should-match-screenshot-1/DBInfotext-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-firefox/DBInfotext-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-firefox/DBInfotext-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 - 7386 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 - 7386 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 › DBInfotext › should match screenshot: showcases/e2e/default.ts#L111
5) [firefox] › default.ts:79:2 › DBInfotext › should match screenshot ──────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 7386 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/showcase/firefox/DBInfotext-should-match-screenshot-1/DBInfotext-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-firefox-retry1/DBInfotext-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-firefox-retry1/DBInfotext-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 - 7386 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 - 7386 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.
[chromium-highContrast] › default.ts:79:2 › DBBadge › should match screenshot: showcases/e2e/default.ts#L111
1) [chromium-highContrast] › default.ts:79:2 › DBBadge › should match screenshot ───────────────── Error: expect(page).toHaveScreenshot(expected) 16676 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/badge/showcase/chromium-highContrast/DBBadge-should-match-screenshot-1/DBBadge-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-chromium-highContrast/DBBadge-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-chromium-highContrast/DBBadge-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 - 16676 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 - 16676 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 › DBBadge › should match screenshot: showcases/e2e/default.ts#L111
1) [chromium-highContrast] › default.ts:79:2 › DBBadge › should match screenshot ───────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 16676 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/badge/showcase/chromium-highContrast/DBBadge-should-match-screenshot-1/DBBadge-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-chromium-highContrast-retry1/DBBadge-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-chromium-highContrast-retry1/DBBadge-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 - 16676 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 - 16676 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 › DBButton › should match screenshot: showcases/e2e/default.ts#L111
2) [chromium-highContrast] › default.ts:79:2 › DBButton › should match screenshot ──────────────── Error: expect(page).toHaveScreenshot(expected) 12750 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/button/showcase/chromium-highContrast/DBButton-should-match-screenshot-1/DBButton-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-chromium-highContrast/DBButton-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-chromium-highContrast/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 - 12750 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 - 12750 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 › DBButton › should match screenshot: showcases/e2e/default.ts#L111
2) [chromium-highContrast] › default.ts:79:2 › DBButton › should match screenshot ──────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 12750 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/button/showcase/chromium-highContrast/DBButton-should-match-screenshot-1/DBButton-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-chromium-highContrast-retry1/DBButton-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-chromium-highContrast-retry1/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 - 12750 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 - 12750 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 › DBCheckbox › should match screenshot: showcases/e2e/default.ts#L111
3) [chromium-highContrast] › default.ts:79:2 › DBCheckbox › should match screenshot ────────────── Error: expect(page).toHaveScreenshot(expected) 15238 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/checkbox/showcase/chromium-highContrast/DBCheckbox-should-match-screenshot-1/DBCheckbox-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-chromium-highContrast/DBCheckbox-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-chromium-highContrast/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 - 15238 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 - 15238 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 › DBCheckbox › should match screenshot: showcases/e2e/default.ts#L111
3) [chromium-highContrast] › default.ts:79:2 › DBCheckbox › should match screenshot ────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 15238 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/checkbox/showcase/chromium-highContrast/DBCheckbox-should-match-screenshot-1/DBCheckbox-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-chromium-highContrast-retry1/DBCheckbox-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-chromium-highContrast-retry1/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 - 15238 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 - 15238 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) 17854 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/react-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-chromium-highContrast/DBDrawer-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-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 - 17854 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 - 17854 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 ──────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 17854 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/react-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-chromium-highContrast-retry1/DBDrawer-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-chromium-highContrast-retry1/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 - 17854 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 - 17854 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 › DBInfotext › should match screenshot: showcases/e2e/default.ts#L111
5) [chromium-highContrast] › default.ts:79:2 › DBInfotext › should match screenshot ────────────── Error: expect(page).toHaveScreenshot(expected) 8557 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/showcase/chromium-highContrast/DBInfotext-should-match-screenshot-1/DBInfotext-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-chromium-highContrast/DBInfotext-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-chromium-highContrast/DBInfotext-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 - 8557 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 - 8557 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 › DBInfotext › should match screenshot: showcases/e2e/default.ts#L111
5) [chromium-highContrast] › default.ts:79:2 › DBInfotext › should match screenshot ────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 8557 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/showcase/chromium-highContrast/DBInfotext-should-match-screenshot-1/DBInfotext-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-chromium-highContrast-retry1/DBInfotext-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-chromium-highContrast-retry1/DBInfotext-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 - 8557 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 - 8557 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 › DBBadge › should match screenshot: showcases/e2e/default.ts#L111
1) [mobile_safari] › default.ts:79:2 › DBBadge › should match screenshot ───────────────────────── Error: expect(page).toHaveScreenshot(expected) 9032 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/badge/showcase/mobile-safari/DBBadge-should-match-screenshot-1/DBBadge-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-mobile-safari/DBBadge-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-mobile-safari/DBBadge-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 - 9032 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 - 9032 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 › DBBadge › should match screenshot: showcases/e2e/default.ts#L111
1) [mobile_safari] › default.ts:79:2 › DBBadge › should match screenshot ───────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 9032 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/badge/showcase/mobile-safari/DBBadge-should-match-screenshot-1/DBBadge-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-mobile-safari-retry1/DBBadge-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-mobile-safari-retry1/DBBadge-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 - 9032 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 - 9032 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 › DBButton › should match screenshot: showcases/e2e/default.ts#L111
2) [mobile_safari] › default.ts:79:2 › DBButton › should match screenshot ──────────────────────── Error: expect(page).toHaveScreenshot(expected) 6449 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/button/showcase/mobile-safari/DBButton-should-match-screenshot-1/DBButton-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-mobile-safari/DBButton-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-mobile-safari/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 - 6449 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 - 6449 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 › DBButton › should match screenshot: showcases/e2e/default.ts#L111
2) [mobile_safari] › default.ts:79:2 › DBButton › should match screenshot ──────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 6449 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/button/showcase/mobile-safari/DBButton-should-match-screenshot-1/DBButton-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-mobile-safari-retry1/DBButton-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-mobile-safari-retry1/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 - 6449 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 - 6449 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 › DBCheckbox › should match screenshot: showcases/e2e/default.ts#L111
3) [mobile_safari] › default.ts:79:2 › DBCheckbox › should match screenshot ────────────────────── Error: expect(page).toHaveScreenshot(expected) 8996 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/checkbox/showcase/mobile-safari/DBCheckbox-should-match-screenshot-1/DBCheckbox-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-mobile-safari/DBCheckbox-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-mobile-safari/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 - 8996 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 - 8996 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 › DBCheckbox › should match screenshot: showcases/e2e/default.ts#L111
3) [mobile_safari] › default.ts:79:2 › DBCheckbox › should match screenshot ────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 8996 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/checkbox/showcase/mobile-safari/DBCheckbox-should-match-screenshot-1/DBCheckbox-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-mobile-safari-retry1/DBCheckbox-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-mobile-safari-retry1/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 - 8996 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 - 8996 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 › DBDrawer › should match screenshot: showcases/e2e/default.ts#L111
4) [mobile_safari] › default.ts:79:2 › DBDrawer › should match screenshot ──────────────────────── Error: expect(page).toHaveScreenshot(expected) 7713 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/drawer/showcase/mobile-safari/DBDrawer-should-match-screenshot-1/DBDrawer-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-mobile-safari/DBDrawer-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-mobile-safari/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 - 7713 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 - 7713 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 › DBDrawer › should match screenshot: showcases/e2e/default.ts#L111
4) [mobile_safari] › default.ts:79:2 › DBDrawer › should match screenshot ──────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 7713 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/drawer/showcase/mobile-safari/DBDrawer-should-match-screenshot-1/DBDrawer-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-mobile-safari-retry1/DBDrawer-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-mobile-safari-retry1/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 - 7713 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 - 7713 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 › DBInfotext › should match screenshot: showcases/e2e/default.ts#L111
5) [mobile_safari] › default.ts:79:2 › DBInfotext › should match screenshot ────────────────────── Error: expect(page).toHaveScreenshot(expected) 3866 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/showcase/mobile-safari/DBInfotext-should-match-screenshot-1/DBInfotext-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-mobile-safari/DBInfotext-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-mobile-safari/DBInfotext-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 - 3866 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 - 3866 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 › DBInfotext › should match screenshot: showcases/e2e/default.ts#L111
5) [mobile_safari] › default.ts:79:2 › DBInfotext › should match screenshot ────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 3866 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/showcase/mobile-safari/DBInfotext-should-match-screenshot-1/DBInfotext-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-mobile-safari-retry1/DBInfotext-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-mobile-safari-retry1/DBInfotext-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 - 3866 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 - 3866 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 › DBBadge › should match screenshot: showcases/e2e/default.ts#L111
1) [webkit] › default.ts:79:2 › DBBadge › should match screenshot ──────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 10802 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/badge/showcase/webkit/DBBadge-should-match-screenshot-1/DBBadge-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-webkit/DBBadge-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-webkit/DBBadge-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 - 10802 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 - 10802 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 › DBBadge › should match screenshot: showcases/e2e/default.ts#L111
1) [webkit] › default.ts:79:2 › DBBadge › should match screenshot ──────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 10802 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/badge/showcase/webkit/DBBadge-should-match-screenshot-1/DBBadge-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-webkit-retry1/DBBadge-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-webkit-retry1/DBBadge-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 - 10802 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 - 10802 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 › DBButton › should match screenshot: showcases/e2e/default.ts#L111
2) [webkit] › default.ts:79:2 › DBButton › should match screenshot ─────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 8666 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/button/showcase/webkit/DBButton-should-match-screenshot-1/DBButton-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-webkit/DBButton-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-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 - 8666 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 - 8666 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 › DBButton › should match screenshot: showcases/e2e/default.ts#L111
2) [webkit] › default.ts:79:2 › DBButton › should match screenshot ─────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 8666 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/button/showcase/webkit/DBButton-should-match-screenshot-1/DBButton-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-webkit-retry1/DBButton-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-webkit-retry1/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 - 8666 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 - 8666 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 › DBCheckbox › should match screenshot: showcases/e2e/default.ts#L111
3) [webkit] › default.ts:79:2 › DBCheckbox › should match screenshot ───────────────────────────── Error: expect(page).toHaveScreenshot(expected) 10701 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/checkbox/showcase/webkit/DBCheckbox-should-match-screenshot-1/DBCheckbox-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-webkit/DBCheckbox-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-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 - 10701 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 - 10701 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 › DBCheckbox › should match screenshot: showcases/e2e/default.ts#L111
3) [webkit] › default.ts:79:2 › DBCheckbox › should match screenshot ───────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 10701 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/checkbox/showcase/webkit/DBCheckbox-should-match-screenshot-1/DBCheckbox-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-webkit-retry1/DBCheckbox-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-webkit-retry1/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 - 10701 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 - 10701 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 › DBDrawer › should match screenshot: showcases/e2e/default.ts#L111
4) [webkit] › default.ts:79:2 › DBDrawer › should match screenshot ─────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 11662 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/drawer/showcase/webkit/DBDrawer-should-match-screenshot-1/DBDrawer-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-webkit/DBDrawer-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-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 - 11662 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 - 11662 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 › DBDrawer › should match screenshot: showcases/e2e/default.ts#L111
4) [webkit] › default.ts:79:2 › DBDrawer › should match screenshot ─────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 11662 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/drawer/showcase/webkit/DBDrawer-should-match-screenshot-1/DBDrawer-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-webkit-retry1/DBDrawer-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-webkit-retry1/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 - 11662 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 - 11662 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 › DBInfotext › should match screenshot: showcases/e2e/default.ts#L111
5) [webkit] › default.ts:79:2 › DBInfotext › should match screenshot ───────────────────────────── Error: expect(page).toHaveScreenshot(expected) 6270 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/showcase/webkit/DBInfotext-should-match-screenshot-1/DBInfotext-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-webkit/DBInfotext-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-webkit/DBInfotext-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 - 6270 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 - 6270 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 › DBInfotext › should match screenshot: showcases/e2e/default.ts#L111
5) [webkit] › default.ts:79:2 › DBInfotext › should match screenshot ───────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 6270 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/showcase/webkit/DBInfotext-should-match-screenshot-1/DBInfotext-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-webkit-retry1/DBInfotext-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-webkit-retry1/DBInfotext-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 - 6270 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 - 6270 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.
[firefox] › default.ts:79:2 › DBBadge › should match screenshot: showcases/e2e/default.ts#L111
1) [firefox] › default.ts:79:2 › DBBadge › should match screenshot ─────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 11085 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/badge/showcase/firefox/DBBadge-should-match-screenshot-1/DBBadge-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-firefox/DBBadge-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-firefox/DBBadge-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 - 11085 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 - 11085 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 › DBBadge › should match screenshot: showcases/e2e/default.ts#L111
1) [firefox] › default.ts:79:2 › DBBadge › should match screenshot ─────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 11085 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/badge/showcase/firefox/DBBadge-should-match-screenshot-1/DBBadge-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-firefox-retry1/DBBadge-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/badge-badge-snapshot-DBBadge-should-match-screenshot-firefox-retry1/DBBadge-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 - 11085 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 - 11085 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 › DBButton › should match screenshot: showcases/e2e/default.ts#L111
2) [firefox] › default.ts:79:2 › DBButton › should match screenshot ────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 8655 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/button/showcase/firefox/DBButton-should-match-screenshot-1/DBButton-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-firefox/DBButton-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-firefox/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 - 8655 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 - 8655 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 › DBButton › should match screenshot: showcases/e2e/default.ts#L111
2) [firefox] › default.ts:79:2 › DBButton › should match screenshot ────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 8655 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/button/showcase/firefox/DBButton-should-match-screenshot-1/DBButton-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-firefox-retry1/DBButton-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-firefox-retry1/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 - 8655 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 - 8655 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 › DBCheckbox › should match screenshot: showcases/e2e/default.ts#L111
3) [firefox] › default.ts:79:2 › DBCheckbox › should match screenshot ──────────────────────────── Error: expect(page).toHaveScreenshot(expected) 12624 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/checkbox/showcase/firefox/DBCheckbox-should-match-screenshot-1/DBCheckbox-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-firefox/DBCheckbox-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-firefox/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 - 12624 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 - 12624 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 › DBCheckbox › should match screenshot: showcases/e2e/default.ts#L111
3) [firefox] › default.ts:79:2 › DBCheckbox › should match screenshot ──────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 12624 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/checkbox/showcase/firefox/DBCheckbox-should-match-screenshot-1/DBCheckbox-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-firefox-retry1/DBCheckbox-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-firefox-retry1/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 - 12624 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 - 12624 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 › DBDrawer › should match screenshot: showcases/e2e/default.ts#L111
4) [firefox] › default.ts:79:2 › DBDrawer › should match screenshot ────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 10045 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/drawer/showcase/firefox/DBDrawer-should-match-screenshot-1/DBDrawer-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-firefox/DBDrawer-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-firefox/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 - 10045 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 - 10045 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 › DBDrawer › should match screenshot: showcases/e2e/default.ts#L111
4) [firefox] › default.ts:79:2 › DBDrawer › should match screenshot ────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 10045 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/drawer/showcase/firefox/DBDrawer-should-match-screenshot-1/DBDrawer-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-firefox-retry1/DBDrawer-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-firefox-retry1/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 - 10045 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 - 10045 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 › DBInfotext › should match screenshot: showcases/e2e/default.ts#L111
5) [firefox] › default.ts:79:2 › DBInfotext › should match screenshot ──────────────────────────── Error: expect(page).toHaveScreenshot(expected) 7386 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/showcase/firefox/DBInfotext-should-match-screenshot-1/DBInfotext-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-firefox/DBInfotext-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-firefox/DBInfotext-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 - 7386 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 - 7386 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 › DBInfotext › should match screenshot: showcases/e2e/default.ts#L111
5) [firefox] › default.ts:79:2 › DBInfotext › should match screenshot ──────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 7386 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/infotext/showcase/firefox/DBInfotext-should-match-screenshot-1/DBInfotext-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-firefox-retry1/DBInfotext-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-firefox-retry1/DBInfotext-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 - 7386 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 - 7386 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.
checks-done
Process completed with exit code 1.
test-showcase-stencil / 🧪🎭 - stencil-showcase:6/6
No files were found with the provided path: ./showcases/stencil-showcase-showcase/results. No artifacts will be uploaded.
test-showcase-stencil / 🧪🎭 - stencil-showcase:2/6
No files were found with the provided path: ./showcases/stencil-showcase-showcase/results. No artifacts will be uploaded.
test-showcase-stencil / 🧪🎭 - stencil-showcase:1/6
No files were found with the provided path: ./showcases/stencil-showcase-showcase/results. No artifacts will be uploaded.
test-showcase-stencil / 🧪🎭 - stencil-showcase:4/6
No files were found with the provided path: ./showcases/stencil-showcase-showcase/results. No artifacts will be uploaded.
test-showcase-angular / 🧪🎭 - angular-showcase:5/6
No files were found with the provided path: ./showcases/angular-showcase-showcase/results. No artifacts will be uploaded.
test-showcase-stencil / 🧪🎭 - stencil-showcase:3/6
No files were found with the provided path: ./showcases/stencil-showcase-showcase/results. No artifacts will be uploaded.
test-showcase-stencil / 🧪🎭 - stencil-showcase:5/6
No files were found with the provided path: ./showcases/stencil-showcase-showcase/results. No artifacts will be uploaded.
test-showcase-angular / 🧪🎭 - angular-showcase:1/6
No files were found with the provided path: ./showcases/angular-showcase-showcase/results. No artifacts will be uploaded.
test-showcase-angular / 🧪🎭 - angular-showcase:2/6
No files were found with the provided path: ./showcases/angular-showcase-showcase/results. No artifacts will be uploaded.
test-showcase-vue / 🧪🎭 - vue-showcase:5/6
No files were found with the provided path: ./showcases/vue-showcase-showcase/results. No artifacts will be uploaded.
test-showcase-angular / 🧪🎭 - angular-showcase:3/6
No files were found with the provided path: ./showcases/angular-showcase-showcase/results. No artifacts will be uploaded.
test-showcase-angular / 🧪🎭 - angular-showcase:6/6
No files were found with the provided path: ./showcases/angular-showcase-showcase/results. No artifacts will be uploaded.
test-showcase-vue / 🧪🎭 - vue-showcase:1/6
No files were found with the provided path: ./showcases/vue-showcase-showcase/results. No artifacts will be uploaded.
test-showcase-patternhub / 🧪🎭 - patternhub:1/6
No files were found with the provided path: ./showcases/patternhub-showcase/results. No artifacts will be uploaded.
test-showcase-angular / 🧪🎭 - angular-showcase:4/6
No files were found with the provided path: ./showcases/angular-showcase-showcase/results. No artifacts will be uploaded.
test-showcase-vue / 🧪🎭 - vue-showcase:6/6
No files were found with the provided path: ./showcases/vue-showcase-showcase/results. No artifacts will be uploaded.
test-showcase-patternhub / 🧪🎭 - patternhub:3/6
No files were found with the provided path: ./showcases/patternhub-showcase/results. No artifacts will be uploaded.
test-showcase-vue / 🧪🎭 - vue-showcase:2/6
No files were found with the provided path: ./showcases/vue-showcase-showcase/results. No artifacts will be uploaded.
test-showcase-patternhub / 🧪🎭 - patternhub:4/6
No files were found with the provided path: ./showcases/patternhub-showcase/results. No artifacts will be uploaded.
test-showcase-react / 🧪🎭 - react-showcase:5/6
No files were found with the provided path: ./showcases/react-showcase-showcase/results. No artifacts will be uploaded.
test-showcase-patternhub / 🧪🎭 - patternhub:6/6
No files were found with the provided path: ./showcases/patternhub-showcase/results. No artifacts will be uploaded.
test-showcase-react / 🧪🎭 - react-showcase:1/6
No files were found with the provided path: ./showcases/react-showcase-showcase/results. No artifacts will be uploaded.
test-showcase-vue / 🧪🎭 - vue-showcase:4/6
No files were found with the provided path: ./showcases/vue-showcase-showcase/results. No artifacts will be uploaded.
test-showcase-vue / 🧪🎭 - vue-showcase:3/6
No files were found with the provided path: ./showcases/vue-showcase-showcase/results. No artifacts will be uploaded.
test-showcase-react / 🧪🎭 - react-showcase:2/6
No files were found with the provided path: ./showcases/react-showcase-showcase/results. No artifacts will be uploaded.
test-showcase-react / 🧪🎭 - react-showcase:6/6
No files were found with the provided path: ./showcases/react-showcase-showcase/results. No artifacts will be uploaded.
test-showcase-react / 🧪🎭 - react-showcase:4/6
No files were found with the provided path: ./showcases/react-showcase-showcase/results. No artifacts will be uploaded.
test-showcase-react / 🧪🎭 - react-showcase:3/6
No files were found with the provided path: ./showcases/react-showcase-showcase/results. No artifacts will be uploaded.
🎭 Playwright Run Summary
3 failed [chromium] › input/input.spec.tsx:16:6 › DBInput › should match screenshot ───────────────────── [chromium] › select/select.spec.tsx:21:6 › DBSelect › should match screenshot ────────────────── [chromium] › textarea/textarea.spec.tsx:16:6 › DBTextarea › should match screenshot ──────────── 3 skipped 141 passed (40.7s)
🎭 Playwright Run Summary
3 failed [mobile_chrome] › input/input.spec.tsx:16:6 › DBInput › should match screenshot ──────────────── [mobile_chrome] › select/select.spec.tsx:21:6 › DBSelect › should match screenshot ───────────── [mobile_chrome] › textarea/textarea.spec.tsx:16:6 › DBTextarea › should match screenshot ─────── 3 skipped 141 passed (42.1s)
🎭 Playwright Run Summary
3 failed [mobile_chrome] › input/input.spec.tsx:16:2 › DBInput › should match screenshot ──────────────── [mobile_chrome] › select/select.spec.tsx:21:2 › DBSelect › should match screenshot ───────────── [mobile_chrome] › textarea/textarea.spec.tsx:16:2 › DBTextarea › should match screenshot ─────── 3 skipped 141 passed (43.9s)
🎭 Playwright Run Summary
3 failed [firefox] › input/input.spec.tsx:16:6 › DBInput › should match screenshot ────────────────────── [firefox] › select/select.spec.tsx:21:6 › DBSelect › should match screenshot ─────────────────── [firefox] › textarea/textarea.spec.tsx:16:6 › DBTextarea › should match screenshot ───────────── 3 skipped 141 passed (1.4m)
🎭 Playwright Run Summary
3 failed [firefox] › input/input.spec.tsx:16:2 › DBInput › should match screenshot ────────────────────── [firefox] › select/select.spec.tsx:21:2 › DBSelect › should match screenshot ─────────────────── [firefox] › textarea/textarea.spec.tsx:16:2 › DBTextarea › should match screenshot ───────────── 3 skipped 141 passed (1.5m)
🎭 Playwright Run Summary
3 failed [chromium] › input/input.spec.tsx:16:2 › DBInput › should match screenshot ───────────────────── [chromium] › select/select.spec.tsx:21:2 › DBSelect › should match screenshot ────────────────── [chromium] › textarea/textarea.spec.tsx:16:2 › DBTextarea › should match screenshot ──────────── 3 skipped 141 passed (43.4s)
🎭 Playwright Run Summary
12 failed [mobile_chrome] › default.ts:79:2 › DBCheckbox › should match screenshot ─────────────────────── [mobile_chrome] › default.ts:79:2 › DBDrawer › should match screenshot ───────────────────────── [mobile_chrome] › default.ts:79:2 › DBInfotext › should match screenshot ─────────────────────── [mobile_chrome] › default.ts:79:2 › DBInput › should match screenshot ────────────────────────── [mobile_chrome] › default.ts:79:2 › DBLink › should match screenshot ─────────────────────────── [mobile_chrome] › default.ts:79:2 › DBNotification › should match screenshot ─────────────────── [mobile_chrome] › default.ts:79:2 › DBRadio › should match screenshot ────────────────────────── [mobile_chrome] › default.ts:79:2 › DBSelect › should match screenshot ───────────────────────── [mobile_chrome] › default.ts:79:2 › DBStack › should match screenshot ────────────────────────── [mobile_chrome] › default.ts:79:2 › DBSwitch › should match screenshot ───────────────────────── [mobile_chrome] › default.ts:79:2 › DBTabItem › should match screenshot ──────────────────────── [mobile_chrome] › default.ts:79:2 › DBTextarea › should match screenshot ─────────────────────── 59 skipped 69 passed (2.5m)
🎭 Playwright Run Summary
10 failed [chromium] › default.ts:79:2 › DBTabItem › should match screenshot ───────────────────────────── [chromium] › default.ts:79:2 › DBTextarea › should match screenshot ──────────────────────────── [chromium-highContrast] › default.ts:79:2 › DBBadge › should match screenshot ────────────────── [chromium-highContrast] › default.ts:79:2 › DBButton › should match screenshot ───────────────── [chromium-highContrast] › default.ts:79:2 › DBCheckbox › should match screenshot ─────────────── [chromium-highContrast] › default.ts:79:2 › DBDrawer › should match screenshot ───────────────── [chromium-highContrast] › default.ts:79:2 › DBInfotext › should match screenshot ─────────────── [chromium-highContrast] › default.ts:79:2 › DBInput › should match screenshot ────────────────── [chromium-highContrast] › default.ts:79:2 › DBLink › should match screenshot ─────────────────── [chromium-highContrast] › default.ts:79:2 › DBNotification › should match screenshot ─────────── 2 flaky [chromium] › default.ts:79:2 › DBTooltip › should match screenshot ───────────────────────────── [chromium-highContrast] › default.ts:79:2 › DBAccordionItem › should match screenshot ────────── 22 skipped 107 passed (4.6m)
🎭 Playwright Run Summary
12 failed [chromium] › default.ts:79:2 › DBBadge › should match screenshot ─────────────────────────────── [chromium] › default.ts:79:2 › DBButton › should match screenshot ────────────────────────────── [chromium] › default.ts:79:2 › DBCheckbox › should match screenshot ──────────────────────────── [chromium] › default.ts:79:2 › DBDrawer › should match screenshot ────────────────────────────── [chromium] › default.ts:79:2 › DBInfotext › should match screenshot ──────────────────────────── [chromium] › default.ts:79:2 › DBInput › should match screenshot ─────────────────────────────── [chromium] › default.ts:79:2 › DBLink › should match screenshot ──────────────────────────────── [chromium] › default.ts:79:2 › DBNotification › should match screenshot ──────────────────────── [chromium] › default.ts:79:2 › DBRadio › should match screenshot ─────────────────────────────── [chromium] › default.ts:79:2 › DBSelect › should match screenshot ────────────────────────────── [chromium] › default.ts:79:2 › DBStack › should match screenshot ─────────────────────────────── [chromium] › default.ts:79:2 › DBSwitch › should match screenshot ────────────────────────────── 2 flaky [chromium] › default.ts:174:2 › DBAccordionItem › test with accessibility checker ────────────── [chromium] › default.ts:79:2 › DBAccordionItem › should match screenshot ─────────────────────── 20 skipped 107 passed (4.8m)
🎭 Playwright Run Summary
12 failed [firefox] › default.ts:79:2 › DBLink › should match screenshot ───────────────────────────────── [firefox] › default.ts:79:2 › DBNotification › should match screenshot ───────────────────────── [firefox] › default.ts:79:2 › DBRadio › should match screenshot ──────────────────────────────── [firefox] › default.ts:79:2 › DBSelect › should match screenshot ─────────────────────────────── [firefox] › default.ts:79:2 › DBStack › should match screenshot ──────────────────────────────── [firefox] › default.ts:79:2 › DBSwitch › should match screenshot ─────────────────────────────── [firefox] › default.ts:79:2 › DBTabItem › should match screenshot ────────────────────────────── [firefox] › default.ts:79:2 › DBTextarea › should match screenshot ───────────────────────────── [webkit] › default.ts:79:2 › DBBadge › 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 ──────────────────────────────── 1 flaky [webkit] › default.ts:79:2 › DBAccordion › should match screenshot ───────────────────────────── 57 skipped 71 passed (4.6m)
🎭 Playwright Run Summary
14 failed [mobile_chrome] › default.ts:79:2 › DBBadge › should match screenshot ────────────────────────── [mobile_chrome] › default.ts:79:2 › DBButton › should match screenshot ───────────────────────── [mobile_chrome] › default.ts:79:2 › DBCheckbox › should match screenshot ─────────────────────── [mobile_chrome] › default.ts:79:2 › DBDrawer › should match screenshot ───────────────────────── [mobile_chrome] › default.ts:79:2 › DBInfotext › should match screenshot ─────────────────────── [mobile_chrome] › default.ts:79:2 › DBInput › should match screenshot ────────────────────────── [mobile_chrome] › default.ts:79:2 › DBLink › should match screenshot ─────────────────────────── [mobile_chrome] › default.ts:79:2 › DBNotification › should match screenshot ─────────────────── [mobile_chrome] › default.ts:79:2 › DBRadio › should match screenshot ────────────────────────── [mobile_chrome] › default.ts:79:2 › DBSelect › should match screenshot ───────────────────────── [mobile_chrome] › default.ts:79:2 › DBStack › should match screenshot ────────────────────────── [mobile_chrome] › default.ts:79:2 › DBSwitch › should match screenshot ───────────────────────── [mobile_chrome] › default.ts:79:2 › DBTabItem › should match screenshot ──────────────────────── [mobile_chrome] › default.ts:79:2 › DBTextarea › should match screenshot ─────────────────────── 63 skipped 92 passed (3.0m)
🎭 Playwright Run Summary
12 failed [chromium-highContrast] › default.ts:79:2 › DBRadio › should match screenshot ────────────────── [chromium-highContrast] › default.ts:79:2 › DBSelect › should match screenshot ───────────────── [chromium-highContrast] › default.ts:79:2 › DBStack › should match screenshot ────────────────── [chromium-highContrast] › default.ts:79:2 › DBSwitch › should match screenshot ───────────────── [chromium-highContrast] › default.ts:79:2 › DBTabItem › should match screenshot ──────────────── [chromium-highContrast] › default.ts:79:2 › DBTextarea › should match screenshot ─────────────── [firefox] › default.ts:79:2 › DBBadge › should match screenshot ──────────────────────────────── [firefox] › default.ts:79:2 › DBButton › should match screenshot ─────────────────────────────── [firefox] › default.ts:79:2 › DBCheckbox › should match screenshot ───────────────────────────── [firefox] › default.ts:79:2 › DBDrawer › should match screenshot ─────────────────────────────── [firefox] › default.ts:79:2 › DBInfotext › should match screenshot ───────────────────────────── [firefox] › default.ts:79:2 › DBInput › should match screenshot ──────────────────────────────── 40 skipped 89 passed (4.6m)
🎭 Playwright Run Summary
12 failed [webkit] › default.ts:79:2 › DBInfotext › should match screenshot ────────────────────────────── [webkit] › default.ts:79:2 › DBInput › should match screenshot ───────────────────────────────── [webkit] › default.ts:79:2 › DBLink › should match screenshot ────────────────────────────────── [webkit] › default.ts:79:2 › DBNotification › should match screenshot ────────────────────────── [webkit] › default.ts:79:2 › DBRadio › should match screenshot ───────────────────────────────── [webkit] › default.ts:79:2 › DBSelect › should match screenshot ──────────────────────────────── [webkit] › default.ts:79:2 › DBStack › should match screenshot ───────────────────────────────── [webkit] › default.ts:79:2 › DBSwitch › should match screenshot ──────────────────────────────── [webkit] › default.ts:79:2 › DBTabItem › should match screenshot ─────────────────────────────── [webkit] › default.ts:79:2 › DBTextarea › should match screenshot ────────────────────────────── [mobile_chrome] › default.ts:79:2 › DBBadge › should match screenshot ────────────────────────── [mobile_chrome] › default.ts:79:2 › DBButton › should match screenshot ───────────────────────── 1 flaky [webkit] › default.ts:79:2 › DBPopover › should match screenshot ─────────────────────────────── 59 skipped 69 passed (4.5m)
🎭 Playwright Run Summary
14 failed [chromium] › default.ts:79:2 › DBBadge › should match screenshot ─────────────────────────────── [chromium] › default.ts:79:2 › DBButton › should match screenshot ────────────────────────────── [chromium] › default.ts:79:2 › DBCheckbox › should match screenshot ──────────────────────────── [chromium] › default.ts:79:2 › DBDrawer › should match screenshot ────────────────────────────── [chromium] › default.ts:79:2 › DBInfotext › should match screenshot ──────────────────────────── [chromium] › default.ts:79:2 › DBInput › should match screenshot ─────────────────────────────── [chromium] › default.ts:79:2 › DBLink › should match screenshot ──────────────────────────────── [chromium] › default.ts:79:2 › DBNotification › should match screenshot ──────────────────────── [chromium] › default.ts:79:2 › DBRadio › should match screenshot ─────────────────────────────── [chromium] › default.ts:79:2 › DBSelect › should match screenshot ────────────────────────────── [chromium] › default.ts:79:2 › DBStack › should match screenshot ─────────────────────────────── [chromium] › default.ts:79:2 › DBSwitch › should match screenshot ────────────────────────────── [chromium] › default.ts:79:2 › DBTabItem › should match screenshot ───────────────────────────── [chromium] › default.ts:79:2 › DBTextarea › should match screenshot ──────────────────────────── 14 skipped 141 passed (5.9m)
🎭 Playwright Run Summary
14 failed [chromium-highContrast] › default.ts:79:2 › DBBadge › should match screenshot ────────────────── [chromium-highContrast] › default.ts:79:2 › DBButton › should match screenshot ───────────────── [chromium-highContrast] › default.ts:79:2 › DBCheckbox › should match screenshot ─────────────── [chromium-highContrast] › default.ts:79:2 › DBDrawer › should match screenshot ───────────────── [chromium-highContrast] › default.ts:79:2 › DBInfotext › should match screenshot ─────────────── [chromium-highContrast] › default.ts:79:2 › DBInput › should match screenshot ────────────────── [chromium-highContrast] › default.ts:79:2 › DBLink › should match screenshot ─────────────────── [chromium-highContrast] › default.ts:79:2 › DBNotification › should match screenshot ─────────── [chromium-highContrast] › default.ts:79:2 › DBRadio › should match screenshot ────────────────── [chromium-highContrast] › default.ts:79:2 › DBSelect › should match screenshot ───────────────── [chromium-highContrast] › default.ts:79:2 › DBStack › should match screenshot ────────────────── [chromium-highContrast] › default.ts:79:2 › DBSwitch › should match screenshot ───────────────── [chromium-highContrast] › default.ts:79:2 › DBTabItem › should match screenshot ──────────────── [chromium-highContrast] › default.ts:79:2 › DBTextarea › should match screenshot ─────────────── 14 skipped 141 passed (5.8m)
🎭 Playwright Run Summary
14 failed [mobile_chrome] › default.ts:79:2 › DBBadge › should match screenshot ────────────────────────── [mobile_chrome] › default.ts:79:2 › DBButton › should match screenshot ───────────────────────── [mobile_chrome] › default.ts:79:2 › DBCheckbox › should match screenshot ─────────────────────── [mobile_chrome] › default.ts:79:2 › DBDrawer › should match screenshot ───────────────────────── [mobile_chrome] › default.ts:79:2 › DBInfotext › should match screenshot ─────────────────────── [mobile_chrome] › default.ts:79:2 › DBInput › should match screenshot ────────────────────────── [mobile_chrome] › default.ts:79:2 › DBLink › should match screenshot ─────────────────────────── [mobile_chrome] › default.ts:79:2 › DBNotification › should match screenshot ─────────────────── [mobile_chrome] › default.ts:79:2 › DBRadio › should match screenshot ────────────────────────── [mobile_chrome] › default.ts:79:2 › DBSelect › should match screenshot ───────────────────────── [mobile_chrome] › default.ts:79:2 › DBStack › should match screenshot ────────────────────────── [mobile_chrome] › default.ts:79:2 › DBSwitch › should match screenshot ───────────────────────── [mobile_chrome] › default.ts:79:2 › DBTabItem › should match screenshot ──────────────────────── [mobile_chrome] › default.ts:79:2 › DBTextarea › should match screenshot ─────────────────────── 49 skipped 106 passed (3.0m)
🎭 Playwright Run Summary
14 failed [firefox] › default.ts:79:2 › DBBadge › should match screenshot ──────────────────────────────── [firefox] › default.ts:79:2 › DBButton › should match screenshot ─────────────────────────────── [firefox] › default.ts:79:2 › DBCheckbox › should match screenshot ───────────────────────────── [firefox] › default.ts:79:2 › DBDrawer › should match screenshot ─────────────────────────────── [firefox] › default.ts:79:2 › DBInfotext › should match screenshot ───────────────────────────── [firefox] › default.ts:79:2 › DBInput › should match screenshot ──────────────────────────────── [firefox] › default.ts:79:2 › DBLink › should match screenshot ───────────────────────────────── [firefox] › default.ts:79:2 › DBNotification › should match screenshot ───────────────────────── [firefox] › default.ts:79:2 › DBRadio › should match screenshot ──────────────────────────────── [firefox] › default.ts:79:2 › DBSelect › should match screenshot ─────────────────────────────── [firefox] › default.ts:79:2 › DBStack › should match screenshot ──────────────────────────────── [firefox] › default.ts:79:2 › DBSwitch › should match screenshot ─────────────────────────────── [firefox] › default.ts:79:2 › DBTabItem › should match screenshot ────────────────────────────── [firefox] › default.ts:79:2 › DBTextarea › should match screenshot ───────────────────────────── 63 skipped 92 passed (7.1m)
🎭 Playwright Run Summary
14 failed [mobile_safari] › default.ts:79:2 › DBBadge › should match screenshot ────────────────────────── [mobile_safari] › default.ts:79:2 › DBButton › should match screenshot ───────────────────────── [mobile_safari] › default.ts:79:2 › DBCheckbox › should match screenshot ─────────────────────── [mobile_safari] › default.ts:79:2 › DBDrawer › should match screenshot ───────────────────────── [mobile_safari] › default.ts:79:2 › DBInfotext › should match screenshot ─────────────────────── [mobile_safari] › default.ts:79:2 › DBInput › should match screenshot ────────────────────────── [mobile_safari] › default.ts:79:2 › DBLink › should match screenshot ─────────────────────────── [mobile_safari] › default.ts:79:2 › DBNotification › should match screenshot ─────────────────── [mobile_safari] › default.ts:79:2 › DBRadio › should match screenshot ────────────────────────── [mobile_safari] › default.ts:79:2 › DBSelect › should match screenshot ───────────────────────── [mobile_safari] › default.ts:79:2 › DBStack › should match screenshot ────────────────────────── [mobile_safari] › default.ts:79:2 › DBSwitch › should match screenshot ───────────────────────── [mobile_safari] › default.ts:79:2 › DBTabItem › should match screenshot ──────────────────────── [mobile_safari] › default.ts:79:2 › DBTextarea › should match screenshot ─────────────────────── 63 skipped 92 passed (4.8m)
🎭 Playwright Run Summary
14 failed [chromium] › default.ts:79:2 › DBBadge › should match screenshot ─────────────────────────────── [chromium] › default.ts:79:2 › DBButton › should match screenshot ────────────────────────────── [chromium] › default.ts:79:2 › DBCheckbox › should match screenshot ──────────────────────────── [chromium] › default.ts:79:2 › DBDrawer › should match screenshot ────────────────────────────── [chromium] › default.ts:79:2 › DBInfotext › should match screenshot ──────────────────────────── [chromium] › default.ts:79:2 › DBInput › should match screenshot ─────────────────────────────── [chromium] › default.ts:79:2 › DBLink › should match screenshot ──────────────────────────────── [chromium] › default.ts:79:2 › DBNotification › should match screenshot ──────────────────────── [chromium] › default.ts:79:2 › DBRadio › should match screenshot ─────────────────────────────── [chromium] › default.ts:79:2 › DBSelect › should match screenshot ────────────────────────────── [chromium] › default.ts:79:2 › DBStack › should match screenshot ─────────────────────────────── [chromium] › default.ts:79:2 › DBSwitch › should match screenshot ────────────────────────────── [chromium] › default.ts:79:2 › DBTabItem › should match screenshot ───────────────────────────── [chromium] › default.ts:79:2 › DBTextarea › should match screenshot ──────────────────────────── 155 passed (5.5m)
🎭 Playwright Run Summary
1 failed [chromium] › default.spec.ts:10:2 › link › overview should match screenshot ──────────────────── 13 passed (14.0s)
🎭 Playwright Run Summary
14 failed [webkit] › default.ts:79:2 › DBBadge › 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 ──────────────────────────────── [webkit] › default.ts:79:2 › DBInfotext › should match screenshot ────────────────────────────── [webkit] › default.ts:79:2 › DBInput › should match screenshot ───────────────────────────────── [webkit] › default.ts:79:2 › DBLink › should match screenshot ────────────────────────────────── [webkit] › default.ts:79:2 › DBNotification › should match screenshot ────────────────────────── [webkit] › default.ts:79:2 › DBRadio › should match screenshot ───────────────────────────────── [webkit] › default.ts:79:2 › DBSelect › should match screenshot ──────────────────────────────── [webkit] › default.ts:79:2 › DBStack › should match screenshot ───────────────────────────────── [webkit] › default.ts:79:2 › DBSwitch › should match screenshot ──────────────────────────────── [webkit] › default.ts:79:2 › DBTabItem › should match screenshot ─────────────────────────────── [webkit] › default.ts:79:2 › DBTextarea › should match screenshot ────────────────────────────── 63 skipped 92 passed (6.2m)
🎭 Playwright Run Summary
14 failed [mobile_safari] › default.ts:79:2 › DBBadge › should match screenshot ────────────────────────── [mobile_safari] › default.ts:79:2 › DBButton › should match screenshot ───────────────────────── [mobile_safari] › default.ts:79:2 › DBCheckbox › should match screenshot ─────────────────────── [mobile_safari] › default.ts:79:2 › DBDrawer › should match screenshot ───────────────────────── [mobile_safari] › default.ts:79:2 › DBInfotext › should match screenshot ─────────────────────── [mobile_safari] › default.ts:79:2 › DBInput › should match screenshot ────────────────────────── [mobile_safari] › default.ts:79:2 › DBLink › should match screenshot ─────────────────────────── [mobile_safari] › default.ts:79:2 › DBNotification › should match screenshot ─────────────────── [mobile_safari] › default.ts:79:2 › DBRadio › should match screenshot ────────────────────────── [mobile_safari] › default.ts:79:2 › DBSelect › should match screenshot ───────────────────────── [mobile_safari] › default.ts:79:2 › DBStack › should match screenshot ────────────────────────── [mobile_safari] › default.ts:79:2 › DBSwitch › should match screenshot ───────────────────────── [mobile_safari] › default.ts:79:2 › DBTabItem › should match screenshot ──────────────────────── [mobile_safari] › default.ts:79:2 › DBTextarea › should match screenshot ─────────────────────── 1 flaky [mobile_safari] › default.ts:219:2 › DBTabs › should have same aria-snapshot ─────────────────── 49 skipped 105 passed (5.2m)
🎭 Playwright Run Summary
4 failed [chromium] › default.spec.ts:10:2 › checkbox › overview should match screenshot ──────────────── [chromium] › default.spec.ts:10:2 › input › overview should match screenshot ─────────────────── [chromium] › default.spec.ts:10:2 › radio › overview should match screenshot ─────────────────── [chromium] › default.spec.ts:10:2 › select › overview should match screenshot ────────────────── 10 passed (21.7s)
🎭 Playwright Run Summary
14 failed [chromium-highContrast] › default.ts:79:2 › DBBadge › should match screenshot ────────────────── [chromium-highContrast] › default.ts:79:2 › DBButton › should match screenshot ───────────────── [chromium-highContrast] › default.ts:79:2 › DBCheckbox › should match screenshot ─────────────── [chromium-highContrast] › default.ts:79:2 › DBDrawer › should match screenshot ───────────────── [chromium-highContrast] › default.ts:79:2 › DBInfotext › should match screenshot ─────────────── [chromium-highContrast] › default.ts:79:2 › DBInput › should match screenshot ────────────────── [chromium-highContrast] › default.ts:79:2 › DBLink › should match screenshot ─────────────────── [chromium-highContrast] › default.ts:79:2 › DBNotification › should match screenshot ─────────── [chromium-highContrast] › default.ts:79:2 › DBRadio › should match screenshot ────────────────── [chromium-highContrast] › default.ts:79:2 › DBSelect › should match screenshot ───────────────── [chromium-highContrast] › default.ts:79:2 › DBStack › should match screenshot ────────────────── [chromium-highContrast] › default.ts:79:2 › DBSwitch › should match screenshot ───────────────── [chromium-highContrast] › default.ts:79:2 › DBTabItem › should match screenshot ──────────────── [chromium-highContrast] › default.ts:79:2 › DBTextarea › should match screenshot ─────────────── 155 passed (5.4m)
🎭 Playwright Run Summary
3 failed [chromium] › default.spec.ts:10:2 › switch › overview should match screenshot ────────────────── [chromium] › default.spec.ts:10:2 › textarea › overview should match screenshot ──────────────── [chromium] › default.spec.ts:10:2 › notification › properties should match screenshot ────────── 10 passed (18.2s)
🎭 Playwright Run Summary
14 failed [mobile_chrome] › default.ts:79:2 › DBBadge › should match screenshot ────────────────────────── [mobile_chrome] › default.ts:79:2 › DBButton › should match screenshot ───────────────────────── [mobile_chrome] › default.ts:79:2 › DBCheckbox › should match screenshot ─────────────────────── [mobile_chrome] › default.ts:79:2 › DBDrawer › should match screenshot ───────────────────────── [mobile_chrome] › default.ts:79:2 › DBInfotext › should match screenshot ─────────────────────── [mobile_chrome] › default.ts:79:2 › DBInput › should match screenshot ────────────────────────── [mobile_chrome] › default.ts:79:2 › DBLink › should match screenshot ─────────────────────────── [mobile_chrome] › default.ts:79:2 › DBNotification › should match screenshot ─────────────────── [mobile_chrome] › default.ts:79:2 › DBRadio › should match screenshot ────────────────────────── [mobile_chrome] › default.ts:79:2 › DBSelect › should match screenshot ───────────────────────── [mobile_chrome] › default.ts:79:2 › DBStack › should match screenshot ────────────────────────── [mobile_chrome] › default.ts:79:2 › DBSwitch › should match screenshot ───────────────────────── [mobile_chrome] › default.ts:79:2 › DBTabItem › should match screenshot ──────────────────────── [mobile_chrome] › default.ts:79:2 › DBTextarea › should match screenshot ─────────────────────── 49 skipped 106 passed (3.0m)
🎭 Playwright Run Summary
1 failed [chromium] › default.spec.ts:10:2 › stack › overview should match screenshot ─────────────────── 12 passed (11.7s)
🎭 Playwright Run Summary
14 failed [chromium] › default.ts:79:2 › DBBadge › should match screenshot ─────────────────────────────── [chromium] › default.ts:79:2 › DBButton › should match screenshot ────────────────────────────── [chromium] › default.ts:79:2 › DBCheckbox › should match screenshot ──────────────────────────── [chromium] › default.ts:79:2 › DBDrawer › should match screenshot ────────────────────────────── [chromium] › default.ts:79:2 › DBInfotext › should match screenshot ──────────────────────────── [chromium] › default.ts:79:2 › DBInput › should match screenshot ─────────────────────────────── [chromium] › default.ts:79:2 › DBLink › should match screenshot ──────────────────────────────── [chromium] › default.ts:79:2 › DBNotification › should match screenshot ──────────────────────── [chromium] › default.ts:79:2 › DBRadio › should match screenshot ─────────────────────────────── [chromium] › default.ts:79:2 › DBSelect › should match screenshot ────────────────────────────── [chromium] › default.ts:79:2 › DBStack › should match screenshot ─────────────────────────────── [chromium] › default.ts:79:2 › DBSwitch › should match screenshot ────────────────────────────── [chromium] › default.ts:79:2 › DBTabItem › should match screenshot ───────────────────────────── [chromium] › default.ts:79:2 › DBTextarea › should match screenshot ──────────────────────────── 155 passed (5.6m)
🎭 Playwright Run Summary
14 failed [webkit] › default.ts:79:2 › DBBadge › 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 ──────────────────────────────── [webkit] › default.ts:79:2 › DBInfotext › should match screenshot ────────────────────────────── [webkit] › default.ts:79:2 › DBInput › should match screenshot ───────────────────────────────── [webkit] › default.ts:79:2 › DBLink › should match screenshot ────────────────────────────────── [webkit] › default.ts:79:2 › DBNotification › should match screenshot ────────────────────────── [webkit] › default.ts:79:2 › DBRadio › should match screenshot ───────────────────────────────── [webkit] › default.ts:79:2 › DBSelect › should match screenshot ──────────────────────────────── [webkit] › default.ts:79:2 › DBStack › should match screenshot ───────────────────────────────── [webkit] › default.ts:79:2 › DBSwitch › should match screenshot ──────────────────────────────── [webkit] › default.ts:79:2 › DBTabItem › should match screenshot ─────────────────────────────── [webkit] › default.ts:79:2 › DBTextarea › should match screenshot ────────────────────────────── 49 skipped 106 passed (6.4m)
🎭 Playwright Run Summary
14 failed [firefox] › default.ts:79:2 › DBBadge › should match screenshot ──────────────────────────────── [firefox] › default.ts:79:2 › DBButton › should match screenshot ─────────────────────────────── [firefox] › default.ts:79:2 › DBCheckbox › should match screenshot ───────────────────────────── [firefox] › default.ts:79:2 › DBDrawer › should match screenshot ─────────────────────────────── [firefox] › default.ts:79:2 › DBInfotext › should match screenshot ───────────────────────────── [firefox] › default.ts:79:2 › DBInput › should match screenshot ──────────────────────────────── [firefox] › default.ts:79:2 › DBLink › should match screenshot ───────────────────────────────── [firefox] › default.ts:79:2 › DBNotification › should match screenshot ───────────────────────── [firefox] › default.ts:79:2 › DBRadio › should match screenshot ──────────────────────────────── [firefox] › default.ts:79:2 › DBSelect › should match screenshot ─────────────────────────────── [firefox] › default.ts:79:2 › DBStack › should match screenshot ──────────────────────────────── [firefox] › default.ts:79:2 › DBSwitch › should match screenshot ─────────────────────────────── [firefox] › default.ts:79:2 › DBTabItem › should match screenshot ────────────────────────────── [firefox] › default.ts:79:2 › DBTextarea › should match screenshot ───────────────────────────── 49 skipped 106 passed (7.8m)
🎭 Playwright Run Summary
14 failed [chromium-highContrast] › default.ts:79:2 › DBBadge › should match screenshot ────────────────── [chromium-highContrast] › default.ts:79:2 › DBButton › should match screenshot ───────────────── [chromium-highContrast] › default.ts:79:2 › DBCheckbox › should match screenshot ─────────────── [chromium-highContrast] › default.ts:79:2 › DBDrawer › should match screenshot ───────────────── [chromium-highContrast] › default.ts:79:2 › DBInfotext › should match screenshot ─────────────── [chromium-highContrast] › default.ts:79:2 › DBInput › should match screenshot ────────────────── [chromium-highContrast] › default.ts:79:2 › DBLink › should match screenshot ─────────────────── [chromium-highContrast] › default.ts:79:2 › DBNotification › should match screenshot ─────────── [chromium-highContrast] › default.ts:79:2 › DBRadio › should match screenshot ────────────────── [chromium-highContrast] › default.ts:79:2 › DBSelect › should match screenshot ───────────────── [chromium-highContrast] › default.ts:79:2 › DBStack › should match screenshot ────────────────── [chromium-highContrast] › default.ts:79:2 › DBSwitch › should match screenshot ───────────────── [chromium-highContrast] › default.ts:79:2 › DBTabItem › should match screenshot ──────────────── [chromium-highContrast] › default.ts:79:2 › DBTextarea › should match screenshot ─────────────── 155 passed (5.5m)
🎭 Playwright Run Summary
14 failed [mobile_safari] › default.ts:79:2 › DBBadge › should match screenshot ────────────────────────── [mobile_safari] › default.ts:79:2 › DBButton › should match screenshot ───────────────────────── [mobile_safari] › default.ts:79:2 › DBCheckbox › should match screenshot ─────────────────────── [mobile_safari] › default.ts:79:2 › DBDrawer › should match screenshot ───────────────────────── [mobile_safari] › default.ts:79:2 › DBInfotext › should match screenshot ─────────────────────── [mobile_safari] › default.ts:79:2 › DBInput › should match screenshot ────────────────────────── [mobile_safari] › default.ts:79:2 › DBLink › should match screenshot ─────────────────────────── [mobile_safari] › default.ts:79:2 › DBNotification › should match screenshot ─────────────────── [mobile_safari] › default.ts:79:2 › DBRadio › should match screenshot ────────────────────────── [mobile_safari] › default.ts:79:2 › DBSelect › should match screenshot ───────────────────────── [mobile_safari] › default.ts:79:2 › DBStack › should match screenshot ────────────────────────── [mobile_safari] › default.ts:79:2 › DBSwitch › should match screenshot ───────────────────────── [mobile_safari] › default.ts:79:2 › DBTabItem › should match screenshot ──────────────────────── [mobile_safari] › default.ts:79:2 › DBTextarea › should match screenshot ─────────────────────── 49 skipped 106 passed (4.6m)
🎭 Playwright Run Summary
14 failed [webkit] › default.ts:79:2 › DBBadge › 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 ──────────────────────────────── [webkit] › default.ts:79:2 › DBInfotext › should match screenshot ────────────────────────────── [webkit] › default.ts:79:2 › DBInput › should match screenshot ───────────────────────────────── [webkit] › default.ts:79:2 › DBLink › should match screenshot ────────────────────────────────── [webkit] › default.ts:79:2 › DBNotification › should match screenshot ────────────────────────── [webkit] › default.ts:79:2 › DBRadio › should match screenshot ───────────────────────────────── [webkit] › default.ts:79:2 › DBSelect › should match screenshot ──────────────────────────────── [webkit] › default.ts:79:2 › DBStack › should match screenshot ───────────────────────────────── [webkit] › default.ts:79:2 › DBSwitch › should match screenshot ──────────────────────────────── [webkit] › default.ts:79:2 › DBTabItem › should match screenshot ─────────────────────────────── [webkit] › default.ts:79:2 › DBTextarea › should match screenshot ────────────────────────────── 49 skipped 106 passed (6.3m)
🎭 Playwright Run Summary
14 failed [firefox] › default.ts:79:2 › DBBadge › should match screenshot ──────────────────────────────── [firefox] › default.ts:79:2 › DBButton › should match screenshot ─────────────────────────────── [firefox] › default.ts:79:2 › DBCheckbox › should match screenshot ───────────────────────────── [firefox] › default.ts:79:2 › DBDrawer › should match screenshot ─────────────────────────────── [firefox] › default.ts:79:2 › DBInfotext › should match screenshot ───────────────────────────── [firefox] › default.ts:79:2 › DBInput › should match screenshot ──────────────────────────────── [firefox] › default.ts:79:2 › DBLink › should match screenshot ───────────────────────────────── [firefox] › default.ts:79:2 › DBNotification › should match screenshot ───────────────────────── [firefox] › default.ts:79:2 › DBRadio › should match screenshot ──────────────────────────────── [firefox] › default.ts:79:2 › DBSelect › should match screenshot ─────────────────────────────── [firefox] › default.ts:79:2 › DBStack › should match screenshot ──────────────────────────────── [firefox] › default.ts:79:2 › DBSwitch › should match screenshot ─────────────────────────────── [firefox] › default.ts:79:2 › DBTabItem › should match screenshot ────────────────────────────── [firefox] › default.ts:79:2 › DBTextarea › should match screenshot ───────────────────────────── 49 skipped 106 passed (7.7m)

Artifacts

Produced during runtime
Name Size
angular-showcase-playwright-results-1
21.5 MB
angular-showcase-playwright-results-2
20.7 MB
angular-showcase-playwright-results-3
25.9 MB
angular-showcase-playwright-results-4
29.2 MB
angular-showcase-playwright-results-5
20.8 MB
angular-showcase-playwright-results-6
28.8 MB
db-ui-angular-showcase
2.62 MB
db-ui-angular-ssr-showcase
3.36 MB
db-ui-components-build
348 KB
db-ui-foundations-build
151 KB
db-ui-migration-build
1.91 KB
db-ui-next-showcase
2.7 MB
db-ui-nuxt-showcase
3.17 MB
db-ui-output
400 KB
db-ui-outputs
4.9 MB
db-ui-patternhub
4.92 MB
db-ui-react-showcase
2.54 MB
db-ui-stencil-showcase
2.59 MB
db-ui-vue-showcase
2.5 MB
patternhub-playwright-results-1
936 KB
patternhub-playwright-results-3
3.95 MB
patternhub-playwright-results-4
3.08 MB
patternhub-playwright-results-6
1000 KB
react-components-playwright-results-1
978 KB
react-components-playwright-results-2
1010 KB
react-components-playwright-results-3
975 KB
react-recordings-macos-13-4
40.4 MB
react-screen-reader-macos-13-4
1.3 MB
react-showcase-playwright-results-1
21.3 MB
react-showcase-playwright-results-2
20.5 MB
react-showcase-playwright-results-3
25.1 MB
react-showcase-playwright-results-4
28.9 MB
react-showcase-playwright-results-5
20.1 MB
react-showcase-playwright-results-6
28 MB
snapshots-components
340 KB
snapshots-patternhub
2.49 MB
snapshots-showcases
13.1 MB
stencil-showcase-playwright-results-1
20.9 MB
stencil-showcase-playwright-results-2
17.2 MB
stencil-showcase-playwright-results-3
19.1 MB
stencil-showcase-playwright-results-4
24.3 MB
stencil-showcase-playwright-results-5
26.9 MB
stencil-showcase-playwright-results-6
18.3 MB
vue-components-playwright-results-1
977 KB
vue-components-playwright-results-2
1010 KB
vue-components-playwright-results-3
975 KB
vue-showcase-playwright-results-1
20.9 MB
vue-showcase-playwright-results-2
20 MB
vue-showcase-playwright-results-3
25.2 MB
vue-showcase-playwright-results-4
29 MB
vue-showcase-playwright-results-5
20.2 MB
vue-showcase-playwright-results-6
29.5 MB