Skip to content

chore(deps-dev): bump the playwright group with 3 updates #15081

chore(deps-dev): bump the playwright group with 3 updates

chore(deps-dev): bump the playwright group with 3 updates #15081

Triggered via pull request November 19, 2024 13:06
Status Failure
Total duration 38m 22s
Artifacts 31

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 5s
build-packages / Build Packages
Matrix: init-playwright / init-playwright
build-showcase-patternhub  /  Build Patternhub
1m 43s
build-showcase-patternhub / Build Patternhub
build-showcase-react  /  Build Showcase react-showcase
34s
build-showcase-react / Build Showcase react-showcase
build-showcase-angular  /  Build Showcase angular-showcase
42s
build-showcase-angular / Build Showcase angular-showcase
build-showcase-stencil  /  Build Showcase stencil-showcase
56s
build-showcase-stencil / Build Showcase stencil-showcase
build-showcase-vue  /  Build Showcase vue-showcase
33s
build-showcase-vue / Build Showcase vue-showcase
Matrix: test-components / playwright-ct
test-foundations  /  🧪🎭 - foundations
1m 47s
test-foundations / 🧪🎭 - foundations
build-outputs  /  Build outputs
1m 36s
build-outputs / Build outputs
build-showcase-angular-ssr  /  Build Showcase angular-ssr-showcase
1m 6s
build-showcase-angular-ssr / Build Showcase angular-ssr-showcase
build-showcase-next  /  Build Showcase next-showcase
55s
build-showcase-next / Build Showcase next-showcase
build-showcase-nuxt  /  Build Showcase nuxt-showcase
51s
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 22s
regenerate-snapshots-components / 🧪🎭 - Regenerate snapshots components
regenerate-snapshots-foundations  /  regenerate-snapshots
regenerate-snapshots-foundations / regenerate-snapshots
regenerate-snapshots-patternhub  /  regenerate-snapshots
regenerate-snapshots-patternhub / regenerate-snapshots
checks-done
0s
checks-done
regenerate-snapshots  /  🧪🎭 - Regenerate snapshots showcases
5m 16s
regenerate-snapshots / 🧪🎭 - Regenerate snapshots showcases
deploy  /  Deploy
deploy / Deploy
Fit to window
Zoom out
Zoom in

Annotations

