Skip to content

fix: a11y issue for placeholders #15197

fix: a11y issue for placeholders

fix: a11y issue for placeholders #15197

Re-run triggered November 27, 2024 13:21
Status Cancelled
Total duration 1h 10m 1s
Artifacts 47

default.yml

on: pull_request
get-playwright-version  /  Get and save publish version
27s
get-playwright-version / Get and save publish version
build-packages  /  Build Packages
1m 11s
build-packages / Build Packages
Matrix: init-playwright / init-playwright
build-showcase-patternhub  /  Build Patternhub
1m 41s
build-showcase-patternhub / Build Patternhub
build-showcase-react  /  Build Showcase react-showcase
42s
build-showcase-react / Build Showcase react-showcase
build-showcase-angular  /  Build Showcase angular-showcase
43s
build-showcase-angular / Build Showcase angular-showcase
build-showcase-stencil  /  Build Showcase stencil-showcase
53s
build-showcase-stencil / Build Showcase stencil-showcase
build-showcase-vue  /  Build Showcase vue-showcase
28s
build-showcase-vue / Build Showcase vue-showcase
Matrix: test-components / playwright-ct
test-foundations  /  🧪🎭 - foundations
3m 26s
test-foundations / 🧪🎭 - foundations
build-outputs  /  Build outputs
1m 6s
build-outputs / Build outputs
build-showcase-angular-ssr  /  Build Showcase angular-ssr-showcase
51s
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
45s
build-showcase-nuxt / Build Showcase nuxt-showcase
Matrix: test-showcase-patternhub / playwright-showcases
Matrix: test-showcase-react / playwright-showcases
Matrix: test-screen-reader / playwright-screen-reader
Matrix: test-showcase-angular / playwright-showcases
Matrix: test-showcase-stencil / playwright-showcases
Matrix: test-showcase-vue / playwright-showcases
regenerate-snapshots-components  /  🧪🎭 - Regenerate snapshots components
3m 21s
regenerate-snapshots-components / 🧪🎭 - Regenerate snapshots components
regenerate-snapshots-foundations  /  regenerate-snapshots
regenerate-snapshots-foundations / regenerate-snapshots
regenerate-snapshots-patternhub  /  🧪🎭 - Regenerate snapshots patternhub
1m 51s
regenerate-snapshots-patternhub / 🧪🎭 - Regenerate snapshots patternhub
checks-done
0s
checks-done
regenerate-snapshots  /  🧪🎭 - Regenerate snapshots showcases
7m 46s
regenerate-snapshots / 🧪🎭 - Regenerate snapshots showcases
deploy  /  Deploy
deploy / Deploy
Fit to window
Zoom out
Zoom in

Annotations