75 errors, 11 warnings, and 17 notices
[chromium] › textarea/textarea.spec.tsx:22:6 › DBTextarea › should have same aria-snapshot: output/react/src/components/textarea/textarea.spec.tsx#L27
1) [chromium] › textarea/textarea.spec.tsx:22:6 › DBTextarea › should have same aria-snapshot ──── Error: expect(string).toMatchSnapshot(expected) - text: Label - textbox "Label": Test - status Expected: /__w/mono/mono/__snapshots__/textarea/component/chromium/DBTextarea-should-have-same-aria-snapshot.yaml Received: /__w/mono/mono/output/react/test-results/textarea-textarea-DBTextarea-should-have-same-aria-snapshot-chromium/ba41c6a4dd0b5fd4532f-0d9fa3086c3d8fb516b8-actual.yaml 25 | // Some wired issue with react and playwright ariaSnapshot in this case 26 | const playwrightReactIssueFix = snapshot.replace('Test Test', 'Test'); > 27 | expect(playwrightReactIssueFix).toMatchSnapshot( | ^ 28 | `${testInfo.testId}.yaml` 29 | ); 30 | }); at /__w/mono/mono/output/react/src/components/textarea/textarea.spec.tsx:27:35
[chromium] › textarea/textarea.spec.tsx:22:6 › DBTextarea › should have same aria-snapshot: output/react/src/components/textarea/textarea.spec.tsx#L27
1) [chromium] › textarea/textarea.spec.tsx:22:6 › DBTextarea › should have same aria-snapshot ──── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(string).toMatchSnapshot(expected) - text: Label - textbox "Label": Test - status Expected: /__w/mono/mono/__snapshots__/textarea/component/chromium/DBTextarea-should-have-same-aria-snapshot.yaml Received: /__w/mono/mono/output/react/test-results/textarea-textarea-DBTextarea-should-have-same-aria-snapshot-chromium-retry1/ba41c6a4dd0b5fd4532f-0d9fa3086c3d8fb516b8-actual.yaml 25 | // Some wired issue with react and playwright ariaSnapshot in this case 26 | const playwrightReactIssueFix = snapshot.replace('Test Test', 'Test'); > 27 | expect(playwrightReactIssueFix).toMatchSnapshot( | ^ 28 | `${testInfo.testId}.yaml` 29 | ); 30 | }); at /__w/mono/mono/output/react/src/components/textarea/textarea.spec.tsx:27:35
test-components / 🧪🎭 - react:1/3
Process completed with exit code 1.
test-components / 🧪🎭 - vue:1/3
Process completed with exit code 1.
[chromium] › textarea/textarea.spec.tsx:22:2 › DBTextarea › should have same aria-snapshot: output/vue/src/components/textarea/textarea.spec.tsx#L27
1) [chromium] › textarea/textarea.spec.tsx:22:2 › DBTextarea › should have same aria-snapshot ──── Error: expect(string).toMatchSnapshot(expected) - text: Label - textbox "Label": Test - status Expected: /__w/mono/mono/__snapshots__/textarea/component/chromium/DBTextarea-should-have-same-aria-snapshot.yaml Received: /__w/mono/mono/output/vue/test-results/textarea-textarea-DBTextarea-should-have-same-aria-snapshot-chromium/ba41c6a4dd0b5fd4532f-0d9fa3086c3d8fb516b8-actual.yaml 25 | // Some wired issue with react and playwright ariaSnapshot in this case 26 | const playwrightReactIssueFix = snapshot.replace('Test Test', 'Test'); > 27 | expect(playwrightReactIssueFix).toMatchSnapshot( | ^ 28 | `${testInfo.testId}.yaml` 29 | ); 30 | }); at /__w/mono/mono/output/vue/src/components/textarea/textarea.spec.tsx:27:35
[chromium] › textarea/textarea.spec.tsx:22:2 › DBTextarea › should have same aria-snapshot: output/vue/src/components/textarea/textarea.spec.tsx#L27
1) [chromium] › textarea/textarea.spec.tsx:22:2 › DBTextarea › should have same aria-snapshot ──── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(string).toMatchSnapshot(expected) - text: Label - textbox "Label": Test - status Expected: /__w/mono/mono/__snapshots__/textarea/component/chromium/DBTextarea-should-have-same-aria-snapshot.yaml Received: /__w/mono/mono/output/vue/test-results/textarea-textarea-DBTextarea-should-have-same-aria-snapshot-chromium-retry1/ba41c6a4dd0b5fd4532f-0d9fa3086c3d8fb516b8-actual.yaml 25 | // Some wired issue with react and playwright ariaSnapshot in this case 26 | const playwrightReactIssueFix = snapshot.replace('Test Test', 'Test'); > 27 | expect(playwrightReactIssueFix).toMatchSnapshot( | ^ 28 | `${testInfo.testId}.yaml` 29 | ); 30 | }); at /__w/mono/mono/output/vue/src/components/textarea/textarea.spec.tsx:27:35
[mobile_chrome] › textarea/textarea.spec.tsx:22:6 › DBTextarea › should have same aria-snapshot: output/react/src/components/textarea/textarea.spec.tsx#L27
1) [mobile_chrome] › textarea/textarea.spec.tsx:22:6 › DBTextarea › should have same aria-snapshot Error: expect(string).toMatchSnapshot(expected) - text: Label - textbox "Label": Test - status Expected: /__w/mono/mono/__snapshots__/textarea/component/mobile-chrome/DBTextarea-should-have-same-aria-snapshot.yaml Received: /__w/mono/mono/output/react/test-results/textarea-textarea-DBTextarea-should-have-same-aria-snapshot-mobile-chrome/ba41c6a4dd0b5fd4532f-547f78ce6c5bc9ba5f8d-actual.yaml 25 | // Some wired issue with react and playwright ariaSnapshot in this case 26 | const playwrightReactIssueFix = snapshot.replace('Test Test', 'Test'); > 27 | expect(playwrightReactIssueFix).toMatchSnapshot( | ^ 28 | `${testInfo.testId}.yaml` 29 | ); 30 | }); at /__w/mono/mono/output/react/src/components/textarea/textarea.spec.tsx:27:35
[mobile_chrome] › textarea/textarea.spec.tsx:22:6 › DBTextarea › should have same aria-snapshot: output/react/src/components/textarea/textarea.spec.tsx#L27
1) [mobile_chrome] › textarea/textarea.spec.tsx:22:6 › DBTextarea › should have same aria-snapshot Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(string).toMatchSnapshot(expected) - text: Label - textbox "Label": Test - status Expected: /__w/mono/mono/__snapshots__/textarea/component/mobile-chrome/DBTextarea-should-have-same-aria-snapshot.yaml Received: /__w/mono/mono/output/react/test-results/textarea-textarea-DBTextarea-should-have-same-aria-snapshot-mobile-chrome-retry1/ba41c6a4dd0b5fd4532f-547f78ce6c5bc9ba5f8d-actual.yaml 25 | // Some wired issue with react and playwright ariaSnapshot in this case 26 | const playwrightReactIssueFix = snapshot.replace('Test Test', 'Test'); > 27 | expect(playwrightReactIssueFix).toMatchSnapshot( | ^ 28 | `${testInfo.testId}.yaml` 29 | ); 30 | }); at /__w/mono/mono/output/react/src/components/textarea/textarea.spec.tsx:27:35
test-components / 🧪🎭 - react:3/3
Process completed with exit code 1.
[firefox] › textarea/textarea.spec.tsx:22:6 › DBTextarea › should have same aria-snapshot: output/react/src/components/textarea/textarea.spec.tsx#L27
1) [firefox] › textarea/textarea.spec.tsx:22:6 › DBTextarea › should have same aria-snapshot ───── Error: expect(string).toMatchSnapshot(expected) - text: Label - textbox "Label": Test - status Expected: /__w/mono/mono/__snapshots__/textarea/component/firefox/DBTextarea-should-have-same-aria-snapshot.yaml Received: /__w/mono/mono/output/react/test-results/textarea-textarea-DBTextarea-should-have-same-aria-snapshot-firefox/ba41c6a4dd0b5fd4532f-7a54b177bfda5e4f8424-actual.yaml 25 | // Some wired issue with react and playwright ariaSnapshot in this case 26 | const playwrightReactIssueFix = snapshot.replace('Test Test', 'Test'); > 27 | expect(playwrightReactIssueFix).toMatchSnapshot( | ^ 28 | `${testInfo.testId}.yaml` 29 | ); 30 | }); at /__w/mono/mono/output/react/src/components/textarea/textarea.spec.tsx:27:35
[firefox] › textarea/textarea.spec.tsx:22:6 › DBTextarea › should have same aria-snapshot: output/react/src/components/textarea/textarea.spec.tsx#L27
1) [firefox] › textarea/textarea.spec.tsx:22:6 › DBTextarea › should have same aria-snapshot ───── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(string).toMatchSnapshot(expected) - text: Label - textbox "Label": Test - status Expected: /__w/mono/mono/__snapshots__/textarea/component/firefox/DBTextarea-should-have-same-aria-snapshot.yaml Received: /__w/mono/mono/output/react/test-results/textarea-textarea-DBTextarea-should-have-same-aria-snapshot-firefox-retry1/ba41c6a4dd0b5fd4532f-7a54b177bfda5e4f8424-actual.yaml 25 | // Some wired issue with react and playwright ariaSnapshot in this case 26 | const playwrightReactIssueFix = snapshot.replace('Test Test', 'Test'); > 27 | expect(playwrightReactIssueFix).toMatchSnapshot( | ^ 28 | `${testInfo.testId}.yaml` 29 | ); 30 | }); at /__w/mono/mono/output/react/src/components/textarea/textarea.spec.tsx:27:35
test-components / 🧪🎭 - react:2/3
Process completed with exit code 1.
test-components / 🧪🎭 - vue:3/3
Process completed with exit code 1.
[mobile_chrome] › textarea/textarea.spec.tsx:22:2 › DBTextarea › should have same aria-snapshot: output/vue/src/components/textarea/textarea.spec.tsx#L27
1) [mobile_chrome] › textarea/textarea.spec.tsx:22:2 › DBTextarea › should have same aria-snapshot Error: expect(string).toMatchSnapshot(expected) - text: Label - textbox "Label": Test - status Expected: /__w/mono/mono/__snapshots__/textarea/component/mobile-chrome/DBTextarea-should-have-same-aria-snapshot.yaml Received: /__w/mono/mono/output/vue/test-results/textarea-textarea-DBTextarea-should-have-same-aria-snapshot-mobile-chrome/ba41c6a4dd0b5fd4532f-547f78ce6c5bc9ba5f8d-actual.yaml 25 | // Some wired issue with react and playwright ariaSnapshot in this case 26 | const playwrightReactIssueFix = snapshot.replace('Test Test', 'Test'); > 27 | expect(playwrightReactIssueFix).toMatchSnapshot( | ^ 28 | `${testInfo.testId}.yaml` 29 | ); 30 | }); at /__w/mono/mono/output/vue/src/components/textarea/textarea.spec.tsx:27:35
[mobile_chrome] › textarea/textarea.spec.tsx:22:2 › DBTextarea › should have same aria-snapshot: output/vue/src/components/textarea/textarea.spec.tsx#L27
1) [mobile_chrome] › textarea/textarea.spec.tsx:22:2 › DBTextarea › should have same aria-snapshot Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(string).toMatchSnapshot(expected) - text: Label - textbox "Label": Test - status Expected: /__w/mono/mono/__snapshots__/textarea/component/mobile-chrome/DBTextarea-should-have-same-aria-snapshot.yaml Received: /__w/mono/mono/output/vue/test-results/textarea-textarea-DBTextarea-should-have-same-aria-snapshot-mobile-chrome-retry1/ba41c6a4dd0b5fd4532f-547f78ce6c5bc9ba5f8d-actual.yaml 25 | // Some wired issue with react and playwright ariaSnapshot in this case 26 | const playwrightReactIssueFix = snapshot.replace('Test Test', 'Test'); > 27 | expect(playwrightReactIssueFix).toMatchSnapshot( | ^ 28 | `${testInfo.testId}.yaml` 29 | ); 30 | }); at /__w/mono/mono/output/vue/src/components/textarea/textarea.spec.tsx:27:35
[mobile_chrome] › input/input.spec.tsx:38:2 › DBInput › should change on input: output/vue/src/components/input/input.spec.tsx#L50
2) [mobile_chrome] › input/input.spec.tsx:38:2 › DBInput › should change on input ──────────────── Error: expect(received).toEqual(expected) // deep equality Expected: "test" Received: "" 48 | const component = await mount(comp); 49 | await component.getByRole('textbox').fill('test'); > 50 | expect(test).toEqual('test'); | ^ 51 | }); 52 | }; 53 | at /__w/mono/mono/output/vue/src/components/input/input.spec.tsx:50:16
[firefox] › textarea/textarea.spec.tsx:22:2 › DBTextarea › should have same aria-snapshot: output/vue/src/components/textarea/textarea.spec.tsx#L27
1) [firefox] › textarea/textarea.spec.tsx:22:2 › DBTextarea › should have same aria-snapshot ───── Error: expect(string).toMatchSnapshot(expected) - text: Label - textbox "Label": Test - status Expected: /__w/mono/mono/__snapshots__/textarea/component/firefox/DBTextarea-should-have-same-aria-snapshot.yaml Received: /__w/mono/mono/output/vue/test-results/textarea-textarea-DBTextarea-should-have-same-aria-snapshot-firefox/ba41c6a4dd0b5fd4532f-7a54b177bfda5e4f8424-actual.yaml 25 | // Some wired issue with react and playwright ariaSnapshot in this case 26 | const playwrightReactIssueFix = snapshot.replace('Test Test', 'Test'); > 27 | expect(playwrightReactIssueFix).toMatchSnapshot( | ^ 28 | `${testInfo.testId}.yaml` 29 | ); 30 | }); at /__w/mono/mono/output/vue/src/components/textarea/textarea.spec.tsx:27:35
[firefox] › textarea/textarea.spec.tsx:22:2 › DBTextarea › should have same aria-snapshot: output/vue/src/components/textarea/textarea.spec.tsx#L27
1) [firefox] › textarea/textarea.spec.tsx:22:2 › DBTextarea › should have same aria-snapshot ───── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(string).toMatchSnapshot(expected) - text: Label - textbox "Label": Test - status Expected: /__w/mono/mono/__snapshots__/textarea/component/firefox/DBTextarea-should-have-same-aria-snapshot.yaml Received: /__w/mono/mono/output/vue/test-results/textarea-textarea-DBTextarea-should-have-same-aria-snapshot-firefox-retry1/ba41c6a4dd0b5fd4532f-7a54b177bfda5e4f8424-actual.yaml 25 | // Some wired issue with react and playwright ariaSnapshot in this case 26 | const playwrightReactIssueFix = snapshot.replace('Test Test', 'Test'); > 27 | expect(playwrightReactIssueFix).toMatchSnapshot( | ^ 28 | `${testInfo.testId}.yaml` 29 | ); 30 | }); at /__w/mono/mono/output/vue/src/components/textarea/textarea.spec.tsx:27:35
test-components / 🧪🎭 - vue:2/3
Process completed with exit code 1.
test-showcase-react / 🧪🎭 - react-showcase:6/6
Process completed with exit code 1.
[mobile_safari] › default.ts:79:2 › DBStack › should match screenshot: showcases/e2e/default.ts#L111
1) [mobile_safari] › default.ts:79:2 › DBStack › should match screenshot ───────────────────────── Error: expect(page).toHaveScreenshot(expected) 14951 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/stack/showcase/mobile-safari/DBStack-should-match-screenshot-1/DBStack-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/stack-stack-snapshot-DBStack-should-match-screenshot-mobile-safari/DBStack-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/stack-stack-snapshot-DBStack-should-match-screenshot-mobile-safari/DBStack-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 14951 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 14951 pixels (ratio 0.01 of all image 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 › DBStack › should match screenshot: showcases/e2e/default.ts#L111
1) [mobile_safari] › default.ts:79:2 › DBStack › should match screenshot ───────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 14951 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/stack/showcase/mobile-safari/DBStack-should-match-screenshot-1/DBStack-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/stack-stack-snapshot-DBStack-should-match-screenshot-mobile-safari-retry1/DBStack-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/stack-stack-snapshot-DBStack-should-match-screenshot-mobile-safari-retry1/DBStack-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 14951 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 14951 pixels (ratio 0.01 of all image 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 › DBStack › should match screenshot: showcases/e2e/default.ts#L111
1) [webkit] › default.ts:79:2 › DBStack › should match screenshot ──────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 15848 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/stack/showcase/webkit/DBStack-should-match-screenshot-1/DBStack-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/stack-stack-snapshot-DBStack-should-match-screenshot-webkit/DBStack-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/stack-stack-snapshot-DBStack-should-match-screenshot-webkit/DBStack-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 15848 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 15848 pixels (ratio 0.01 of all image 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 › DBStack › should match screenshot: showcases/e2e/default.ts#L111
1) [webkit] › default.ts:79:2 › DBStack › should match screenshot ──────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 15848 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/stack/showcase/webkit/DBStack-should-match-screenshot-1/DBStack-should-match-screenshot.png Received: /__w/mono/mono/showcases/react-showcase/test-results/stack-stack-snapshot-DBStack-should-match-screenshot-webkit-retry1/DBStack-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/react-showcase/test-results/stack-stack-snapshot-DBStack-should-match-screenshot-webkit-retry1/DBStack-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 15848 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 15848 pixels (ratio 0.01 of all image 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.
[mobile_safari] › default.ts:79:2 › DBStack › should match screenshot: showcases/e2e/default.ts#L111
1) [mobile_safari] › default.ts:79:2 › DBStack › should match screenshot ───────────────────────── Error: expect(page).toHaveScreenshot(expected) 14951 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/stack/showcase/mobile-safari/DBStack-should-match-screenshot-1/DBStack-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/stack-stack-snapshot-DBStack-should-match-screenshot-mobile-safari/DBStack-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/stack-stack-snapshot-DBStack-should-match-screenshot-mobile-safari/DBStack-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 14951 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 14951 pixels (ratio 0.01 of all image 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 › DBStack › should match screenshot: showcases/e2e/default.ts#L111
1) [mobile_safari] › default.ts:79:2 › DBStack › should match screenshot ───────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 14951 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/stack/showcase/mobile-safari/DBStack-should-match-screenshot-1/DBStack-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/stack-stack-snapshot-DBStack-should-match-screenshot-mobile-safari-retry1/DBStack-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/stack-stack-snapshot-DBStack-should-match-screenshot-mobile-safari-retry1/DBStack-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 14951 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 14951 pixels (ratio 0.01 of all image 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:4/6
Process completed with exit code 1.
[webkit] › default.ts:79:2 › DBStack › should match screenshot: showcases/e2e/default.ts#L111
1) [webkit] › default.ts:79:2 › DBStack › should match screenshot ──────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 15848 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/stack/showcase/webkit/DBStack-should-match-screenshot-1/DBStack-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/stack-stack-snapshot-DBStack-should-match-screenshot-webkit/DBStack-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/stack-stack-snapshot-DBStack-should-match-screenshot-webkit/DBStack-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 15848 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 15848 pixels (ratio 0.01 of all image 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 › DBStack › should match screenshot: showcases/e2e/default.ts#L111
1) [webkit] › default.ts:79:2 › DBStack › should match screenshot ──────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 15848 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/stack/showcase/webkit/DBStack-should-match-screenshot-1/DBStack-should-match-screenshot.png Received: /__w/mono/mono/showcases/angular-showcase/test-results/stack-stack-snapshot-DBStack-should-match-screenshot-webkit-retry1/DBStack-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/angular-showcase/test-results/stack-stack-snapshot-DBStack-should-match-screenshot-webkit-retry1/DBStack-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 15848 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 15848 pixels (ratio 0.01 of all image pixels) are different. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
test-showcase-vue / 🧪🎭 - vue-showcase:6/6
Process completed with exit code 1.
[mobile_safari] › default.ts:79:2 › DBStack › should match screenshot: showcases/e2e/default.ts#L111
1) [mobile_safari] › default.ts:79:2 › DBStack › should match screenshot ───────────────────────── Error: expect(page).toHaveScreenshot(expected) 14951 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/stack/showcase/mobile-safari/DBStack-should-match-screenshot-1/DBStack-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/stack-stack-snapshot-DBStack-should-match-screenshot-mobile-safari/DBStack-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/stack-stack-snapshot-DBStack-should-match-screenshot-mobile-safari/DBStack-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 14951 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 14951 pixels (ratio 0.01 of all image 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 › DBStack › should match screenshot: showcases/e2e/default.ts#L111
1) [mobile_safari] › default.ts:79:2 › DBStack › should match screenshot ───────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 14951 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/stack/showcase/mobile-safari/DBStack-should-match-screenshot-1/DBStack-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/stack-stack-snapshot-DBStack-should-match-screenshot-mobile-safari-retry1/DBStack-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/stack-stack-snapshot-DBStack-should-match-screenshot-mobile-safari-retry1/DBStack-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 14951 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 14951 pixels (ratio 0.01 of all image 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:219:2 › DBTabItem › should have same aria-snapshot: showcases/e2e/default.ts#L227
1) [chromium-highContrast] › default.ts:219:2 › DBTabItem › should have same aria-snapshot ─────── Error: expect(string).toMatchSnapshot(expected) - main: - heading "DBTabItem" [level=1] - link "Density arrow_up_right\" / \"" - tablist: - tab "Functional": on - text: Functional - tablist: - tab "(Default) Regular": on - text: (Default) Regular - tablist: - tab "Expressive": on - text: Expressive - link "States arrow_up_right\" / \"" - tablist: - tab "(Default) Enabled": on - text: (Default) Enabled - tablist: - tab "active" [selected]: on - text: active - tablist: - tab "disabled" [disabled]: on - text: disabled - link "Content arrow_up_right\" / \"" - tablist: - tab "(Default) Text": on - text: (Default) Text - tablist: - text: db" / " - tab "db\" / \" Text - Icon (Leading)": on - text: Text - Icon (Leading) - tablist: - tab "Text - Icon (Trailing) db\" / \"": on - text: Text - Icon (Trailing) db" / " - tablist: - text: db" / " - tab "db\" / \" Icon": on - text: Icon - link "Behaviour arrow_up_right\" / \"" - tablist: - tab "(Default) Auto Width": on - text: (Default) Auto Width - tablist: - tab "Width full": on - text: Width full - link "Content Alignment Full Width arrow_up_right\" / \"" - tablist: - tab "Left": on - text: Left - tablist: - tab "Centered": on - text: Centered Expected: /__w/mono/mono/__snapshots__/tab-item/showcase/chromium-highContrast/should-have-same-aria-snapshot/DBTabItem-should-have-same-aria-snapshot.yaml Received: /__w/mono/mono/showcases/stencil-showcase/test-results/tab-item-tab-item-snapshot-be296-uld-have-same-aria-snapshot-chromium-highContrast/should-have-same-aria-snapshot-actual.yaml 225 | 226 | const snapshot = await page.locator('main').ariaSnapshot(); > 227 | expect(snapshot).toMatchSnapshot(`${title}.yaml`); | ^ 228 | }); 229 | }; 230 | at /__w/mono/mono/showcases/e2e/default.ts:227:20
[chromium-highContrast] › default.ts:219:2 › DBTabItem › should have same aria-snapshot: showcases/e2e/default.ts#L227
1) [chromium-highContrast] › default.ts:219:2 › DBTabItem › should have same aria-snapshot ─────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(string).toMatchSnapshot(expected) - main: - heading "DBTabItem" [level=1] - link "Density arrow_up_right\" / \"" - tablist: - tab "Functional": on - text: Functional - tablist: - tab "(Default) Regular": on - text: (Default) Regular - tablist: - tab "Expressive": on - text: Expressive - link "States arrow_up_right\" / \"" - tablist: - tab "(Default) Enabled": on - text: (Default) Enabled - tablist: - tab "active" [selected]: on - text: active - tablist: - tab "disabled" [disabled]: on - text: disabled - link "Content arrow_up_right\" / \"" - tablist: - tab "(Default) Text": on - text: (Default) Text - tablist: - text: db" / " - tab "db\" / \" Text - Icon (Leading)": on - text: Text - Icon (Leading) - tablist: - tab "Text - Icon (Trailing) db\" / \"": on - text: Text - Icon (Trailing) db" / " - tablist: - text: db" / " - tab "db\" / \" Icon": on - text: Icon - link "Behaviour arrow_up_right\" / \"" - tablist: - tab "(Default) Auto Width": on - text: (Default) Auto Width - tablist: - tab "Width full": on - text: Width full - link "Content Alignment Full Width arrow_up_right\" / \"" - tablist: - tab "Left": on - text: Left - tablist: - tab "Centered": on - text: Centered Expected: /__w/mono/mono/__snapshots__/tab-item/showcase/chromium-highContrast/should-have-same-aria-snapshot/DBTabItem-should-have-same-aria-snapshot.yaml Received: /__w/mono/mono/showcases/stencil-showcase/test-results/tab-item-tab-item-snapshot-be296-uld-have-same-aria-snapshot-chromium-highContrast-retry1/should-have-same-aria-snapshot-actual.yaml 225 | 226 | const snapshot = await page.locator('main').ariaSnapshot(); > 227 | expect(snapshot).toMatchSnapshot(`${title}.yaml`); | ^ 228 | }); 229 | }; 230 | at /__w/mono/mono/showcases/e2e/default.ts:227:20
[chromium-highContrast] › default.ts:219:2 › DBTabs › should have same aria-snapshot: showcases/e2e/default.ts#L227
2) [chromium-highContrast] › 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
[chromium-highContrast] › default.ts:219:2 › DBTabs › should have same aria-snapshot: showcases/e2e/default.ts#L227
2) [chromium-highContrast] › default.ts:219:2 › DBTabs › should have same aria-snapshot ────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── 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:" -
test-showcase-stencil / 🧪🎭 - stencil-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:219:2 › DBTabItem › should have same aria-snapshot: showcases/e2e/default.ts#L227
1) [mobile_chrome] › default.ts:219:2 › DBTabItem › should have same aria-snapshot ─────────────── Error: expect(string).toMatchSnapshot(expected) - main: - heading "DBTabItem" [level=1] - link "Density arrow_up_right\" / \"" - tablist: - tab "Functional": on - text: Functional - tablist: - tab "(Default) Regular": on - text: (Default) Regular - tablist: - tab "Expressive": on - text: Expressive - link "States arrow_up_right\" / \"" - tablist: - tab "(Default) Enabled": on - text: (Default) Enabled - tablist: - tab "active" [selected]: on - text: active - tablist: - tab "disabled" [disabled]: on - text: disabled - link "Content arrow_up_right\" / \"" - tablist: - tab "(Default) Text": on - text: (Default) Text - tablist: - text: db" / " - tab "db\" / \" Text - Icon (Leading)": on - text: Text - Icon (Leading) - tablist: - tab "Text - Icon (Trailing) db\" / \"": on - text: Text - Icon (Trailing) db" / " - tablist: - text: db" / " - tab "db\" / \" Icon": on - text: Icon - link "Behaviour arrow_up_right\" / \"" - tablist: - tab "(Default) Auto Width": on - text: (Default) Auto Width - tablist: - tab "Width full": on - text: Width full - link "Content Alignment Full Width arrow_up_right\" / \"" - tablist: - tab "Left": on - text: Left - tablist: - tab "Centered": on - text: Centered Expected: /__w/mono/mono/__snapshots__/tab-item/showcase/mobile-chrome/should-have-same-aria-snapshot/DBTabItem-should-have-same-aria-snapshot.yaml Received: /__w/mono/mono/showcases/stencil-showcase/test-results/tab-item-tab-item-snapshot-be296-uld-have-same-aria-snapshot-mobile-chrome/should-have-same-aria-snapshot-actual.yaml 225 | 226 | const snapshot = await page.locator('main').ariaSnapshot(); > 227 | expect(snapshot).toMatchSnapshot(`${title}.yaml`); | ^ 228 | }); 229 | }; 230 | at /__w/mono/mono/showcases/e2e/default.ts:227:20
[mobile_chrome] › default.ts:219:2 › DBTabItem › should have same aria-snapshot: showcases/e2e/default.ts#L227
1) [mobile_chrome] › default.ts:219:2 › DBTabItem › should have same aria-snapshot ─────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(string).toMatchSnapshot(expected) - main: - heading "DBTabItem" [level=1] - link "Density arrow_up_right\" / \"" - tablist: - tab "Functional": on - text: Functional - tablist: - tab "(Default) Regular": on - text: (Default) Regular - tablist: - tab "Expressive": on - text: Expressive - link "States arrow_up_right\" / \"" - tablist: - tab "(Default) Enabled": on - text: (Default) Enabled - tablist: - tab "active" [selected]: on - text: active - tablist: - tab "disabled" [disabled]: on - text: disabled - link "Content arrow_up_right\" / \"" - tablist: - tab "(Default) Text": on - text: (Default) Text - tablist: - text: db" / " - tab "db\" / \" Text - Icon (Leading)": on - text: Text - Icon (Leading) - tablist: - tab "Text - Icon (Trailing) db\" / \"": on - text: Text - Icon (Trailing) db" / " - tablist: - text: db" / " - tab "db\" / \" Icon": on - text: Icon - link "Behaviour arrow_up_right\" / \"" - tablist: - tab "(Default) Auto Width": on - text: (Default) Auto Width - tablist: - tab "Width full": on - text: Width full - link "Content Alignment Full Width arrow_up_right\" / \"" - tablist: - tab "Left": on - text: Left - tablist: - tab "Centered": on - text: Centered Expected: /__w/mono/mono/__snapshots__/tab-item/showcase/mobile-chrome/should-have-same-aria-snapshot/DBTabItem-should-have-same-aria-snapshot.yaml Received: /__w/mono/mono/showcases/stencil-showcase/test-results/tab-item-tab-item-snapshot-be296-uld-have-same-aria-snapshot-mobile-chrome-retry1/should-have-same-aria-snapshot-actual.yaml 225 | 226 | const snapshot = await page.locator('main').ariaSnapshot(); > 227 | expect(snapshot).toMatchSnapshot(`${title}.yaml`); | ^ 228 | }); 229 | }; 230 | at /__w/mono/mono/showcases/e2e/default.ts:227:20
[mobile_chrome] › default.ts:219:2 › DBTabs › should have same aria-snapshot: showcases/e2e/default.ts#L227
2) [mobile_chrome] › 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
[mobile_chrome] › default.ts:219:2 › DBTabs › should have same aria-snapshot: showcases/e2e/default.ts#L227
2) [mobile_chrome] › default.ts:219:2 › DBTabs › should have same aria-snapshot ────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── 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:" -
test-showcase-stencil / 🧪🎭 - stencil-showcase:2/6
Process completed with exit code 1.
[chromium] › default.ts:219:2 › DBTabItem › should have same aria-snapshot: showcases/e2e/default.ts#L227
1) [chromium] › default.ts:219:2 › DBTabItem › should have same aria-snapshot ──────────────────── Error: expect(string).toMatchSnapshot(expected) - main: - heading "DBTabItem" [level=1] - link "Density arrow_up_right\" / \"" - tablist: - tab "Functional": on - text: Functional - tablist: - tab "(Default) Regular": on - text: (Default) Regular - tablist: - tab "Expressive": on - text: Expressive - link "States arrow_up_right\" / \"" - tablist: - tab "(Default) Enabled": on - text: (Default) Enabled - tablist: - tab "active" [selected]: on - text: active - tablist: - tab "disabled" [disabled]: on - text: disabled - link "Content arrow_up_right\" / \"" - tablist: - tab "(Default) Text": on - text: (Default) Text - tablist: - text: db" / " - tab "db\" / \" Text - Icon (Leading)": on - text: Text - Icon (Leading) - tablist: - tab "Text - Icon (Trailing) db\" / \"": on - text: Text - Icon (Trailing) db" / " - tablist: - text: db" / " - tab "db\" / \" Icon": on - text: Icon - link "Behaviour arrow_up_right\" / \"" - tablist: - tab "(Default) Auto Width": on - text: (Default) Auto Width - tablist: - tab "Width full": on - text: Width full - link "Content Alignment Full Width arrow_up_right\" / \"" - tablist: - tab "Left": on - text: Left - tablist: - tab "Centered": on - text: Centered Expected: /__w/mono/mono/__snapshots__/tab-item/showcase/chromium/should-have-same-aria-snapshot/DBTabItem-should-have-same-aria-snapshot.yaml Received: /__w/mono/mono/showcases/stencil-showcase/test-results/tab-item-tab-item-snapshot-be296-uld-have-same-aria-snapshot-chromium/should-have-same-aria-snapshot-actual.yaml 225 | 226 | const snapshot = await page.locator('main').ariaSnapshot(); > 227 | expect(snapshot).toMatchSnapshot(`${title}.yaml`); | ^ 228 | }); 229 | }; 230 | at /__w/mono/mono/showcases/e2e/default.ts:227:20
[chromium] › default.ts:219:2 › DBTabItem › should have same aria-snapshot: showcases/e2e/default.ts#L227
1) [chromium] › default.ts:219:2 › DBTabItem › should have same aria-snapshot ──────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(string).toMatchSnapshot(expected) - main: - heading "DBTabItem" [level=1] - link "Density arrow_up_right\" / \"" - tablist: - tab "Functional": on - text: Functional - tablist: - tab "(Default) Regular": on - text: (Default) Regular - tablist: - tab "Expressive": on - text: Expressive - link "States arrow_up_right\" / \"" - tablist: - tab "(Default) Enabled": on - text: (Default) Enabled - tablist: - tab "active" [selected]: on - text: active - tablist: - tab "disabled" [disabled]: on - text: disabled - link "Content arrow_up_right\" / \"" - tablist: - tab "(Default) Text": on - text: (Default) Text - tablist: - text: db" / " - tab "db\" / \" Text - Icon (Leading)": on - text: Text - Icon (Leading) - tablist: - tab "Text - Icon (Trailing) db\" / \"": on - text: Text - Icon (Trailing) db" / " - tablist: - text: db" / " - tab "db\" / \" Icon": on - text: Icon - link "Behaviour arrow_up_right\" / \"" - tablist: - tab "(Default) Auto Width": on - text: (Default) Auto Width - tablist: - tab "Width full": on - text: Width full - link "Content Alignment Full Width arrow_up_right\" / \"" - tablist: - tab "Left": on - text: Left - tablist: - tab "Centered": on - text: Centered Expected: /__w/mono/mono/__snapshots__/tab-item/showcase/chromium/should-have-same-aria-snapshot/DBTabItem-should-have-same-aria-snapshot.yaml Received: /__w/mono/mono/showcases/stencil-showcase/test-results/tab-item-tab-item-snapshot-be296-uld-have-same-aria-snapshot-chromium-retry1/should-have-same-aria-snapshot-actual.yaml 225 | 226 | const snapshot = await page.locator('main').ariaSnapshot(); > 227 | expect(snapshot).toMatchSnapshot(`${title}.yaml`); | ^ 228 | }); 229 | }; 230 | at /__w/mono/mono/showcases/e2e/default.ts:227:20
[chromium] › default.ts:219:2 › DBTabs › should have same aria-snapshot: showcases/e2e/default.ts#L227
2) [chromium] › 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
[chromium] › default.ts:219:2 › DBTabs › should have same aria-snapshot: showcases/e2e/default.ts#L227
2) [chromium] › default.ts:219:2 › DBTabs › should have same aria-snapshot ─────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── 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:" -
[webkit] › default.ts:79:2 › DBStack › should match screenshot: showcases/e2e/default.ts#L111
1) [webkit] › default.ts:79:2 › DBStack › should match screenshot ──────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 15848 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/stack/showcase/webkit/DBStack-should-match-screenshot-1/DBStack-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/stack-stack-snapshot-DBStack-should-match-screenshot-webkit/DBStack-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/stack-stack-snapshot-DBStack-should-match-screenshot-webkit/DBStack-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 15848 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 15848 pixels (ratio 0.01 of all image 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 › DBStack › should match screenshot: showcases/e2e/default.ts#L111
1) [webkit] › default.ts:79:2 › DBStack › should match screenshot ──────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 15848 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/stack/showcase/webkit/DBStack-should-match-screenshot-1/DBStack-should-match-screenshot.png Received: /__w/mono/mono/showcases/vue-showcase/test-results/stack-stack-snapshot-DBStack-should-match-screenshot-webkit-retry1/DBStack-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/vue-showcase/test-results/stack-stack-snapshot-DBStack-should-match-screenshot-webkit-retry1/DBStack-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 15848 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 15848 pixels (ratio 0.01 of all image 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#L227
2) [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
[webkit] › default.ts:219:2 › DBTabs › should have same aria-snapshot: showcases/e2e/default.ts#L227
2) [webkit] › default.ts:219:2 › DBTabs › should have same aria-snapshot ───────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── 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:" -
test-showcase-vue / 🧪🎭 - vue-showcase:4/6
Process completed with exit code 1.
test-showcase-stencil / 🧪🎭 - stencil-showcase:4/6
Process completed with exit code 1.
[firefox] › default.ts:219:2 › DBTabItem › should have same aria-snapshot: showcases/e2e/default.ts#L227
1) [firefox] › default.ts:219:2 › DBTabItem › should have same aria-snapshot ───────────────────── Error: expect(string).toMatchSnapshot(expected) - main: - heading "DBTabItem" [level=1] - link "Density arrow_up_right\" / \"" - tablist: - tab "Functional": on - text: Functional - tablist: - tab "(Default) Regular": on - text: (Default) Regular - tablist: - tab "Expressive": on - text: Expressive - link "States arrow_up_right\" / \"" - tablist: - tab "(Default) Enabled": on - text: (Default) Enabled - tablist: - tab "active" [selected]: on - text: active - tablist: - tab "disabled" [disabled]: on - text: disabled - link "Content arrow_up_right\" / \"" - tablist: - tab "(Default) Text": on - text: (Default) Text - tablist: - tab "Text - Icon (Leading)": on - text: Text - Icon (Leading) - tablist: - tab "Text - Icon (Trailing)": on - text: Text - Icon (Trailing) - tablist: - tab "Icon": on - text: Icon - link "Behaviour arrow_up_right\" / \"" - tablist: - tab "(Default) Auto Width": on - text: (Default) Auto Width - tablist: - tab "Width full": on - text: Width full - link "Content Alignment Full Width arrow_up_right\" / \"" - tablist: - tab "Left": on - text: Left - tablist: - tab "Centered": on - text: Centered Expected: /__w/mono/mono/__snapshots__/tab-item/showcase/firefox/should-have-same-aria-snapshot/DBTabItem-should-have-same-aria-snapshot.yaml Received: /__w/mono/mono/showcases/stencil-showcase/test-results/tab-item-tab-item-snapshot-be296-uld-have-same-aria-snapshot-firefox/should-have-same-aria-snapshot-actual.yaml 225 | 226 | const snapshot = await page.locator('main').ariaSnapshot(); > 227 | expect(snapshot).toMatchSnapshot(`${title}.yaml`); | ^ 228 | }); 229 | }; 230 | at /__w/mono/mono/showcases/e2e/default.ts:227:20
[firefox] › default.ts:219:2 › DBTabItem › should have same aria-snapshot: showcases/e2e/default.ts#L227
1) [firefox] › default.ts:219:2 › DBTabItem › should have same aria-snapshot ───────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(string).toMatchSnapshot(expected) - main: - heading "DBTabItem" [level=1] - link "Density arrow_up_right\" / \"" - tablist: - tab "Functional": on - text: Functional - tablist: - tab "(Default) Regular": on - text: (Default) Regular - tablist: - tab "Expressive": on - text: Expressive - link "States arrow_up_right\" / \"" - tablist: - tab "(Default) Enabled": on - text: (Default) Enabled - tablist: - tab "active" [selected]: on - text: active - tablist: - tab "disabled" [disabled]: on - text: disabled - link "Content arrow_up_right\" / \"" - tablist: - tab "(Default) Text": on - text: (Default) Text - tablist: - tab "Text - Icon (Leading)": on - text: Text - Icon (Leading) - tablist: - tab "Text - Icon (Trailing)": on - text: Text - Icon (Trailing) - tablist: - tab "Icon": on - text: Icon - link "Behaviour arrow_up_right\" / \"" - tablist: - tab "(Default) Auto Width": on - text: (Default) Auto Width - tablist: - tab "Width full": on - text: Width full - link "Content Alignment Full Width arrow_up_right\" / \"" - tablist: - tab "Left": on - text: Left - tablist: - tab "Centered": on - text: Centered Expected: /__w/mono/mono/__snapshots__/tab-item/showcase/firefox/should-have-same-aria-snapshot/DBTabItem-should-have-same-aria-snapshot.yaml Received: /__w/mono/mono/showcases/stencil-showcase/test-results/tab-item-tab-item-snapshot-be296-uld-have-same-aria-snapshot-firefox-retry1/should-have-same-aria-snapshot-actual.yaml 225 | 226 | const snapshot = await page.locator('main').ariaSnapshot(); > 227 | expect(snapshot).toMatchSnapshot(`${title}.yaml`); | ^ 228 | }); 229 | }; 230 | at /__w/mono/mono/showcases/e2e/default.ts:227:20
[firefox] › default.ts:219:2 › DBTabs › should have same aria-snapshot: showcases/e2e/default.ts#L227
2) [firefox] › 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 "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 - text: Test 2
[firefox] › default.ts:219:2 › DBTabs › should have same aria-snapshot: showcases/e2e/default.ts#L227
2) [firefox] › default.ts:219:2 › DBTabs › should have same aria-snapshot ──────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── 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 "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: -
[webkit] › default.ts:79:2 › DBAccordionItem › should match screenshot: showcases/e2e/default.ts#L111
3) [webkit] › default.ts:79:2 › DBAccordionItem › should match screenshot ──────────────────────── Error: expect(page).toHaveScreenshot(expected) Expected an image 1280px by 1655px, received 1280px by 1687px. Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/webkit/DBAccordionItem-should-match-screenshot-1/DBAccordionItem-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-webkit/DBAccordionItem-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-webkit/DBAccordionItem-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - Expected an image 1280px by 1655px, received 1280px by 1687px. 56836 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 - 56836 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 1655px, received 1280px by 1687px. 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
4) [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
5) [webkit] › default.ts:79:2 › DBCard › should match screenshot ───────────────────────────────── Error: expect(page).toHaveScreenshot(expected) Expected an image 1280px by 2305px, received 1280px by 2321px. 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 2321px. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - Expected an image 1280px by 2305px, received 1280px by 2321px. 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 › DBStack › should match screenshot: showcases/e2e/default.ts#L111
1) [webkit] › default.ts:79:2 › DBStack › should match screenshot ──────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 15848 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/stack/showcase/webkit/DBStack-should-match-screenshot-1/DBStack-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/stack-stack-snapshot-DBStack-should-match-screenshot-webkit/DBStack-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/stack-stack-snapshot-DBStack-should-match-screenshot-webkit/DBStack-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 15848 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 15848 pixels (ratio 0.01 of all image 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 › DBStack › should match screenshot: showcases/e2e/default.ts#L111
1) [webkit] › default.ts:79:2 › DBStack › should match screenshot ──────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 15848 pixels (ratio 0.01 of all image pixels) are different. Expected: /__w/mono/mono/__snapshots__/stack/showcase/webkit/DBStack-should-match-screenshot-1/DBStack-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/stack-stack-snapshot-DBStack-should-match-screenshot-webkit-retry1/DBStack-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/stack-stack-snapshot-DBStack-should-match-screenshot-webkit-retry1/DBStack-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 15848 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - captured a stable screenshot - 15848 pixels (ratio 0.01 of all image 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 › DBTabItem › should have same aria-snapshot: showcases/e2e/default.ts#L227
2) [webkit] › default.ts:219:2 › DBTabItem › should have same aria-snapshot ────────────────────── Error: expect(string).toMatchSnapshot(expected) - main: - heading "DBTabItem" [level=1] - link "Density arrow_up_right\" / \"" - tablist: - tab "Functional": on - text: Functional - tablist: - tab "(Default) Regular": on - text: (Default) Regular - tablist: - tab "Expressive": on - text: Expressive - link "States arrow_up_right\" / \"" - tablist: - tab "(Default) Enabled": on - text: (Default) Enabled - tablist: - tab "active" [selected]: on - text: active - tablist: - tab "disabled" [disabled]: on - text: disabled - link "Content arrow_up_right\" / \"" - tablist: - tab "(Default) Text": on - text: (Default) Text - tablist: - text: db" / " - tab "db\" / \" Text - Icon (Leading)": on - text: Text - Icon (Leading) - tablist: - tab "Text - Icon (Trailing) db\" / \"": on - text: Text - Icon (Trailing) db" / " - tablist: - text: db" / " - tab "db\" / \" Icon": on - text: Icon - link "Behaviour arrow_up_right\" / \"" - tablist: - tab "(Default) Auto Width": on - text: (Default) Auto Width - tablist: - tab "Width full": on - text: Width full - link "Content Alignment Full Width arrow_up_right\" / \"" - tablist: - tab "Left": on - text: Left - tablist: - tab "Centered": on - text: Centered Expected: /__w/mono/mono/__snapshots__/tab-item/showcase/webkit/should-have-same-aria-snapshot/DBTabItem-should-have-same-aria-snapshot.yaml Received: /__w/mono/mono/showcases/stencil-showcase/test-results/tab-item-tab-item-snapshot-be296-uld-have-same-aria-snapshot-webkit/should-have-same-aria-snapshot-actual.yaml 225 | 226 | const snapshot = await page.locator('main').ariaSnapshot(); > 227 | expect(snapshot).toMatchSnapshot(`${title}.yaml`); | ^ 228 | }); 229 | }; 230 | at /__w/mono/mono/showcases/e2e/default.ts:227:20
[webkit] › default.ts:219:2 › DBTabItem › should have same aria-snapshot: showcases/e2e/default.ts#L227
2) [webkit] › default.ts:219:2 › DBTabItem › should have same aria-snapshot ────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(string).toMatchSnapshot(expected) - main: - heading "DBTabItem" [level=1] - link "Density arrow_up_right\" / \"" - tablist: - tab "Functional": on - text: Functional - tablist: - tab "(Default) Regular": on - text: (Default) Regular - tablist: - tab "Expressive": on - text: Expressive - link "States arrow_up_right\" / \"" - tablist: - tab "(Default) Enabled": on - text: (Default) Enabled - tablist: - tab "active" [selected]: on - text: active - tablist: - tab "disabled" [disabled]: on - text: disabled - link "Content arrow_up_right\" / \"" - tablist: - tab "(Default) Text": on - text: (Default) Text - tablist: - text: db" / " - tab "db\" / \" Text - Icon (Leading)": on - text: Text - Icon (Leading) - tablist: - tab "Text - Icon (Trailing) db\" / \"": on - text: Text - Icon (Trailing) db" / " - tablist: - text: db" / " - tab "db\" / \" Icon": on - text: Icon - link "Behaviour arrow_up_right\" / \"" - tablist: - tab "(Default) Auto Width": on - text: (Default) Auto Width - tablist: - tab "Width full": on - text: Width full - link "Content Alignment Full Width arrow_up_right\" / \"" - tablist: - tab "Left": on - text: Left - tablist: - tab "Centered": on - text: Centered Expected: /__w/mono/mono/__snapshots__/tab-item/showcase/webkit/should-have-same-aria-snapshot/DBTabItem-should-have-same-aria-snapshot.yaml Received: /__w/mono/mono/showcases/stencil-showcase/test-results/tab-item-tab-item-snapshot-be296-uld-have-same-aria-snapshot-webkit-retry1/should-have-same-aria-snapshot-actual.yaml 225 | 226 | const snapshot = await page.locator('main').ariaSnapshot(); > 227 | expect(snapshot).toMatchSnapshot(`${title}.yaml`); | ^ 228 | }); 229 | }; 230 | at /__w/mono/mono/showcases/e2e/default.ts:227:20
[webkit] › default.ts:219:2 › DBTabs › should have same aria-snapshot: showcases/e2e/default.ts#L227
3) [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
[webkit] › default.ts:219:2 › DBTabs › should have same aria-snapshot: showcases/e2e/default.ts#L227
3) [webkit] › default.ts:219:2 › DBTabs › should have same aria-snapshot ───────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── 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:" -
[webkit] › default.ts:79:2 › DBInput › should match screenshot: showcases/e2e/default.ts#L111
4) [webkit] › default.ts:79:2 › DBInput › should match screenshot ──────────────────────────────── Error: expect(page).toHaveScreenshot(expected) Expected an image 1280px by 3615px, received 1280px by 3631px. 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 3631px. - 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 3631px. 109 | } 110 | > 111 | await expect(page).toHaveScreenshot(config); | ^ 112 | }); 113 | }; 114 | at /__w/mono/mono/showcases/e2e/default.ts:111:22
[webkit] › default.ts:79:2 › DBLink › should match screenshot: showcases/e2e/default.ts#L111
5) [webkit] › default.ts:79:2 › DBLink › should match screenshot ───────────────────────────────── Error: expect(page).toHaveScreenshot(expected) Expected an image 1280px by 2305px, received 1280px by 2337px. Expected: /__w/mono/mono/__snapshots__/link/showcase/webkit/DBLink-should-match-screenshot-1/DBLink-should-match-screenshot.png Received: /__w/mono/mono/showcases/stencil-showcase/test-results/link-link-snapshot-DBLink-should-match-screenshot-webkit/DBLink-should-match-screenshot-1-actual.png Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/link-link-snapshot-DBLink-should-match-screenshot-webkit/DBLink-should-match-screenshot-1-diff.png Call log: - expect.toHaveScreenshot with timeout 30000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 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:219:2 › DBNavigation › should have same aria-snapshot: showcases/e2e/default.ts#L227
6) [webkit] › default.ts:219:2 › DBNavigation › should have same aria-snapshot ─────────────────── Error: expect(string).toMatchSnapshot(expected) - main: - heading "DBNavigation" [level=1] - link "Density arrow_up_right\" / \"" - text: Functional - navigation "Functional": - list: - listitem: - button "Navi-Item 1 chevron_down\" / \"" - listitem: - text: person" / " - link "Navi-Item 2" - listitem: - link "Navi-Item 3" - text: (Default) Regular - navigation "(Default) Regular": - list: - listitem: - button "Navi-Item 1 chevron_down\" / \"" - listitem: - text: person" / " - link "Navi-Item 2" - listitem: - link "Navi-Item 3" - text: Expressive - navigation "Expressive": - list: - listitem: - button "Navi-Item 1 chevron_down\" / \"" - listitem: - text: person" / " - link "Navi-Item 2" - listitem: - link "Navi-Item 3" Expected: /__w/mono/mono/__snapshots__/navigation/showcase/webkit/should-have-same-aria-snapshot/DBNavigation-should-have-same-aria-snapshot.yaml Received: /__w/mono/mono/showcases/stencil-showcase/test-results/navigation-navigation-snap-92bb2-uld-have-same-aria-snapshot-webkit/should-have-same-aria-snapshot-actual.yaml 225 | 226 | const snapshot = await page.locator('main').ariaSnapshot(); > 227 | expect(snapshot).toMatchSnapshot(`${title}.yaml`); | ^ 228 | }); 229 | }; 230 | at /__w/mono/mono/showcases/e2e/default.ts:227:20
[webkit] › default.ts:79:2 › DBPopover › should match screenshot: showcases/e2e/default.ts#L111
7) [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
test-showcase-stencil / 🧪🎭 - stencil-showcase:5/6
Process completed with exit code 1.
checks-done
Process completed with exit code 1.
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-react / 🧪🎭 - react-showcase:4/6
No files were found with the provided path: ./showcases/-showcase/results. No artifacts will be uploaded.
test-showcase-angular / 🧪🎭 - angular-showcase:6/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-vue / 🧪🎭 - vue-showcase:6/6
No files were found with the provided path: ./showcases/-showcase/results. No artifacts will be uploaded.
test-showcase-stencil / 🧪🎭 - stencil-showcase:3/6
No files were found with the provided path: ./showcases/-showcase/results. No artifacts will be uploaded.
test-showcase-stencil / 🧪🎭 - stencil-showcase:6/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-vue / 🧪🎭 - vue-showcase:4/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.
🎭 Playwright Run Summary
1 failed [chromium] › textarea/textarea.spec.tsx:22:6 › DBTextarea › should have same aria-snapshot ───── 3 skipped 143 passed (35.1s)
🎭 Playwright Run Summary
1 failed [chromium] › textarea/textarea.spec.tsx:22:2 › DBTextarea › should have same aria-snapshot ───── 3 skipped 143 passed (37.3s)
🎭 Playwright Run Summary
1 failed [mobile_chrome] › textarea/textarea.spec.tsx:22:6 › DBTextarea › should have same aria-snapshot 3 skipped 143 passed (36.1s)
🎭 Playwright Run Summary
1 failed [firefox] › textarea/textarea.spec.tsx:22:6 › DBTextarea › should have same aria-snapshot ────── 3 skipped 143 passed (1.3m)
🎭 Playwright Run Summary
1 failed [mobile_chrome] › textarea/textarea.spec.tsx:22:2 › DBTextarea › should have same aria-snapshot 1 flaky [mobile_chrome] › input/input.spec.tsx:38:2 › DBInput › should change on input ───────────────── 3 skipped 142 passed (40.2s)
🎭 Playwright Run Summary
1 failed [firefox] › textarea/textarea.spec.tsx:22:2 › DBTextarea › should have same aria-snapshot ────── 3 skipped 143 passed (1.4m)
🎭 Playwright Run Summary
1 failed [mobile_safari] › default.ts:79:2 › DBStack › should match screenshot ────────────────────────── 50 skipped 118 passed (3.0m)
🎭 Playwright Run Summary
1 failed [webkit] › default.ts:79:2 › DBStack › should match screenshot ───────────────────────────────── 50 skipped 118 passed (3.8m)
🎭 Playwright Run Summary
1 failed [mobile_safari] › default.ts:79:2 › DBStack › should match screenshot ────────────────────────── 61 skipped 107 passed (3.1m)
🎭 Playwright Run Summary
1 failed [webkit] › default.ts:79:2 › DBStack › should match screenshot ───────────────────────────────── 61 skipped 107 passed (3.8m)
🎭 Playwright Run Summary
1 failed [mobile_safari] › default.ts:79:2 › DBStack › should match screenshot ────────────────────────── 50 skipped 118 passed (3.1m)
🎭 Playwright Run Summary
2 failed [chromium-highContrast] › default.ts:219:2 › DBTabItem › should have same aria-snapshot ──────── [chromium-highContrast] › default.ts:219:2 › DBTabs › should have same aria-snapshot ─────────── 38 skipped 101 passed (2.7m)
🎭 Playwright Run Summary
2 failed [mobile_chrome] › default.ts:219:2 › DBTabItem › should have same aria-snapshot ──────────────── [mobile_chrome] › default.ts:219:2 › DBTabs › should have same aria-snapshot ─────────────────── 59 skipped 79 passed (1.3m)
🎭 Playwright Run Summary
2 failed [chromium] › default.ts:219:2 › DBTabItem › should have same aria-snapshot ───────────────────── [chromium] › default.ts:219:2 › DBTabs › should have same aria-snapshot ──────────────────────── 19 skipped 120 passed (3.0m)
🎭 Playwright Run Summary
2 failed [webkit] › default.ts:79:2 › DBStack › should match screenshot ───────────────────────────────── [webkit] › default.ts:219:2 › DBTabs › should have same aria-snapshot ────────────────────────── 50 skipped 117 passed (4.1m)
🎭 Playwright Run Summary
2 failed [firefox] › default.ts:219:2 › DBTabItem › should have same aria-snapshot ────────────────────── [firefox] › default.ts:219:2 › DBTabs › should have same aria-snapshot ───────────────────────── 4 flaky [webkit] › default.ts:79:2 › DBAccordionItem › 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 › DBDrawer › should match screenshot ──────────────────────────────── 55 skipped 80 passed (3.0m)
🎭 Playwright Run Summary
3 failed [webkit] › default.ts:79:2 › DBStack › should match screenshot ───────────────────────────────── [webkit] › default.ts:219:2 › DBTabItem › should have same aria-snapshot ─────────────────────── [webkit] › default.ts:219:2 › DBTabs › should have same aria-snapshot ────────────────────────── 8 flaky [webkit] › default.ts:79:2 › DBInput › should match screenshot ───────────────────────────────── [webkit] › default.ts:79:2 › DBLink › should match screenshot ────────────────────────────────── [webkit] › default.ts:219:2 › DBNavigation › should have same aria-snapshot ──────────────────── [webkit] › default.ts:79:2 › DBPopover › should match screenshot ─────────────────────────────── [webkit] › default.ts:79:2 › DBSection › should match screenshot ─────────────────────────────── [webkit] › default.ts:79:2 › DBTabItem › should match screenshot ─────────────────────────────── [webkit] › default.ts:79:2 › DBTag › should match screenshot ─────────────────────────────────── [webkit] › default.ts:79:2 › DBTextarea › should match screenshot ────────────────────────────── 57 skipped 73 passed (3.3m)

Artifacts

Produced during runtime
Name Size
angular-showcase-playwright-results-4 Expired
1.87 MB
angular-showcase-playwright-results-6 Expired
2 MB
db-ui-angular-showcase
1.43 MB
db-ui-angular-ssr-showcase
2.16 MB
db-ui-components-build
347 KB
db-ui-foundations-build
256 KB
db-ui-next-showcase
1.5 MB
db-ui-nuxt-showcase
1.98 MB
db-ui-output
420 KB
db-ui-outputs
6.24 MB
db-ui-patternhub
3.71 MB
db-ui-react-showcase
1.34 MB
db-ui-stencil-showcase
1.39 MB
db-ui-vue-showcase
1.31 MB
react-components-playwright-results-1 Expired
95.9 KB
react-components-playwright-results-2 Expired
103 KB
react-components-playwright-results-3 Expired
95.9 KB
react-showcase-playwright-results-4 Expired
1.81 MB
react-showcase-playwright-results-6 Expired
1.96 MB
snapshots-components Expired
332 KB
snapshots-showcases Expired
11.6 MB
stencil-showcase-playwright-results-2 Expired
711 KB
stencil-showcase-playwright-results-3 Expired
793 KB
stencil-showcase-playwright-results-4 Expired
3.82 MB
stencil-showcase-playwright-results-5 Expired
11 MB
stencil-showcase-playwright-results-6 Expired
665 KB
vue-components-playwright-results-1 Expired
96 KB
vue-components-playwright-results-2 Expired
106 KB
vue-components-playwright-results-3 Expired
194 KB
vue-showcase-playwright-results-4 Expired
2.52 MB
vue-showcase-playwright-results-6 Expired
1.98 MB