179 errors, 26 warnings, and 32 notices
[chromium] › select/select.spec.tsx:21:6 › DBSelect › should match screenshot: output/react/src/components/select/select.spec.tsx#L23
1) [chromium] › select/select.spec.tsx:21:6 › DBSelect › should match screenshot ───────────────── Error: expect(locator).toHaveScreenshot(expected) 74 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 - 74 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 - 74 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
1) [chromium] › select/select.spec.tsx:21:6 › DBSelect › should match screenshot ───────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) 74 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 - 74 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 - 74 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
test-components / 🧪🎭 - react:1/3
Process completed with exit code 1.
[mobile_chrome] › select/select.spec.tsx:21:6 › DBSelect › should match screenshot: output/react/src/components/select/select.spec.tsx#L23
1) [mobile_chrome] › select/select.spec.tsx:21:6 › DBSelect › should match screenshot ──────────── Error: expect(locator).toHaveScreenshot(expected) 74 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 - 74 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 - 74 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
1) [mobile_chrome] › select/select.spec.tsx:21:6 › DBSelect › should match screenshot ──────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) 74 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 - 74 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 - 74 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
test-components / 🧪🎭 - react:3/3
Process completed with exit code 1.
test-components / 🧪🎭 - vue:1/3
Process completed with exit code 1.
[chromium] › select/select.spec.tsx:21:2 › DBSelect › should match screenshot: output/vue/src/components/select/select.spec.tsx#L23
1) [chromium] › select/select.spec.tsx:21:2 › DBSelect › should match screenshot ───────────────── Error: expect(locator).toHaveScreenshot(expected) 74 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 - 74 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 - 74 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
1) [chromium] › select/select.spec.tsx:21:2 › DBSelect › should match screenshot ───────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) 74 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 - 74 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 - 74 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
test-components / 🧪🎭 - vue:3/3
Process completed with exit code 1.
[mobile_chrome] › select/select.spec.tsx:21:2 › DBSelect › should match screenshot: output/vue/src/components/select/select.spec.tsx#L23
1) [mobile_chrome] › select/select.spec.tsx:21:2 › DBSelect › should match screenshot ──────────── Error: expect(locator).toHaveScreenshot(expected) 74 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 - 74 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 - 74 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
1) [mobile_chrome] › select/select.spec.tsx:21:2 › DBSelect › should match screenshot ──────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) 74 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 - 74 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 - 74 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:6 › DBSelect › should match screenshot: output/react/src/components/select/select.spec.tsx#L23
1) [firefox] › select/select.spec.tsx:21:6 › DBSelect › should match screenshot ────────────────── Error: expect(locator).toHaveScreenshot(expected) 71 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 - 71 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 - 71 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
1) [firefox] › select/select.spec.tsx:21:6 › DBSelect › should match screenshot ────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) 71 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 - 71 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 - 71 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
test-components / 🧪🎭 - react:2/3
Process completed with exit code 1.
[firefox] › select/select.spec.tsx:21:2 › DBSelect › should match screenshot: output/vue/src/components/select/select.spec.tsx#L23
1) [firefox] › select/select.spec.tsx:21:2 › DBSelect › should match screenshot ────────────────── Error: expect(locator).toHaveScreenshot(expected) 71 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 - 71 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 - 71 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
1) [firefox] › select/select.spec.tsx:21:2 › DBSelect › should match screenshot ────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) 71 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 - 71 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 - 71 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
test-components / 🧪🎭 - vue:2/3
Process completed with exit code 1.
[mobile_chrome] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [mobile_chrome] › default.ts:79:2 › DBInput › should match screenshot ───────────────────────── Error: expect(page).toHaveScreenshot(expected) 3461 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/mobile-chrome/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-mobile-chrome/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-mobile-chrome/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 3480 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 3461 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[mobile_chrome] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [mobile_chrome] › default.ts:79:2 › DBInput › should match screenshot ───────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 3461 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/mobile-chrome/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-mobile-chrome-retry1/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-mobile-chrome-retry1/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 3480 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 3461 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[mobile_chrome] › default.ts:79:2 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
2) [mobile_chrome] › default.ts:79:2 › DBSelect › should match screenshot ──────────────────────── Error: expect(page).toHaveScreenshot(expected) 2077 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/mobile-chrome/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-mobile-chrome/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-mobile-chrome/DBSelect-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2077 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 2077 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[mobile_chrome] › default.ts:79:2 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
2) [mobile_chrome] › default.ts:79:2 › DBSelect › should match screenshot ──────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 2077 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/mobile-chrome/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-mobile-chrome-retry1/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-mobile-chrome-retry1/DBSelect-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2077 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 2077 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[mobile_chrome] › default.ts:79:2 › DBTextarea › should match screenshot: showcases/e2e/default.ts#L111
3) [mobile_chrome] › default.ts:79:2 › DBTextarea › should match screenshot ────────────────────── Error: expect(page).toHaveScreenshot(expected) 1758 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/textarea/showcase/mobile-chrome/DBTextarea-should-match-screenshot-1/DBTextarea-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/textarea-textarea-snapshot-5a791-rea-should-match-screenshot-mobile-chrome/DBTextarea-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/textarea-textarea-snapshot-5a791-rea-should-match-screenshot-mobile-chrome/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 - 1788 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 1758 pixels (ratio 0.01 of all image 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 › DBTextarea › should match screenshot: showcases/e2e/default.ts#L111
3) [mobile_chrome] › default.ts:79:2 › DBTextarea › should match screenshot ────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 1758 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/textarea/showcase/mobile-chrome/DBTextarea-should-match-screenshot-1/DBTextarea-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/textarea-textarea-snapshot-5a791-rea-should-match-screenshot-mobile-chrome-retry1/DBTextarea-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/textarea-textarea-snapshot-5a791-rea-should-match-screenshot-mobile-chrome-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 - 1788 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 1758 pixels (ratio 0.01 of all image 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.
[mobile_safari] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [mobile_safari] › default.ts:79:2 › DBInput › should match screenshot ───────────────────────── Error: expect(page).toHaveScreenshot(expected) 2089 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/mobile-safari/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-mobile-safari/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-mobile-safari/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2089 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 2089 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[mobile_safari] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [mobile_safari] › default.ts:79:2 › DBInput › should match screenshot ───────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 2089 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/mobile-safari/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-mobile-safari-retry1/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-mobile-safari-retry1/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2089 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 2089 pixels (ratio 0.01 of all image 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 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
2) [mobile_safari] › default.ts:79:2 › DBSelect › should match screenshot ──────────────────────── Error: expect(page).toHaveScreenshot(expected) 1328 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/mobile-safari/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-mobile-safari/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-mobile-safari/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 - 1328 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 1328 pixels (ratio 0.01 of all image 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 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
2) [mobile_safari] › default.ts:79:2 › DBSelect › should match screenshot ──────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 1328 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/mobile-safari/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-mobile-safari-retry1/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-mobile-safari-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 - 1328 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 1328 pixels (ratio 0.01 of all image 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 › DBTextarea › should match screenshot: showcases/e2e/default.ts#L111
3) [mobile_safari] › default.ts:79:2 › DBTextarea › should match screenshot ────────────────────── Error: expect(page).toHaveScreenshot(expected) 1128 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/textarea/showcase/mobile-safari/DBTextarea-should-match-screenshot-1/DBTextarea-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/textarea-textarea-snapshot-5a791-rea-should-match-screenshot-mobile-safari/DBTextarea-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/textarea-textarea-snapshot-5a791-rea-should-match-screenshot-mobile-safari/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 - 1128 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 1128 pixels (ratio 0.01 of all image 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 › DBTextarea › should match screenshot: showcases/e2e/default.ts#L111
3) [mobile_safari] › default.ts:79:2 › DBTextarea › should match screenshot ────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 1128 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/textarea/showcase/mobile-safari/DBTextarea-should-match-screenshot-1/DBTextarea-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/textarea-textarea-snapshot-5a791-rea-should-match-screenshot-mobile-safari-retry1/DBTextarea-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/textarea-textarea-snapshot-5a791-rea-should-match-screenshot-mobile-safari-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 - 1128 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 1128 pixels (ratio 0.01 of all image 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-angular / 🧪🎭 - angular-showcase:1/6
Process completed with exit code 1.
[chromium] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [chromium] › default.ts:79:2 › DBInput › should match screenshot ────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 3459 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/chromium/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-chromium/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-chromium/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 3502 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 3459 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[chromium] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [chromium] › default.ts:79:2 › DBInput › should match screenshot ────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 3459 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/chromium/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-chromium-retry1/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-chromium-retry1/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 3502 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 3459 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[chromium] › default.ts:79:2 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
2) [chromium] › default.ts:79:2 › DBSelect › should match screenshot ───────────────────────────── Error: expect(page).toHaveScreenshot(expected) 2077 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/chromium/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium/DBSelect-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2077 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 2077 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[chromium] › default.ts:79:2 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
2) [chromium] › default.ts:79:2 › DBSelect › should match screenshot ───────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 2077 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/chromium/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium-retry1/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium-retry1/DBSelect-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2077 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 2077 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[chromium] › default.ts:79:2 › DBTextarea › should match screenshot: showcases/e2e/default.ts#L111
3) [chromium] › default.ts:79:2 › DBTextarea › should match screenshot ─────────────────────────── Error: expect(page).toHaveScreenshot(expected) 1758 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/angular-showcase/test-results/textarea-textarea-snapshot-5a791-rea-should-match-screenshot-chromium/DBTextarea-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-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 - 1762 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 1758 pixels (ratio 0.01 of all image 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
3) [chromium] › default.ts:79:2 › DBTextarea › should match screenshot ─────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 1758 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/angular-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/angular-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 - 1762 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 1758 pixels (ratio 0.01 of all image 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 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
1) [chromium-highContrast] › default.ts:79:2 › DBSelect › should match screenshot ──────────────── Error: expect(page).toHaveScreenshot(expected) 2717 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/chromium-highContrast/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium-highContrast/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium-highContrast/DBSelect-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2717 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 2717 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[chromium-highContrast] › default.ts:79:2 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
1) [chromium-highContrast] › default.ts:79:2 › DBSelect › should match screenshot ──────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 2717 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/chromium-highContrast/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium-highContrast-retry1/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium-highContrast-retry1/DBSelect-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2717 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 2717 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[chromium-highContrast] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [chromium-highContrast] › default.ts:79:2 › DBInput › should match screenshot ───────────────── Error: expect(page).toHaveScreenshot(expected) 720 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/chromium-highContrast/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-chromium-highContrast/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-chromium-highContrast/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 720 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 720 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[chromium-highContrast] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [chromium-highContrast] › default.ts:79:2 › DBInput › should match screenshot ───────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 720 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/chromium-highContrast/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-chromium-highContrast-retry1/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-chromium-highContrast-retry1/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 720 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 720 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[chromium-highContrast] › default.ts:79:2 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
2) [chromium-highContrast] › default.ts:79:2 › DBSelect › should match screenshot ──────────────── Error: expect(page).toHaveScreenshot(expected) 2717 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/chromium-highContrast/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium-highContrast/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium-highContrast/DBSelect-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2717 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 2717 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[chromium-highContrast] › default.ts:79:2 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
2) [chromium-highContrast] › default.ts:79:2 › DBSelect › should match screenshot ──────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 2717 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/chromium-highContrast/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium-highContrast-retry1/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium-highContrast-retry1/DBSelect-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2717 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 2717 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
test-showcase-react / 🧪🎭 - react-showcase:2/6
Process completed with exit code 1.
[chromium] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [chromium] › default.ts:79:2 › DBInput › should match screenshot ────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 3459 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/chromium/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-chromium/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-chromium/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 3502 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 3459 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[chromium] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [chromium] › default.ts:79:2 › DBInput › should match screenshot ────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 3459 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/chromium/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-chromium-retry1/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-chromium-retry1/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 3502 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 3459 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[chromium] › default.ts:79:2 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
2) [chromium] › default.ts:79:2 › DBSelect › should match screenshot ───────────────────────────── Error: expect(page).toHaveScreenshot(expected) 2077 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/chromium/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium/DBSelect-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2077 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 2077 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[chromium] › default.ts:79:2 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
2) [chromium] › default.ts:79:2 › DBSelect › should match screenshot ───────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 2077 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/chromium/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium-retry1/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium-retry1/DBSelect-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2077 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 2077 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[chromium] › default.ts:79:2 › DBTextarea › should match screenshot: showcases/e2e/default.ts#L111
3) [chromium] › default.ts:79:2 › DBTextarea › should match screenshot ─────────────────────────── Error: expect(page).toHaveScreenshot(expected) 1758 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/react-showcase/test-results/textarea-textarea-snapshot-5a791-rea-should-match-screenshot-chromium/DBTextarea-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-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 - 1762 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 1758 pixels (ratio 0.01 of all image 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
3) [chromium] › default.ts:79:2 › DBTextarea › should match screenshot ─────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 1758 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/react-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/react-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 - 1762 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 1758 pixels (ratio 0.01 of all image 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.
test-showcase-angular / 🧪🎭 - angular-showcase:3/6
Process completed with exit code 1.
[firefox] › default.ts:79:2 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
1) [firefox] › default.ts:79:2 › DBSelect › should match screenshot ────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 2077 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/firefox/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-firefox/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-firefox/DBSelect-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2077 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 2077 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[firefox] › default.ts:79:2 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
1) [firefox] › default.ts:79:2 › DBSelect › should match screenshot ────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 2077 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/firefox/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-firefox-retry1/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-firefox-retry1/DBSelect-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2077 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 2077 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
test-showcase-angular / 🧪🎭 - angular-showcase:4/6
Process completed with exit code 1.
[webkit] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [webkit] › default.ts:79:2 › DBInput › should match screenshot ──────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 2378 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/webkit/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-webkit/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-webkit/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2378 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 2378 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[webkit] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [webkit] › default.ts:79:2 › DBInput › should match screenshot ──────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 2378 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/webkit/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-webkit-retry1/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-webkit-retry1/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2378 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 2378 pixels (ratio 0.01 of all image 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 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
2) [webkit] › default.ts:79:2 › DBSelect › should match screenshot ─────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 1328 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/webkit/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-webkit/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-webkit/DBSelect-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 1328 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 1328 pixels (ratio 0.01 of all image 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 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
2) [webkit] › default.ts:79:2 › DBSelect › should match screenshot ─────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 1328 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/webkit/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-webkit-retry1/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-webkit-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 - 1328 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 1328 pixels (ratio 0.01 of all image 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 › DBTextarea › should match screenshot: showcases/e2e/default.ts#L111
3) [webkit] › default.ts:79:2 › DBTextarea › should match screenshot ───────────────────────────── Error: expect(page).toHaveScreenshot(expected) 1128 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/textarea/showcase/webkit/DBTextarea-should-match-screenshot-1/DBTextarea-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/textarea-textarea-snapshot-5a791-rea-should-match-screenshot-webkit/DBTextarea-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/textarea-textarea-snapshot-5a791-rea-should-match-screenshot-webkit/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 - 1128 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 1128 pixels (ratio 0.01 of all image 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 › DBTextarea › should match screenshot: showcases/e2e/default.ts#L111
3) [webkit] › default.ts:79:2 › DBTextarea › should match screenshot ───────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 1128 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/textarea/showcase/webkit/DBTextarea-should-match-screenshot-1/DBTextarea-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/textarea-textarea-snapshot-5a791-rea-should-match-screenshot-webkit-retry1/DBTextarea-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/textarea-textarea-snapshot-5a791-rea-should-match-screenshot-webkit-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 - 1128 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 1128 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
test-showcase-react / 🧪🎭 - react-showcase:5/6
Process completed with exit code 1.
[mobile_chrome] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [mobile_chrome] › default.ts:79:2 › DBInput › should match screenshot ───────────────────────── Error: expect(page).toHaveScreenshot(expected) 3461 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/mobile-chrome/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-mobile-chrome/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-mobile-chrome/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 3480 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 3461 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[mobile_chrome] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [mobile_chrome] › default.ts:79:2 › DBInput › should match screenshot ───────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 3461 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/mobile-chrome/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-mobile-chrome-retry1/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-mobile-chrome-retry1/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 3480 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 3461 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[mobile_chrome] › default.ts:79:2 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
2) [mobile_chrome] › default.ts:79:2 › DBSelect › should match screenshot ──────────────────────── Error: expect(page).toHaveScreenshot(expected) 2077 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/mobile-chrome/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-mobile-chrome/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-mobile-chrome/DBSelect-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2077 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 2077 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[mobile_chrome] › default.ts:79:2 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
2) [mobile_chrome] › default.ts:79:2 › DBSelect › should match screenshot ──────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 2077 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/mobile-chrome/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-mobile-chrome-retry1/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-mobile-chrome-retry1/DBSelect-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2077 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 2077 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[mobile_chrome] › default.ts:79:2 › DBTextarea › should match screenshot: showcases/e2e/default.ts#L111
3) [mobile_chrome] › default.ts:79:2 › DBTextarea › should match screenshot ────────────────────── Error: expect(page).toHaveScreenshot(expected) 1758 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/textarea/showcase/mobile-chrome/DBTextarea-should-match-screenshot-1/DBTextarea-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/textarea-textarea-snapshot-5a791-rea-should-match-screenshot-mobile-chrome/DBTextarea-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/textarea-textarea-snapshot-5a791-rea-should-match-screenshot-mobile-chrome/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 - 1788 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 1758 pixels (ratio 0.01 of all image 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 › DBTextarea › should match screenshot: showcases/e2e/default.ts#L111
3) [mobile_chrome] › default.ts:79:2 › DBTextarea › should match screenshot ────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 1758 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/textarea/showcase/mobile-chrome/DBTextarea-should-match-screenshot-1/DBTextarea-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/textarea-textarea-snapshot-5a791-rea-should-match-screenshot-mobile-chrome-retry1/DBTextarea-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/textarea-textarea-snapshot-5a791-rea-should-match-screenshot-mobile-chrome-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 - 1788 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 1758 pixels (ratio 0.01 of all image 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:6/6
Process completed with exit code 1.
[mobile_safari] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [mobile_safari] › default.ts:79:2 › DBInput › should match screenshot ───────────────────────── Error: expect(page).toHaveScreenshot(expected) 2089 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/mobile-safari/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-mobile-safari/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-mobile-safari/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2089 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 2089 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[mobile_safari] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [mobile_safari] › default.ts:79:2 › DBInput › should match screenshot ───────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 2089 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/mobile-safari/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-mobile-safari-retry1/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-mobile-safari-retry1/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2089 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 2089 pixels (ratio 0.01 of all image 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 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
2) [mobile_safari] › default.ts:79:2 › DBSelect › should match screenshot ──────────────────────── Error: expect(page).toHaveScreenshot(expected) 1328 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/mobile-safari/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-mobile-safari/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-mobile-safari/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 - 1328 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 1328 pixels (ratio 0.01 of all image 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 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
2) [mobile_safari] › default.ts:79:2 › DBSelect › should match screenshot ──────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 1328 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/mobile-safari/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-mobile-safari-retry1/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-mobile-safari-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 - 1328 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 1328 pixels (ratio 0.01 of all image 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 › DBTextarea › should match screenshot: showcases/e2e/default.ts#L111
3) [mobile_safari] › default.ts:79:2 › DBTextarea › should match screenshot ────────────────────── Error: expect(page).toHaveScreenshot(expected) 1128 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/textarea/showcase/mobile-safari/DBTextarea-should-match-screenshot-1/DBTextarea-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/textarea-textarea-snapshot-5a791-rea-should-match-screenshot-mobile-safari/DBTextarea-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/textarea-textarea-snapshot-5a791-rea-should-match-screenshot-mobile-safari/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 - 1128 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 1128 pixels (ratio 0.01 of all image 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 › DBTextarea › should match screenshot: showcases/e2e/default.ts#L111
3) [mobile_safari] › default.ts:79:2 › DBTextarea › should match screenshot ────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 1128 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/textarea/showcase/mobile-safari/DBTextarea-should-match-screenshot-1/DBTextarea-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/textarea-textarea-snapshot-5a791-rea-should-match-screenshot-mobile-safari-retry1/DBTextarea-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/textarea-textarea-snapshot-5a791-rea-should-match-screenshot-mobile-safari-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 - 1128 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 1128 pixels (ratio 0.01 of all image 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 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [mobile_chrome] › default.ts:79:2 › DBInput › should match screenshot ───────────────────────── Error: expect(page).toHaveScreenshot(expected) 3461 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/mobile-chrome/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-mobile-chrome/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-mobile-chrome/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 3480 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 3461 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[mobile_chrome] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [mobile_chrome] › default.ts:79:2 › DBInput › should match screenshot ───────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 3461 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/mobile-chrome/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-mobile-chrome-retry1/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-mobile-chrome-retry1/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 3480 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 3461 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[mobile_chrome] › default.ts:79:2 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
2) [mobile_chrome] › default.ts:79:2 › DBSelect › should match screenshot ──────────────────────── Error: expect(page).toHaveScreenshot(expected) 2077 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/mobile-chrome/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-mobile-chrome/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-mobile-chrome/DBSelect-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2077 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 2077 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[mobile_chrome] › default.ts:79:2 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
2) [mobile_chrome] › default.ts:79:2 › DBSelect › should match screenshot ──────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 2077 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/mobile-chrome/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-mobile-chrome-retry1/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-mobile-chrome-retry1/DBSelect-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2077 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 2077 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[mobile_chrome] › default.ts:79:2 › DBTextarea › should match screenshot: showcases/e2e/default.ts#L111
3) [mobile_chrome] › default.ts:79:2 › DBTextarea › should match screenshot ────────────────────── Error: expect(page).toHaveScreenshot(expected) 1758 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/textarea/showcase/mobile-chrome/DBTextarea-should-match-screenshot-1/DBTextarea-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/textarea-textarea-snapshot-5a791-rea-should-match-screenshot-mobile-chrome/DBTextarea-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/textarea-textarea-snapshot-5a791-rea-should-match-screenshot-mobile-chrome/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 - 1788 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 1758 pixels (ratio 0.01 of all image 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 › DBTextarea › should match screenshot: showcases/e2e/default.ts#L111
3) [mobile_chrome] › default.ts:79:2 › DBTextarea › should match screenshot ────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 1758 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/textarea/showcase/mobile-chrome/DBTextarea-should-match-screenshot-1/DBTextarea-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/textarea-textarea-snapshot-5a791-rea-should-match-screenshot-mobile-chrome-retry1/DBTextarea-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/textarea-textarea-snapshot-5a791-rea-should-match-screenshot-mobile-chrome-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 - 1788 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 1758 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
test-showcase-vue / 🧪🎭 - vue-showcase:1/6
Process completed with exit code 1.
[chromium] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [chromium] › default.ts:79:2 › DBInput › should match screenshot ────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 3459 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/chromium/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-chromium/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-chromium/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 3502 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 3459 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[chromium] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [chromium] › default.ts:79:2 › DBInput › should match screenshot ────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 3459 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/chromium/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-chromium-retry1/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-chromium-retry1/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 3502 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 3459 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[chromium] › default.ts:79:2 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
2) [chromium] › default.ts:79:2 › DBSelect › should match screenshot ───────────────────────────── Error: expect(page).toHaveScreenshot(expected) 2077 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/chromium/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium/DBSelect-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2077 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 2077 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[chromium] › default.ts:79:2 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
2) [chromium] › default.ts:79:2 › DBSelect › should match screenshot ───────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 2077 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/chromium/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium-retry1/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium-retry1/DBSelect-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2077 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 2077 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[chromium] › default.ts:79:2 › DBTextarea › should match screenshot: showcases/e2e/default.ts#L111
3) [chromium] › default.ts:79:2 › DBTextarea › should match screenshot ─────────────────────────── Error: expect(page).toHaveScreenshot(expected) 1758 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/vue-showcase/test-results/textarea-textarea-snapshot-5a791-rea-should-match-screenshot-chromium/DBTextarea-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-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 - 1762 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 1758 pixels (ratio 0.01 of all image 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
3) [chromium] › default.ts:79:2 › DBTextarea › should match screenshot ─────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 1758 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/vue-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/vue-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 - 1762 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 1758 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[webkit] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [webkit] › default.ts:79:2 › DBInput › should match screenshot ──────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 2378 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/webkit/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-webkit/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-webkit/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2378 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 2378 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[webkit] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [webkit] › default.ts:79:2 › DBInput › should match screenshot ──────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 2378 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/webkit/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-webkit-retry1/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-webkit-retry1/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2378 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 2378 pixels (ratio 0.01 of all image 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 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
2) [webkit] › default.ts:79:2 › DBSelect › should match screenshot ─────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 1328 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/webkit/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-webkit/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-webkit/DBSelect-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 1328 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 1328 pixels (ratio 0.01 of all image 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 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
2) [webkit] › default.ts:79:2 › DBSelect › should match screenshot ─────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 1328 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/webkit/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-webkit-retry1/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-webkit-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 - 1328 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 1328 pixels (ratio 0.01 of all image 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 › DBTextarea › should match screenshot: showcases/e2e/default.ts#L111
3) [webkit] › default.ts:79:2 › DBTextarea › should match screenshot ───────────────────────────── Error: expect(page).toHaveScreenshot(expected) 1128 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/textarea/showcase/webkit/DBTextarea-should-match-screenshot-1/DBTextarea-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/textarea-textarea-snapshot-5a791-rea-should-match-screenshot-webkit/DBTextarea-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/textarea-textarea-snapshot-5a791-rea-should-match-screenshot-webkit/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 - 1128 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 1128 pixels (ratio 0.01 of all image 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 › DBTextarea › should match screenshot: showcases/e2e/default.ts#L111
3) [webkit] › default.ts:79:2 › DBTextarea › should match screenshot ───────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 1128 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/textarea/showcase/webkit/DBTextarea-should-match-screenshot-1/DBTextarea-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/textarea-textarea-snapshot-5a791-rea-should-match-screenshot-webkit-retry1/DBTextarea-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/textarea-textarea-snapshot-5a791-rea-should-match-screenshot-webkit-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 - 1128 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 1128 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
test-showcase-react / 🧪🎭 - react-showcase:4/6
Process completed with exit code 1.
test-showcase-vue / 🧪🎭 - vue-showcase:2/6
Process completed with exit code 1.
[chromium-highContrast] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [chromium-highContrast] › default.ts:79:2 › DBInput › should match screenshot ───────────────── Error: expect(page).toHaveScreenshot(expected) 720 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/chromium-highContrast/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-chromium-highContrast/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-chromium-highContrast/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 720 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 720 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[chromium-highContrast] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [chromium-highContrast] › default.ts:79:2 › DBInput › should match screenshot ───────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 720 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/chromium-highContrast/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-chromium-highContrast-retry1/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-chromium-highContrast-retry1/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 720 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 720 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[chromium-highContrast] › default.ts:79:2 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
2) [chromium-highContrast] › default.ts:79:2 › DBSelect › should match screenshot ──────────────── Error: expect(page).toHaveScreenshot(expected) 2717 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/chromium-highContrast/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium-highContrast/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium-highContrast/DBSelect-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2717 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 2717 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[chromium-highContrast] › default.ts:79:2 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
2) [chromium-highContrast] › default.ts:79:2 › DBSelect › should match screenshot ──────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 2717 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/chromium-highContrast/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium-highContrast-retry1/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium-highContrast-retry1/DBSelect-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2717 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 2717 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[firefox] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [firefox] › default.ts:79:2 › DBInput › should match screenshot ─────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 777 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/firefox/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-firefox/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-firefox/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 777 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 777 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[firefox] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [firefox] › default.ts:79:2 › DBInput › should match screenshot ─────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 777 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/firefox/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-firefox-retry1/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-firefox-retry1/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 777 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 777 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[firefox] › default.ts:79:2 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
2) [firefox] › default.ts:79:2 › DBSelect › should match screenshot ────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 2077 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/firefox/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-firefox/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-firefox/DBSelect-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2077 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 2077 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[firefox] › default.ts:79:2 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
2) [firefox] › default.ts:79:2 › DBSelect › should match screenshot ────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 2077 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/firefox/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-firefox-retry1/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-firefox-retry1/DBSelect-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2077 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 2077 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
test-showcase-react / 🧪🎭 - react-showcase:3/6
Process completed with exit code 1.
[webkit] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [webkit] › default.ts:79:2 › DBInput › should match screenshot ──────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 2378 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/webkit/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-webkit/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-webkit/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2378 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 2378 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[webkit] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [webkit] › default.ts:79:2 › DBInput › should match screenshot ──────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 2378 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/webkit/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-webkit-retry1/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-webkit-retry1/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2378 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 2378 pixels (ratio 0.01 of all image 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 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
2) [webkit] › default.ts:79:2 › DBSelect › should match screenshot ─────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 1328 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/webkit/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-webkit/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-webkit/DBSelect-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 1328 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 1328 pixels (ratio 0.01 of all image 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 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
2) [webkit] › default.ts:79:2 › DBSelect › should match screenshot ─────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 1328 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/webkit/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-webkit-retry1/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-webkit-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 - 1328 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 1328 pixels (ratio 0.01 of all image 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 › DBTextarea › should match screenshot: showcases/e2e/default.ts#L111
3) [webkit] › default.ts:79:2 › DBTextarea › should match screenshot ───────────────────────────── Error: expect(page).toHaveScreenshot(expected) 1128 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/textarea/showcase/webkit/DBTextarea-should-match-screenshot-1/DBTextarea-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/textarea-textarea-snapshot-5a791-rea-should-match-screenshot-webkit/DBTextarea-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/textarea-textarea-snapshot-5a791-rea-should-match-screenshot-webkit/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 - 1128 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 1128 pixels (ratio 0.01 of all image 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 › DBTextarea › should match screenshot: showcases/e2e/default.ts#L111
3) [webkit] › default.ts:79:2 › DBTextarea › should match screenshot ───────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 1128 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/textarea/showcase/webkit/DBTextarea-should-match-screenshot-1/DBTextarea-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/textarea-textarea-snapshot-5a791-rea-should-match-screenshot-webkit-retry1/DBTextarea-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/textarea-textarea-snapshot-5a791-rea-should-match-screenshot-webkit-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 - 1128 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 1128 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[webkit] › default.ts:219:2 › DBTabs › should have same aria-snapshot: showcases/e2e/default.ts#L229
4) [webkit] › default.ts:219:2 › DBTabs › should have same aria-snapshot ───────────────────────── Error: expect(string).toMatchSnapshot(expected) - main: - heading "DBTabs" [level=1] - link "Density arrow_up_right\" / \"" - text: "Functional:" - tablist: - tab "Test 1" [selected]: on - text: Test 1 - tab "Test 2": on - text: Test 2 - tab "Test 3": on - text: Test 3 - tabpanel "Test 1": Tab Panel 1 - text: "(Default) Regular:" - tablist: - tab "Test 1" [selected]: on - text: Test 1 - tab "Test 2": on - text: Test 2 - tab "Test 3": on - text: Test 3 - tabpanel "Test 1": Tab Panel 1 - text: "Expressive:" - tablist: - tab "Test 1" [selected]: on - text: Test 1 - tab "Test 2": on - text: Test 2 - tab "Test 3": on - text: Test 3 - tabpanel "Test 1": Tab Panel 1 - link "Orientation arrow_up_right\" / \"" - text: "horizontal:" - tablist: - tab "Test 1" [selected]: on - text: Test 1 - tab "Test 2": on - text: Test 2 - tab "Test 3": on - text: Test 3 - tabpanel "Test 1": Tab Panel 1 - text: "vertical:" - tablist: - tab "Test 1" [selected]: on - text: Test 1 - tab "Test 2": on - text: Test 2 - tab "Test 3": on - text: Test 3 - tabpanel "Test 1": Tab Panel 1 - link "Width arrow_up_right\" / \"" - text: "auto:" - tablist: - tab "Test 1" [selected]: on - text: Test 1 - tab "Test 2": on - text: Test 2 - tab "Test 3": on - text: Test 3 - tabpanel "Test 1": Tab Panel 1 - text: "full - alignment: start:" - tablist: - tab "Test 1" [selected]: on - text: Test 1 - tab "Test 2": on - text: Test 2 - tab "Test 3": on - text: Test 3 - tabpanel "Test 1": Tab Panel 1 - text: "full - alignment: center:" - tablist: - tab "Test 1" [selected]: on - text: Test 1 - tab "Test 2": on - text: Test 2 - tab "Test 3": on - text: Test 3 - tabpanel "Test 1": Tab Panel 1 - link "Overflow arrow_up_right\" / \"" - text: "no overflow:" - tablist: - tab "Test 1" [selected]: on - text: Test 1 - tab "Test 2": on - text: Test 2 - tab "Test 3": on - text: Test 3 - tabpanel "Test 1": Tab Panel 1 - text: "with overflow - behaviour: arrows:" - button "chevron_right\" / \" Scroll right" - tablist: - tab "Test 1" [selected]: on - text: Test 1 - tab "Test 2": on - text: Test 2 - tab "Test 3": on - text: Test 3 - tab "Test 4": on - text: Test 4 - tab "Test 5": on - text: Test 5 - tabpanel "Test 1": Tab Panel 1 - text: "with overflow - behaviour: scrollbar:" - tablist: - tab "Test 1" [selected]: on - text: Test 1 - tab "Test 2": on - text: Test 2 - tab "Test 3": on - text: Test 3 - tab "Test 4": on - text: Test 4 - tab "Test 5": on - text: Test 5 - tabpanel "Test 1": Tab Panel 1 - link "Examples arrow_up_right\" / \"" - text: "2 tab selected:" - tablist: - tab "Test 1": on - text: Test 1 - tab "Test 2" [selected]: on - text: Test 2 - tab "Test 3": on - text: Test 3 - tabpanel "Test 2": Tab Panel 2 - text: "nothing selected:" - tablist: - tab "Test 1": on - text: Test 1 - tab "Test 2": on
test-showcase-vue / 🧪🎭 - vue-showcase:4/6
Process completed with exit code 1.
test-showcase-vue / 🧪🎭 - vue-showcase:6/6
Process completed with exit code 1.
[mobile_safari] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [mobile_safari] › default.ts:79:2 › DBInput › should match screenshot ───────────────────────── Error: expect(page).toHaveScreenshot(expected) 2089 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/mobile-safari/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-mobile-safari/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-mobile-safari/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2089 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 2089 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[mobile_safari] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [mobile_safari] › default.ts:79:2 › DBInput › should match screenshot ───────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 2089 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/mobile-safari/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-mobile-safari-retry1/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-mobile-safari-retry1/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2089 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 2089 pixels (ratio 0.01 of all image 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 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
2) [mobile_safari] › default.ts:79:2 › DBSelect › should match screenshot ──────────────────────── Error: expect(page).toHaveScreenshot(expected) 1328 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/mobile-safari/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-mobile-safari/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-mobile-safari/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 - 1328 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 1328 pixels (ratio 0.01 of all image 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 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
2) [mobile_safari] › default.ts:79:2 › DBSelect › should match screenshot ──────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 1328 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/mobile-safari/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-mobile-safari-retry1/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-mobile-safari-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 - 1328 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 1328 pixels (ratio 0.01 of all image 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 › DBTextarea › should match screenshot: showcases/e2e/default.ts#L111
3) [mobile_safari] › default.ts:79:2 › DBTextarea › should match screenshot ────────────────────── Error: expect(page).toHaveScreenshot(expected) 1128 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/textarea/showcase/mobile-safari/DBTextarea-should-match-screenshot-1/DBTextarea-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/textarea-textarea-snapshot-5a791-rea-should-match-screenshot-mobile-safari/DBTextarea-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/textarea-textarea-snapshot-5a791-rea-should-match-screenshot-mobile-safari/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 - 1128 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 1128 pixels (ratio 0.01 of all image 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 › DBTextarea › should match screenshot: showcases/e2e/default.ts#L111
3) [mobile_safari] › default.ts:79:2 › DBTextarea › should match screenshot ────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 1128 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/textarea/showcase/mobile-safari/DBTextarea-should-match-screenshot-1/DBTextarea-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/textarea-textarea-snapshot-5a791-rea-should-match-screenshot-mobile-safari-retry1/DBTextarea-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/textarea-textarea-snapshot-5a791-rea-should-match-screenshot-mobile-safari-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 - 1128 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 1128 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[firefox] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [firefox] › default.ts:79:2 › DBInput › should match screenshot ─────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 777 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/firefox/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-firefox/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-firefox/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 777 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 777 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[firefox] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [firefox] › default.ts:79:2 › DBInput › should match screenshot ─────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 777 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/firefox/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-firefox-retry1/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-firefox-retry1/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 777 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 777 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[firefox] › default.ts:79:2 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
2) [firefox] › default.ts:79:2 › DBSelect › should match screenshot ────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 2077 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/firefox/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-firefox/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-firefox/DBSelect-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2077 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 2077 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[firefox] › default.ts:79:2 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
2) [firefox] › default.ts:79:2 › DBSelect › should match screenshot ────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 2077 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/firefox/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-firefox-retry1/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-firefox-retry1/DBSelect-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2077 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 2077 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
test-showcase-vue / 🧪🎭 - vue-showcase:3/6
Process completed with exit code 1.
test-showcase-stencil / 🧪🎭 - stencil-showcase:6/6
Process completed with exit code 1.
[mobile_chrome] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [mobile_chrome] › default.ts:79:2 › DBInput › should match screenshot ───────────────────────── Error: expect(page).toHaveScreenshot(expected) 3461 pixels (ratio 0.01 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 - 3480 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 3461 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[mobile_chrome] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [mobile_chrome] › default.ts:79:2 › DBInput › should match screenshot ───────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 3461 pixels (ratio 0.01 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 - 3480 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 3461 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[mobile_chrome] › default.ts:79:2 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
2) [mobile_chrome] › default.ts:79:2 › DBSelect › should match screenshot ──────────────────────── Error: expect(page).toHaveScreenshot(expected) 2077 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/mobile-chrome/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-mobile-chrome/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-mobile-chrome/DBSelect-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2077 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 2077 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[mobile_chrome] › default.ts:79:2 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
2) [mobile_chrome] › default.ts:79:2 › DBSelect › should match screenshot ──────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 2077 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/mobile-chrome/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-mobile-chrome-retry1/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-mobile-chrome-retry1/DBSelect-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2077 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 2077 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[mobile_chrome] › default.ts:79:2 › DBTextarea › should match screenshot: showcases/e2e/default.ts#L111
3) [mobile_chrome] › default.ts:79:2 › DBTextarea › should match screenshot ────────────────────── Error: expect(page).toHaveScreenshot(expected) 1758 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/textarea/showcase/mobile-chrome/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-mobile-chrome/DBTextarea-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/textarea-textarea-snapshot-5a791-rea-should-match-screenshot-mobile-chrome/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 - 1788 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 1758 pixels (ratio 0.01 of all image 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 › DBTextarea › should match screenshot: showcases/e2e/default.ts#L111
3) [mobile_chrome] › default.ts:79:2 › DBTextarea › should match screenshot ────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 1758 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/textarea/showcase/mobile-chrome/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-mobile-chrome-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-mobile-chrome-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 - 1788 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 1758 pixels (ratio 0.01 of all image 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 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [chromium] › default.ts:79:2 › DBInput › should match screenshot ────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 3459 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/chromium/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-chromium/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-chromium/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 3502 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 3459 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[chromium] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [chromium] › default.ts:79:2 › DBInput › should match screenshot ────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 3459 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/chromium/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-chromium-retry1/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-chromium-retry1/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 3502 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 3459 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[chromium] › default.ts:79:2 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
2) [chromium] › default.ts:79:2 › DBSelect › should match screenshot ───────────────────────────── Error: expect(page).toHaveScreenshot(expected) 2077 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/chromium/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium/DBSelect-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2077 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 2077 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[chromium] › default.ts:79:2 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
2) [chromium] › default.ts:79:2 › DBSelect › should match screenshot ───────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 2077 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/chromium/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium-retry1/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium-retry1/DBSelect-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2077 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 2077 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
test-showcase-patternhub / 🧪🎭 - patternhub:3/6
Process completed with exit code 1.
[chromium] › default.spec.ts:10:2 › input › overview should match screenshot: showcases/patternhub/tests/default.spec.ts#L15
1) [chromium] › default.spec.ts:10:2 › input › overview should match screenshot ────────────────── Error: expect(page).toHaveScreenshot(expected) 510 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 - 516 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 510 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
1) [chromium] › default.spec.ts:10:2 › input › overview should match screenshot ────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 510 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 - 516 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 510 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
2) [chromium] › default.spec.ts:10:2 › select › overview should match screenshot ───────────────── Error: expect(page).toHaveScreenshot(expected) 508 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 - 508 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 508 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
2) [chromium] › default.spec.ts:10:2 › select › overview should match screenshot ───────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 508 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 - 508 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 508 pixels (ratio 0.01 of all image pixels) are different. 13 | }); 14 | await fn(page); > 15 | await expect(page).toHaveScreenshot([name, 'patternhub.png']); | ^ 16 | }); 17 | }; 18 | at /__w/mono/mono/showcases/patternhub/tests/default.spec.ts:15:22
test-showcase-stencil / 🧪🎭 - stencil-showcase:2/6
Process completed with exit code 1.
[chromium] › default.ts:79:2 › DBTextarea › should match screenshot: showcases/e2e/default.ts#L111
1) [chromium] › default.ts:79:2 › DBTextarea › should match screenshot ─────────────────────────── Error: expect(page).toHaveScreenshot(expected) 1758 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 - 1762 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 1758 pixels (ratio 0.01 of all image 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
1) [chromium] › default.ts:79:2 › DBTextarea › should match screenshot ─────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 1758 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 - 1762 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 1758 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[chromium-highContrast] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
2) [chromium-highContrast] › default.ts:79:2 › DBInput › should match screenshot ───────────────── Error: expect(page).toHaveScreenshot(expected) 720 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/chromium-highContrast/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-chromium-highContrast/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-chromium-highContrast/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 720 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 720 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[chromium-highContrast] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
2) [chromium-highContrast] › default.ts:79:2 › DBInput › should match screenshot ───────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 720 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/chromium-highContrast/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-chromium-highContrast-retry1/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-chromium-highContrast-retry1/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 720 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 720 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[chromium-highContrast] › default.ts:79:2 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
1) [chromium-highContrast] › default.ts:79:2 › DBSelect › should match screenshot ──────────────── Error: expect(page).toHaveScreenshot(expected) 2717 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/chromium-highContrast/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium-highContrast/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium-highContrast/DBSelect-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2717 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 2717 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[chromium-highContrast] › default.ts:79:2 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
1) [chromium-highContrast] › default.ts:79:2 › DBSelect › should match screenshot ──────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 2717 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/chromium-highContrast/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium-highContrast-retry1/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium-highContrast-retry1/DBSelect-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 2717 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 2717 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[firefox] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
2) [firefox] › default.ts:79:2 › DBInput › should match screenshot ─────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 777 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/firefox/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-firefox/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-firefox/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 777 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 777 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[firefox] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
2) [firefox] › default.ts:79:2 › DBInput › should match screenshot ─────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 777 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/firefox/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-firefox-retry1/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-firefox-retry1/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 777 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 777 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
test-showcase-stencil / 🧪🎭 - stencil-showcase:3/6
Process completed with exit code 1.
test-showcase-stencil / 🧪🎭 - stencil-showcase:4/6
Process completed with exit code 1.
[firefox] › default.ts:79:2 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
1) [firefox] › default.ts:79:2 › DBSelect › should match screenshot ────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 2077 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 - 2077 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 2077 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[firefox] › default.ts:79:2 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
1) [firefox] › default.ts:79:2 › DBSelect › should match screenshot ────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 2077 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 - 2077 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 2077 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[webkit] › default.ts:79:2 › DBAccordion › should match screenshot: showcases/e2e/default.ts#L111
2) [webkit] › default.ts:79:2 › DBAccordion › should match screenshot ──────────────────────────── Error: expect(page).toHaveScreenshot(expected) Expected an image 1280px by 1737px, received 1280px by 1753px. Expected: /__w/mono/mono/__snapshots__/accordion/showcase/webkit/DBAccordion-should-match-screenshot-1/DBAccordion-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-webkit/DBAccordion-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-webkit/DBAccordion-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - Expected an image 1280px by 1737px, received 1280px by 1753px. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - Expected an image 1280px by 1737px, received 1280px by 1753px. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[webkit] › default.ts:79:2 › DBButton › should match screenshot: showcases/e2e/default.ts#L111
3) [webkit] › default.ts:79:2 › DBButton › should match screenshot ─────────────────────────────── Error: expect(page).toHaveScreenshot(expected) Expected an image 1280px by 2630px, received 1280px by 2646px. Expected: /__w/mono/mono/__snapshots__/button/showcase/webkit/DBButton-should-match-screenshot-1/DBButton-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-webkit/DBButton-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/button-button-snapshot-DBButton-should-match-screenshot-webkit/DBButton-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - Expected an image 1280px by 2630px, received 1280px by 2646px. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - Expected an image 1280px by 2630px, received 1280px by 2646px. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[webkit] › default.ts:79:2 › DBCard › should match screenshot: showcases/e2e/default.ts#L111
4) [webkit] › default.ts:79:2 › DBCard › should match screenshot ───────────────────────────────── Error: expect(page).toHaveScreenshot(expected) Expected an image 1280px by 2305px, received 1280px by 2337px. Expected: /__w/mono/mono/__snapshots__/card/showcase/webkit/DBCard-should-match-screenshot-1/DBCard-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-webkit/DBCard-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-webkit/DBCard-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - Expected an image 1280px by 2305px, received 1280px by 2337px. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - Expected an image 1280px by 2305px, received 1280px by 2337px. 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
5) [webkit] › default.ts:79:2 › DBCheckbox › should match screenshot ───────────────────────────── Error: expect(page).toHaveScreenshot(expected) Expected an image 1280px by 2630px, received 1280px by 2646px. Expected: /__w/mono/mono/__snapshots__/checkbox/showcase/webkit/DBCheckbox-should-match-screenshot-1/DBCheckbox-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-webkit/DBCheckbox-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-webkit/DBCheckbox-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - Expected an image 1280px by 2630px, received 1280px by 2646px. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - Expected an image 1280px by 2630px, received 1280px by 2646px. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[webkit] › default.ts:79:2 › DBDrawer › should match screenshot: showcases/e2e/default.ts#L111
6) [webkit] › default.ts:79:2 › DBDrawer › should match screenshot ─────────────────────────────── Error: expect(page).toHaveScreenshot(expected) Expected an image 1280px by 2955px, received 1280px by 2987px. Expected: /__w/mono/mono/__snapshots__/drawer/showcase/webkit/DBDrawer-should-match-screenshot-1/DBDrawer-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-webkit/DBDrawer-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/drawer-drawer-snapshot-DBDrawer-should-match-screenshot-webkit/DBDrawer-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - Expected an image 1280px by 2955px, received 1280px by 2987px. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - Expected an image 1280px by 2955px, received 1280px by 2987px. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[webkit] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [webkit] › default.ts:79:2 › DBInput › should match screenshot ──────────────────────────────── Error: expect(page).toHaveScreenshot(expected) Expected an image 1280px by 3615px, received 1280px by 3647px. 2378 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/input/showcase/webkit/DBInput-should-match-screenshot-1/DBInput-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-webkit/DBInput-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/input-input-snapshot-DBInput-should-match-screenshot-webkit/DBInput-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - Expected an image 1280px by 3615px, received 1280px by 3647px. 2420 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - Expected an image 1280px by 3615px, received 1280px by 3647px. 2378 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[webkit] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
1) [webkit] › default.ts:79:2 › DBInput › should match screenshot ──────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 2378 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 - 2378 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 2378 pixels (ratio 0.01 of all image 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 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
2) [webkit] › default.ts:79:2 › DBSelect › should match screenshot ─────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 1328 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/webkit/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-webkit/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-webkit/DBSelect-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 1328 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 1328 pixels (ratio 0.01 of all image 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 › DBSelect › should match screenshot: showcases/e2e/default.ts#L111
2) [webkit] › default.ts:79:2 › DBSelect › should match screenshot ─────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 1328 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/select/showcase/webkit/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-webkit-retry1/DBSelect-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-webkit-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 - 1328 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 1328 pixels (ratio 0.01 of all image 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 › DBTextarea › should match screenshot: showcases/e2e/default.ts#L111
3) [webkit] › default.ts:79:2 › DBTextarea › should match screenshot ───────────────────────────── Error: expect(page).toHaveScreenshot(expected) Expected an image 1280px by 2975px, received 1280px by 2991px. 1128 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/textarea/showcase/webkit/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-webkit/DBTextarea-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/textarea-textarea-snapshot-5a791-rea-should-match-screenshot-webkit/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 - Expected an image 1280px by 2975px, received 1280px by 2991px. 1170 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - Expected an image 1280px by 2975px, received 1280px by 2991px. 1128 pixels (ratio 0.01 of all image 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 › DBTextarea › should match screenshot: showcases/e2e/default.ts#L111
3) [webkit] › default.ts:79:2 › DBTextarea › should match screenshot ───────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 1128 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/textarea/showcase/webkit/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-webkit-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-webkit-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 - 1128 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 1128 pixels (ratio 0.01 of all image 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) Expected an image 1280px by 3393px, received 1280px by 3409px. Expected: /__w/mono/mono/__snapshots__/notification/showcase/webkit/DBNotification-should-match-screenshot-1/DBNotification-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/notification-notification--533fc-ion-should-match-screenshot-webkit/DBNotification-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/notification-notification--533fc-ion-should-match-screenshot-webkit/DBNotification-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - Expected an image 1280px by 3393px, received 1280px by 3409px. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - Expected an image 1280px by 3393px, received 1280px by 3409px. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[webkit] › default.ts:79:2 › DBPopover › should match screenshot: showcases/e2e/default.ts#L111
5) [webkit] › default.ts:79:2 › DBPopover › should match screenshot ────────────────────────────── Error: expect(page).toHaveScreenshot(expected) Expected an image 1280px by 2630px, received 1280px by 2646px. Expected: /__w/mono/mono/__snapshots__/popover/showcase/webkit/DBPopover-should-match-screenshot-1/DBPopover-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/popover-popover-snapshot-DBPopover-should-match-screenshot-webkit/DBPopover-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/popover-popover-snapshot-DBPopover-should-match-screenshot-webkit/DBPopover-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - Expected an image 1280px by 2630px, received 1280px by 2646px. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - Expected an image 1280px by 2630px, received 1280px by 2646px. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[webkit] › default.ts:79:2 › DBRadio › should match screenshot: showcases/e2e/default.ts#L111
6) [webkit] › default.ts:79:2 › DBRadio › should match screenshot ──────────────────────────────── Error: expect(page).toHaveScreenshot(expected) Expected an image 1280px by 2630px, received 1280px by 2662px. Expected: /__w/mono/mono/__snapshots__/radio/showcase/webkit/DBRadio-should-match-screenshot-1/DBRadio-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/radio-radio-snapshot-DBRadio-should-match-screenshot-webkit/DBRadio-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/radio-radio-snapshot-DBRadio-should-match-screenshot-webkit/DBRadio-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - Expected an image 1280px by 2630px, received 1280px by 2662px. 80870 pixels (ratio 0.03 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 80870 pixels (ratio 0.03 of all image pixels) are different. - waiting 250ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - Expected an image 1280px by 2630px, received 1280px by 2662px. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[webkit] › default.ts:79:2 › DBSection › should match screenshot: showcases/e2e/default.ts#L111
7) [webkit] › default.ts:79:2 › DBSection › should match screenshot ────────────────────────────── Error: expect(page).toHaveScreenshot(expected) Expected an image 1280px by 2593px, received 1280px by 2609px. Expected: /__w/mono/mono/__snapshots__/section/showcase/webkit/DBSection-should-match-screenshot-1/DBSection-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/section-section-snapshot-DBSection-should-match-screenshot-webkit/DBSection-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/section-section-snapshot-DBSection-should-match-screenshot-webkit/DBSection-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - Expected an image 1280px by 2593px, received 1280px by 2609px. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - Expected an image 1280px by 2593px, received 1280px by 2609px. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
test-showcase-stencil / 🧪🎭 - stencil-showcase:5/6
Process completed with exit code 1.
[chromium] › default.spec.ts:10:2 › textarea › overview should match screenshot: showcases/patternhub/tests/default.spec.ts#L15
1) [chromium] › default.spec.ts:10:2 › textarea › overview should match screenshot ─────────────── Error: expect(page).toHaveScreenshot(expected) 846 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 - 846 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 846 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
1) [chromium] › default.spec.ts:10:2 › textarea › overview should match screenshot ─────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 846 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 - 846 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 846 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.
checks-done
Process completed with exit code 1.
test-showcase-angular / 🧪🎭 - angular-showcase:5/6
No files were found with the provided path: ./showcases/-showcase/results. No artifacts will be uploaded.
test-showcase-angular / 🧪🎭 - angular-showcase:6/6
No files were found with the provided path: ./showcases/-showcase/results. No artifacts will be uploaded.
test-showcase-angular / 🧪🎭 - angular-showcase:1/6
No files were found with the provided path: ./showcases/-showcase/results. No artifacts will be uploaded.
test-showcase-angular / 🧪🎭 - angular-showcase:2/6
No files were found with the provided path: ./showcases/-showcase/results. No artifacts will be uploaded.
test-showcase-react / 🧪🎭 - react-showcase:2/6
No files were found with the provided path: ./showcases/-showcase/results. No artifacts will be uploaded.
test-showcase-react / 🧪🎭 - react-showcase:1/6
No files were found with the provided path: ./showcases/-showcase/results. No artifacts will be uploaded.
test-showcase-angular / 🧪🎭 - angular-showcase:3/6
No files were found with the provided path: ./showcases/-showcase/results. No artifacts will be uploaded.
test-showcase-angular / 🧪🎭 - angular-showcase:4/6
No files were found with the provided path: ./showcases/-showcase/results. No artifacts will be uploaded.
test-showcase-react / 🧪🎭 - react-showcase:5/6
No files were found with the provided path: ./showcases/-showcase/results. No artifacts will be uploaded.
test-showcase-react / 🧪🎭 - react-showcase:6/6
No files were found with the provided path: ./showcases/-showcase/results. No artifacts will be uploaded.
test-showcase-vue / 🧪🎭 - vue-showcase:5/6
No files were found with the provided path: ./showcases/-showcase/results. No artifacts will be uploaded.
test-showcase-vue / 🧪🎭 - vue-showcase:1/6
No files were found with the provided path: ./showcases/-showcase/results. No artifacts will be uploaded.
test-showcase-react / 🧪🎭 - react-showcase:4/6
No files were found with the provided path: ./showcases/-showcase/results. No artifacts will be uploaded.
test-showcase-vue / 🧪🎭 - vue-showcase:2/6
No files were found with the provided path: ./showcases/-showcase/results. No artifacts will be uploaded.
test-showcase-react / 🧪🎭 - react-showcase:3/6
No files were found with the provided path: ./showcases/-showcase/results. No artifacts will be uploaded.
test-showcase-vue / 🧪🎭 - vue-showcase:4/6
No files were found with the provided path: ./showcases/-showcase/results. No artifacts will be uploaded.
test-showcase-vue / 🧪🎭 - vue-showcase:6/6
No files were found with the provided path: ./showcases/-showcase/results. No artifacts will be uploaded.
test-showcase-vue / 🧪🎭 - vue-showcase:3/6
No files were found with the provided path: ./showcases/-showcase/results. No artifacts will be uploaded.
test-showcase-stencil / 🧪🎭 - stencil-showcase:6/6
No files were found with the provided path: ./showcases/-showcase/results. No artifacts will be uploaded.
test-showcase-stencil / 🧪🎭 - stencil-showcase:1/6
No files were found with the provided path: ./showcases/-showcase/results. No artifacts will be uploaded.
test-showcase-patternhub / 🧪🎭 - patternhub:3/6
No files were found with the provided path: ./showcases/-showcase/results. No artifacts will be uploaded.
test-showcase-stencil / 🧪🎭 - stencil-showcase:2/6
No files were found with the provided path: ./showcases/-showcase/results. No artifacts will be uploaded.
test-showcase-stencil / 🧪🎭 - stencil-showcase:3/6
No files were found with the provided path: ./showcases/-showcase/results. No artifacts will be uploaded.
test-showcase-stencil / 🧪🎭 - stencil-showcase:4/6
No files were found with the provided path: ./showcases/-showcase/results. No artifacts will be uploaded.
test-showcase-stencil / 🧪🎭 - stencil-showcase:5/6
No files were found with the provided path: ./showcases/-showcase/results. No artifacts will be uploaded.
test-showcase-patternhub / 🧪🎭 - patternhub:4/6
No files were found with the provided path: ./showcases/-showcase/results. No artifacts will be uploaded.
🎭 Playwright Run Summary
1 failed [chromium] › select/select.spec.tsx:21:6 › DBSelect › should match screenshot ────────────────── 3 skipped 143 passed (36.0s)
🎭 Playwright Run Summary
1 failed [mobile_chrome] › select/select.spec.tsx:21:6 › DBSelect › should match screenshot ───────────── 3 skipped 143 passed (36.7s)
🎭 Playwright Run Summary
1 failed [chromium] › select/select.spec.tsx:21:2 › DBSelect › should match screenshot ────────────────── 3 skipped 143 passed (40.3s)
🎭 Playwright Run Summary
1 failed [mobile_chrome] › select/select.spec.tsx:21:2 › DBSelect › should match screenshot ───────────── 3 skipped 143 passed (40.8s)
🎭 Playwright Run Summary
1 failed [firefox] › select/select.spec.tsx:21:6 › DBSelect › should match screenshot ─────────────────── 3 skipped 143 passed (1.4m)
🎭 Playwright Run Summary
1 failed [firefox] › select/select.spec.tsx:21:2 › DBSelect › should match screenshot ─────────────────── 3 skipped 143 passed (1.4m)
🎭 Playwright Run Summary
3 failed [mobile_chrome] › default.ts:79:2 › DBInput › should match screenshot ────────────────────────── [mobile_chrome] › default.ts:79:2 › DBSelect › should match screenshot ───────────────────────── [mobile_chrome] › default.ts:79:2 › DBTextarea › should match screenshot ─────────────────────── 63 skipped 103 passed (2.2m)
🎭 Playwright Run Summary
3 failed [mobile_safari] › default.ts:79:2 › DBInput › should match screenshot ────────────────────────── [mobile_safari] › default.ts:79:2 › DBSelect › should match screenshot ───────────────────────── [mobile_safari] › default.ts:79:2 › DBTextarea › should match screenshot ─────────────────────── 63 skipped 103 passed (3.6m)
🎭 Playwright Run Summary
3 failed [chromium] › default.ts:79:2 › DBInput › should match screenshot ─────────────────────────────── [chromium] › default.ts:79:2 › DBSelect › should match screenshot ────────────────────────────── [chromium] › default.ts:79:2 › DBTextarea › should match screenshot ──────────────────────────── 14 skipped 152 passed (4.4m)
🎭 Playwright Run Summary
1 failed [chromium-highContrast] › default.ts:79:2 › DBSelect › should match screenshot ───────────────── 14 skipped 154 passed (4.4m)
🎭 Playwright Run Summary
2 failed [chromium-highContrast] › default.ts:79:2 › DBInput › should match screenshot ────────────────── [chromium-highContrast] › default.ts:79:2 › DBSelect › should match screenshot ───────────────── 167 passed (4.0m)
🎭 Playwright Run Summary
3 failed [chromium] › default.ts:79:2 › DBInput › should match screenshot ─────────────────────────────── [chromium] › default.ts:79:2 › DBSelect › should match screenshot ────────────────────────────── [chromium] › default.ts:79:2 › DBTextarea › should match screenshot ──────────────────────────── 166 passed (4.0m)
🎭 Playwright Run Summary
1 failed [firefox] › default.ts:79:2 › DBSelect › should match screenshot ─────────────────────────────── 63 skipped 105 passed (5.0m)
🎭 Playwright Run Summary
3 failed [webkit] › default.ts:79:2 › DBInput › should match screenshot ───────────────────────────────── [webkit] › default.ts:79:2 › DBSelect › should match screenshot ──────────────────────────────── [webkit] › default.ts:79:2 › DBTextarea › should match screenshot ────────────────────────────── 63 skipped 103 passed (4.5m)
🎭 Playwright Run Summary
3 failed [mobile_chrome] › default.ts:79:2 › DBInput › should match screenshot ────────────────────────── [mobile_chrome] › default.ts:79:2 › DBSelect › should match screenshot ───────────────────────── [mobile_chrome] › default.ts:79:2 › DBTextarea › should match screenshot ─────────────────────── 49 skipped 117 passed (2.2m)
🎭 Playwright Run Summary
3 failed [mobile_safari] › default.ts:79:2 › DBInput › should match screenshot ────────────────────────── [mobile_safari] › default.ts:79:2 › DBSelect › should match screenshot ───────────────────────── [mobile_safari] › default.ts:79:2 › DBTextarea › should match screenshot ─────────────────────── 49 skipped 117 passed (3.6m)
🎭 Playwright Run Summary
3 failed [mobile_chrome] › default.ts:79:2 › DBInput › should match screenshot ────────────────────────── [mobile_chrome] › default.ts:79:2 › DBSelect › should match screenshot ───────────────────────── [mobile_chrome] › default.ts:79:2 › DBTextarea › should match screenshot ─────────────────────── 49 skipped 117 passed (2.2m)
🎭 Playwright Run Summary
3 failed [chromium] › default.ts:79:2 › DBInput › should match screenshot ─────────────────────────────── [chromium] › default.ts:79:2 › DBSelect › should match screenshot ────────────────────────────── [chromium] › default.ts:79:2 › DBTextarea › should match screenshot ──────────────────────────── 166 passed (4.0m)
🎭 Playwright Run Summary
3 failed [webkit] › default.ts:79:2 › DBInput › should match screenshot ───────────────────────────────── [webkit] › default.ts:79:2 › DBSelect › should match screenshot ──────────────────────────────── [webkit] › default.ts:79:2 › DBTextarea › should match screenshot ────────────────────────────── 49 skipped 117 passed (4.7m)
🎭 Playwright Run Summary
2 failed [chromium-highContrast] › default.ts:79:2 › DBInput › should match screenshot ────────────────── [chromium-highContrast] › default.ts:79:2 › DBSelect › should match screenshot ───────────────── 167 passed (3.9m)
🎭 Playwright Run Summary
2 failed [firefox] › default.ts:79:2 › DBInput › should match screenshot ──────────────────────────────── [firefox] › default.ts:79:2 › DBSelect › should match screenshot ─────────────────────────────── 49 skipped 118 passed (5.9m)
🎭 Playwright Run Summary
3 failed [webkit] › default.ts:79:2 › DBInput › should match screenshot ───────────────────────────────── [webkit] › default.ts:79:2 › DBSelect › should match screenshot ──────────────────────────────── [webkit] › default.ts:79:2 › DBTextarea › should match screenshot ────────────────────────────── 1 flaky [webkit] › default.ts:219:2 › DBTabs › should have same aria-snapshot ────────────────────────── 49 skipped 116 passed (4.7m)
🎭 Playwright Run Summary
3 failed [mobile_safari] › default.ts:79:2 › DBInput › should match screenshot ────────────────────────── [mobile_safari] › default.ts:79:2 › DBSelect › should match screenshot ───────────────────────── [mobile_safari] › default.ts:79:2 › DBTextarea › should match screenshot ─────────────────────── 49 skipped 117 passed (3.6m)
🎭 Playwright Run Summary
2 failed [firefox] › default.ts:79:2 › DBInput › should match screenshot ──────────────────────────────── [firefox] › default.ts:79:2 › DBSelect › should match screenshot ─────────────────────────────── 49 skipped 118 passed (5.9m)
🎭 Playwright Run Summary
3 failed [mobile_chrome] › default.ts:79:2 › DBInput › should match screenshot ────────────────────────── [mobile_chrome] › default.ts:79:2 › DBSelect › should match screenshot ───────────────────────── [mobile_chrome] › default.ts:79:2 › DBTextarea › should match screenshot ─────────────────────── 59 skipped 78 passed (1.8m)
🎭 Playwright Run Summary
2 failed [chromium] › default.ts:79:2 › DBInput › should match screenshot ─────────────────────────────── [chromium] › default.ts:79:2 › DBSelect › should match screenshot ────────────────────────────── 20 skipped 119 passed (3.5m)
🎭 Playwright Run Summary
2 failed [chromium] › default.spec.ts:10:2 › input › overview should match screenshot ─────────────────── [chromium] › default.spec.ts:10:2 › select › overview should match screenshot ────────────────── 12 passed (15.3s)
🎭 Playwright Run Summary
2 failed [chromium] › default.ts:79:2 › DBTextarea › should match screenshot ──────────────────────────── [chromium-highContrast] › default.ts:79:2 › DBInput › should match screenshot ────────────────── 22 skipped 117 passed (3.5m)
🎭 Playwright Run Summary
2 failed [chromium-highContrast] › default.ts:79:2 › DBSelect › should match screenshot ───────────────── [firefox] › default.ts:79:2 › DBInput › should match screenshot ──────────────────────────────── 40 skipped 99 passed (3.3m)
🎭 Playwright Run Summary
1 failed [firefox] › default.ts:79:2 › DBSelect › should match screenshot ─────────────────────────────── 5 flaky [webkit] › default.ts:79:2 › DBAccordion › should match screenshot ───────────────────────────── [webkit] › default.ts:79:2 › DBButton › should match screenshot ──────────────────────────────── [webkit] › default.ts:79:2 › DBCard › should match screenshot ────────────────────────────────── [webkit] › default.ts:79:2 › DBCheckbox › should match screenshot ────────────────────────────── [webkit] › default.ts:79:2 › DBDrawer › should match screenshot ──────────────────────────────── 57 skipped 78 passed (3.3m)
🎭 Playwright Run Summary
3 failed [webkit] › default.ts:79:2 › DBInput › should match screenshot ───────────────────────────────── [webkit] › default.ts:79:2 › DBSelect › should match screenshot ──────────────────────────────── [webkit] › default.ts:79:2 › DBTextarea › should match screenshot ────────────────────────────── 6 flaky [webkit] › default.ts:79:2 › DBNotification › should match screenshot ────────────────────────── [webkit] › default.ts:79:2 › DBPopover › should match screenshot ─────────────────────────────── [webkit] › default.ts:79:2 › DBRadio › should match screenshot ───────────────────────────────── [webkit] › default.ts:79:2 › DBSection › should match screenshot ─────────────────────────────── [webkit] › default.ts:79:2 › DBTag › should match screenshot ─────────────────────────────────── [webkit] › default.ts:79:2 › DBTooltip › should match screenshot ─────────────────────────────── 59 skipped 73 passed (3.7m)
🎭 Playwright Run Summary
1 failed [chromium] › default.spec.ts:10:2 › textarea › overview should match screenshot ──────────────── 12 passed (11.7s)

Artifacts

Produced during runtime
Name Size
angular-showcase-playwright-results-1
3.23 MB
angular-showcase-playwright-results-2
928 KB
angular-showcase-playwright-results-3
1.15 MB
angular-showcase-playwright-results-4
5.31 MB
angular-showcase-playwright-results-5
3.05 MB
angular-showcase-playwright-results-6
5.31 MB
db-ui-angular-showcase
1.43 MB
db-ui-angular-ssr-showcase
2.17 MB
db-ui-components-build
348 KB
db-ui-foundations-build
256 KB
db-ui-next-showcase
1.5 MB
db-ui-nuxt-showcase
1.98 MB
db-ui-output
421 KB
db-ui-outputs
6.24 MB
db-ui-patternhub
3.72 MB
db-ui-react-showcase
1.34 MB
db-ui-stencil-showcase
1.4 MB
db-ui-vue-showcase
1.31 MB
patternhub-playwright-results-3
1000 KB
patternhub-playwright-results-4
515 KB
react-components-playwright-results-1
213 KB
react-components-playwright-results-2
228 KB
react-components-playwright-results-3
212 KB
react-showcase-playwright-results-1
3.16 MB
react-showcase-playwright-results-2
2.11 MB
react-showcase-playwright-results-3
2.75 MB
react-showcase-playwright-results-4
5.22 MB
react-showcase-playwright-results-5
2.92 MB
react-showcase-playwright-results-6
5.15 MB
snapshots-components
332 KB
snapshots-patternhub
2.17 MB
snapshots-showcases
11.9 MB
stencil-showcase-playwright-results-1
2.26 MB
stencil-showcase-playwright-results-2
2.37 MB
stencil-showcase-playwright-results-3
2.64 MB
stencil-showcase-playwright-results-4
5.05 MB
stencil-showcase-playwright-results-5
12.4 MB
stencil-showcase-playwright-results-6
3.12 MB
vue-components-playwright-results-1
213 KB
vue-components-playwright-results-2
227 KB
vue-components-playwright-results-3
213 KB
vue-showcase-playwright-results-1
3.11 MB
vue-showcase-playwright-results-2
2.06 MB
vue-showcase-playwright-results-3
2.76 MB
vue-showcase-playwright-results-4
5.86 MB
vue-showcase-playwright-results-5
2.94 MB
vue-showcase-playwright-results-6
5.16 MB