chore(deps-dev): bump the playwright group with 3 updates #16302
default.yml
on: pull_request
init
/
Init
1m 47s
scan-secrets
/
TruffleHog
58s
get-playwright-version
/
Get and save publish version
23s
Matrix: init-playwright / init-playwright
build-showcase-react
/
Build Showcase react-showcase
31s
Matrix: test-components / playwright-ct
build-showcase-angular
/
Build Showcase angular-showcase
47s
build-showcase-stencil
/
Build Showcase stencil-showcase
45s
build-showcase-vue
/
Build Showcase vue-showcase
26s
build-outputs
/
Build outputs
1m 1s
build-showcase-angular-ssr
/
Build Showcase angular-ssr-showcase
51s
build-showcase-next
/
Build Showcase next-showcase
57s
build-showcase-nuxt
/
Build Showcase nuxt-showcase
46s
Matrix: test-showcase-patternhub / playwright-showcases
Matrix: test-showcase-react / playwright-showcases
Matrix: test-screen-reader / playwright-screen-reader
regenerate-snapshots-components
/
🧪🎭 - Regenerate snapshots components
3m 20s
regenerate-snapshots-foundations
/
regenerate-snapshots
Matrix: test-showcase-angular / playwright-showcases
Matrix: test-showcase-stencil / playwright-showcases
Matrix: test-showcase-vue / playwright-showcases
regenerate-snapshots-patternhub
/
regenerate-snapshots
regenerate-snapshots
/
🧪🎭 - Regenerate snapshots showcases
7m 32s
deploy
/
Deploy
Annotations
135 errors, 10 warnings, and 15 notices
[chromium] › src/components/tabs/tabs.spec.tsx:55:6 › DBTabs › should have same aria-snapshot:
output/react/src/components/tabs/tabs.spec.tsx#L58
1) [chromium] › src/components/tabs/tabs.spec.tsx:55:6 › DBTabs › should have same aria-snapshot ─
Error: expect(string).toMatchSnapshot(expected)
@@ -1,8 +1,8 @@
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": TestPanel 1
Expected: /__w/mono/mono/__snapshots__/tabs/component/chromium/DBTabs-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/output/react/test-results/tabs-tabs-DBTabs-should-have-same-aria-snapshot-chromium/5f54c067a185838e5f4f-b502496042102bd5def1-actual.yaml
56 | const component = await mount(comp);
57 | const snapshot = await component.ariaSnapshot();
> 58 | expect(snapshot).toMatchSnapshot(`${testInfo.testId}.yaml`);
| ^
59 | });
60 | test('should not have A11y issues', async ({ page, mount }) => {
61 | await mount(comp);
at /__w/mono/mono/output/react/src/components/tabs/tabs.spec.tsx:58:20
|
[chromium] › src/components/tabs/tabs.spec.tsx:55:6 › DBTabs › should have same aria-snapshot:
output/react/src/components/tabs/tabs.spec.tsx#L58
1) [chromium] › src/components/tabs/tabs.spec.tsx:55:6 › DBTabs › should have same aria-snapshot ─
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -1,8 +1,8 @@
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": TestPanel 1
Expected: /__w/mono/mono/__snapshots__/tabs/component/chromium/DBTabs-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/output/react/test-results/tabs-tabs-DBTabs-should-have-same-aria-snapshot-chromium-retry1/5f54c067a185838e5f4f-b502496042102bd5def1-actual.yaml
56 | const component = await mount(comp);
57 | const snapshot = await component.ariaSnapshot();
> 58 | expect(snapshot).toMatchSnapshot(`${testInfo.testId}.yaml`);
| ^
59 | });
60 | test('should not have A11y issues', async ({ page, mount }) => {
61 | await mount(comp);
at /__w/mono/mono/output/react/src/components/tabs/tabs.spec.tsx:58:20
|
test-components / 🧪🎭 - react:1/3
Process completed with exit code 1.
|
test-components / 🧪🎭 - vue:1/3
Process completed with exit code 1.
|
[chromium] › src/components/tabs/tabs.spec.tsx:55:2 › DBTabs › should have same aria-snapshot:
output/vue/src/components/tabs/tabs.spec.tsx#L58
1) [chromium] › src/components/tabs/tabs.spec.tsx:55:2 › DBTabs › should have same aria-snapshot ─
Error: expect(string).toMatchSnapshot(expected)
@@ -1,8 +1,8 @@
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": TestPanel 1
Expected: /__w/mono/mono/__snapshots__/tabs/component/chromium/DBTabs-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/output/vue/test-results/tabs-tabs-DBTabs-should-have-same-aria-snapshot-chromium/5f54c067a185838e5f4f-b502496042102bd5def1-actual.yaml
56 | const component = await mount(comp);
57 | const snapshot = await component.ariaSnapshot();
> 58 | expect(snapshot).toMatchSnapshot(`${testInfo.testId}.yaml`);
| ^
59 | });
60 | test('should not have A11y issues', async ({ page, mount }) => {
61 | await mount(comp);
at /__w/mono/mono/output/vue/src/components/tabs/tabs.spec.tsx:58:20
|
[chromium] › src/components/tabs/tabs.spec.tsx:55:2 › DBTabs › should have same aria-snapshot:
output/vue/src/components/tabs/tabs.spec.tsx#L58
1) [chromium] › src/components/tabs/tabs.spec.tsx:55:2 › DBTabs › should have same aria-snapshot ─
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -1,8 +1,8 @@
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": TestPanel 1
Expected: /__w/mono/mono/__snapshots__/tabs/component/chromium/DBTabs-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/output/vue/test-results/tabs-tabs-DBTabs-should-have-same-aria-snapshot-chromium-retry1/5f54c067a185838e5f4f-b502496042102bd5def1-actual.yaml
56 | const component = await mount(comp);
57 | const snapshot = await component.ariaSnapshot();
> 58 | expect(snapshot).toMatchSnapshot(`${testInfo.testId}.yaml`);
| ^
59 | });
60 | test('should not have A11y issues', async ({ page, mount }) => {
61 | await mount(comp);
at /__w/mono/mono/output/vue/src/components/tabs/tabs.spec.tsx:58:20
|
[mobile_chrome] › src/components/tabs/tabs.spec.tsx:55:6 › DBTabs › should have same aria-snapshot:
output/react/src/components/tabs/tabs.spec.tsx#L58
1) [mobile_chrome] › src/components/tabs/tabs.spec.tsx:55:6 › DBTabs › should have same aria-snapshot
Error: expect(string).toMatchSnapshot(expected)
@@ -1,8 +1,8 @@
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": TestPanel 1
Expected: /__w/mono/mono/__snapshots__/tabs/component/mobile-chrome/DBTabs-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/output/react/test-results/tabs-tabs-DBTabs-should-have-same-aria-snapshot-mobile-chrome/5f54c067a185838e5f4f-4d612734cca1fb1d08e2-actual.yaml
56 | const component = await mount(comp);
57 | const snapshot = await component.ariaSnapshot();
> 58 | expect(snapshot).toMatchSnapshot(`${testInfo.testId}.yaml`);
| ^
59 | });
60 | test('should not have A11y issues', async ({ page, mount }) => {
61 | await mount(comp);
at /__w/mono/mono/output/react/src/components/tabs/tabs.spec.tsx:58:20
|
[mobile_chrome] › src/components/tabs/tabs.spec.tsx:55:6 › DBTabs › should have same aria-snapshot:
output/react/src/components/tabs/tabs.spec.tsx#L58
1) [mobile_chrome] › src/components/tabs/tabs.spec.tsx:55:6 › DBTabs › should have same aria-snapshot
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -1,8 +1,8 @@
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": TestPanel 1
Expected: /__w/mono/mono/__snapshots__/tabs/component/mobile-chrome/DBTabs-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/output/react/test-results/tabs-tabs-DBTabs-should-have-same-aria-snapshot-mobile-chrome-retry1/5f54c067a185838e5f4f-4d612734cca1fb1d08e2-actual.yaml
56 | const component = await mount(comp);
57 | const snapshot = await component.ariaSnapshot();
> 58 | expect(snapshot).toMatchSnapshot(`${testInfo.testId}.yaml`);
| ^
59 | });
60 | test('should not have A11y issues', async ({ page, mount }) => {
61 | await mount(comp);
at /__w/mono/mono/output/react/src/components/tabs/tabs.spec.tsx:58:20
|
test-components / 🧪🎭 - react:3/3
Process completed with exit code 1.
|
[firefox] › src/components/tabs/tabs.spec.tsx:55:6 › DBTabs › should have same aria-snapshot:
output/react/src/components/tabs/tabs.spec.tsx#L58
1) [firefox] › src/components/tabs/tabs.spec.tsx:55:6 › DBTabs › should have same aria-snapshot ──
Error: expect(string).toMatchSnapshot(expected)
@@ -1,8 +1,8 @@
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": TestPanel 1
Expected: /__w/mono/mono/__snapshots__/tabs/component/firefox/DBTabs-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/output/react/test-results/tabs-tabs-DBTabs-should-have-same-aria-snapshot-firefox/5f54c067a185838e5f4f-05ed86dbe66f846568f2-actual.yaml
56 | const component = await mount(comp);
57 | const snapshot = await component.ariaSnapshot();
> 58 | expect(snapshot).toMatchSnapshot(`${testInfo.testId}.yaml`);
| ^
59 | });
60 | test('should not have A11y issues', async ({ page, mount }) => {
61 | await mount(comp);
at /__w/mono/mono/output/react/src/components/tabs/tabs.spec.tsx:58:20
|
[firefox] › src/components/tabs/tabs.spec.tsx:55:6 › DBTabs › should have same aria-snapshot:
output/react/src/components/tabs/tabs.spec.tsx#L58
1) [firefox] › src/components/tabs/tabs.spec.tsx:55:6 › DBTabs › should have same aria-snapshot ──
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -1,8 +1,8 @@
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": TestPanel 1
Expected: /__w/mono/mono/__snapshots__/tabs/component/firefox/DBTabs-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/output/react/test-results/tabs-tabs-DBTabs-should-have-same-aria-snapshot-firefox-retry1/5f54c067a185838e5f4f-05ed86dbe66f846568f2-actual.yaml
56 | const component = await mount(comp);
57 | const snapshot = await component.ariaSnapshot();
> 58 | expect(snapshot).toMatchSnapshot(`${testInfo.testId}.yaml`);
| ^
59 | });
60 | test('should not have A11y issues', async ({ page, mount }) => {
61 | await mount(comp);
at /__w/mono/mono/output/react/src/components/tabs/tabs.spec.tsx:58:20
|
test-components / 🧪🎭 - react:2/3
Process completed with exit code 1.
|
[firefox] › src/components/tabs/tabs.spec.tsx:55:2 › DBTabs › should have same aria-snapshot:
output/vue/src/components/tabs/tabs.spec.tsx#L58
1) [firefox] › src/components/tabs/tabs.spec.tsx:55:2 › DBTabs › should have same aria-snapshot ──
Error: expect(string).toMatchSnapshot(expected)
@@ -1,8 +1,8 @@
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": TestPanel 1
Expected: /__w/mono/mono/__snapshots__/tabs/component/firefox/DBTabs-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/output/vue/test-results/tabs-tabs-DBTabs-should-have-same-aria-snapshot-firefox/5f54c067a185838e5f4f-05ed86dbe66f846568f2-actual.yaml
56 | const component = await mount(comp);
57 | const snapshot = await component.ariaSnapshot();
> 58 | expect(snapshot).toMatchSnapshot(`${testInfo.testId}.yaml`);
| ^
59 | });
60 | test('should not have A11y issues', async ({ page, mount }) => {
61 | await mount(comp);
at /__w/mono/mono/output/vue/src/components/tabs/tabs.spec.tsx:58:20
|
[firefox] › src/components/tabs/tabs.spec.tsx:55:2 › DBTabs › should have same aria-snapshot:
output/vue/src/components/tabs/tabs.spec.tsx#L58
1) [firefox] › src/components/tabs/tabs.spec.tsx:55:2 › DBTabs › should have same aria-snapshot ──
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -1,8 +1,8 @@
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": TestPanel 1
Expected: /__w/mono/mono/__snapshots__/tabs/component/firefox/DBTabs-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/output/vue/test-results/tabs-tabs-DBTabs-should-have-same-aria-snapshot-firefox-retry1/5f54c067a185838e5f4f-05ed86dbe66f846568f2-actual.yaml
56 | const component = await mount(comp);
57 | const snapshot = await component.ariaSnapshot();
> 58 | expect(snapshot).toMatchSnapshot(`${testInfo.testId}.yaml`);
| ^
59 | });
60 | test('should not have A11y issues', async ({ page, mount }) => {
61 | await mount(comp);
at /__w/mono/mono/output/vue/src/components/tabs/tabs.spec.tsx:58:20
|
test-components / 🧪🎭 - vue:2/3
Process completed with exit code 1.
|
test-components / 🧪🎭 - vue:3/3
Process completed with exit code 1.
|
[mobile_chrome] › src/components/tabs/tabs.spec.tsx:55:2 › DBTabs › should have same aria-snapshot:
output/vue/src/components/tabs/tabs.spec.tsx#L58
1) [mobile_chrome] › src/components/tabs/tabs.spec.tsx:55:2 › DBTabs › should have same aria-snapshot
Error: expect(string).toMatchSnapshot(expected)
@@ -1,8 +1,8 @@
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": TestPanel 1
Expected: /__w/mono/mono/__snapshots__/tabs/component/mobile-chrome/DBTabs-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/output/vue/test-results/tabs-tabs-DBTabs-should-have-same-aria-snapshot-mobile-chrome/5f54c067a185838e5f4f-4d612734cca1fb1d08e2-actual.yaml
56 | const component = await mount(comp);
57 | const snapshot = await component.ariaSnapshot();
> 58 | expect(snapshot).toMatchSnapshot(`${testInfo.testId}.yaml`);
| ^
59 | });
60 | test('should not have A11y issues', async ({ page, mount }) => {
61 | await mount(comp);
at /__w/mono/mono/output/vue/src/components/tabs/tabs.spec.tsx:58:20
|
[mobile_chrome] › src/components/tabs/tabs.spec.tsx:55:2 › DBTabs › should have same aria-snapshot:
output/vue/src/components/tabs/tabs.spec.tsx#L58
1) [mobile_chrome] › src/components/tabs/tabs.spec.tsx:55:2 › DBTabs › should have same aria-snapshot
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -1,8 +1,8 @@
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": TestPanel 1
Expected: /__w/mono/mono/__snapshots__/tabs/component/mobile-chrome/DBTabs-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/output/vue/test-results/tabs-tabs-DBTabs-should-have-same-aria-snapshot-mobile-chrome-retry1/5f54c067a185838e5f4f-4d612734cca1fb1d08e2-actual.yaml
56 | const component = await mount(comp);
57 | const snapshot = await component.ariaSnapshot();
> 58 | expect(snapshot).toMatchSnapshot(`${testInfo.testId}.yaml`);
| ^
59 | });
60 | test('should not have A11y issues', async ({ page, mount }) => {
61 | await mount(comp);
at /__w/mono/mono/output/vue/src/components/tabs/tabs.spec.tsx:58:20
|
[mobile_chrome] › showcases/e2e/default.ts:219:2 › DBTabItem › should have same aria-snapshot:
showcases/e2e/default.ts#L232
1) [mobile_chrome] › showcases/e2e/default.ts:219:2 › DBTabItem › should have same aria-snapshot ─
Error: expect(string).toMatchSnapshot(expected)
@@ -1,51 +1,51 @@
- main:
- heading "DBTabItem" [level=1]
- link "Density arrow_up_right\" / \""
- tablist:
- - tab "Functional": "on"
+ - tab "Functional"
- text: Functional
- tablist:
- - tab "(Default) Regular": "on"
+ - tab "(Default) Regular"
- text: (Default) Regular
- tablist:
- - tab "Expressive": "on"
+ - tab "Expressive"
- text: Expressive
- link "States arrow_up_right\" / \""
- tablist:
- - tab "(Default) Enabled": "on"
+ - tab "(Default) Enabled"
- text: (Default) Enabled
- tablist:
- - tab "active" [selected]: "on"
+ - tab "active" [selected]
- text: active
- tablist:
- - tab "disabled" [disabled]: "on"
+ - tab "disabled" [disabled]
- text: disabled
- link "Content arrow_up_right\" / \""
- tablist:
- - tab "(Default) Text": "on"
+ - tab "(Default) Text"
- text: (Default) Text
- tablist:
- text: x_placeholder" / "
- - tab "x_placeholder\" / \" Text - Icon (Leading)": "on"
+ - tab "x_placeholder\" / \" Text - Icon (Leading)"
- text: Text - Icon (Leading)
- tablist:
- - tab "Text - Icon (Trailing) x_placeholder\" / \"": "on"
+ - tab "Text - Icon (Trailing) x_placeholder\" / \""
- text: Text - Icon (Trailing) x_placeholder" / "
- tablist:
- text: x_placeholder" / "
- - tab "x_placeholder\" / \" Icon": "on"
+ - tab "x_placeholder\" / \" Icon"
- text: Icon
- link "Behaviour arrow_up_right\" / \""
- tablist:
- - tab "(Default) Auto Width": "on"
+ - tab "(Default) Auto Width"
- text: (Default) Auto Width
- tablist:
- - tab "Width full": "on"
+ - tab "Width full"
- text: Width full
- link "Content Alignment Full Width arrow_up_right\" / \""
- tablist:
- - tab "Left": "on"
+ - tab "Left"
- text: Left
- tablist:
- - tab "Centered": "on"
+ - tab "Centered"
- 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/angular-showcase/test-results/tab-item-tab-item-snapshot-be296-uld-have-same-aria-snapshot-mobile-chrome/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[mobile_chrome] › showcases/e2e/default.ts:219:2 › DBTabItem › should have same aria-snapshot:
showcases/e2e/default.ts#L232
1) [mobile_chrome] › showcases/e2e/default.ts:219:2 › DBTabItem › should have same aria-snapshot ─
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -1,51 +1,51 @@
- main:
- heading "DBTabItem" [level=1]
- link "Density arrow_up_right\" / \""
- tablist:
- - tab "Functional": "on"
+ - tab "Functional"
- text: Functional
- tablist:
- - tab "(Default) Regular": "on"
+ - tab "(Default) Regular"
- text: (Default) Regular
- tablist:
- - tab "Expressive": "on"
+ - tab "Expressive"
- text: Expressive
- link "States arrow_up_right\" / \""
- tablist:
- - tab "(Default) Enabled": "on"
+ - tab "(Default) Enabled"
- text: (Default) Enabled
- tablist:
- - tab "active" [selected]: "on"
+ - tab "active" [selected]
- text: active
- tablist:
- - tab "disabled" [disabled]: "on"
+ - tab "disabled" [disabled]
- text: disabled
- link "Content arrow_up_right\" / \""
- tablist:
- - tab "(Default) Text": "on"
+ - tab "(Default) Text"
- text: (Default) Text
- tablist:
- text: x_placeholder" / "
- - tab "x_placeholder\" / \" Text - Icon (Leading)": "on"
+ - tab "x_placeholder\" / \" Text - Icon (Leading)"
- text: Text - Icon (Leading)
- tablist:
- - tab "Text - Icon (Trailing) x_placeholder\" / \"": "on"
+ - tab "Text - Icon (Trailing) x_placeholder\" / \""
- text: Text - Icon (Trailing) x_placeholder" / "
- tablist:
- text: x_placeholder" / "
- - tab "x_placeholder\" / \" Icon": "on"
+ - tab "x_placeholder\" / \" Icon"
- text: Icon
- link "Behaviour arrow_up_right\" / \""
- tablist:
- - tab "(Default) Auto Width": "on"
+ - tab "(Default) Auto Width"
- text: (Default) Auto Width
- tablist:
- - tab "Width full": "on"
+ - tab "Width full"
- text: Width full
- link "Content Alignment Full Width arrow_up_right\" / \""
- tablist:
- - tab "Left": "on"
+ - tab "Left"
- text: Left
- tablist:
- - tab "Centered": "on"
+ - tab "Centered"
- 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/angular-showcase/test-results/tab-item-tab-item-snapshot-be296-uld-have-same-aria-snapshot-mobile-chrome-retry1/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[mobile_chrome] › showcases/e2e/default.ts:219:2 › DBTabs › should have same aria-snapshot:
showcases/e2e/default.ts#L232
2) [mobile_chrome] › showcases/e2e/default.ts:219:2 › DBTabs › should have same aria-snapshot ────
Error: expect(string).toMatchSnapshot(expected)
@@ -1,132 +1,132 @@
- main:
- heading "DBTabs" [level=1]
- link "Density arrow_up_right\" / \""
- text: "Functional:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "(Default) Regular:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "Expressive:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- link "Orientation arrow_up_right\" / \""
- text: "horizontal:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "vertical:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- link "Width arrow_up_right\" / \""
- text: "auto:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "full - alignment: start:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "full - alignment: center:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- link "Overflow arrow_up_right\" / \""
- text: "no overflow:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- 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"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Te
|
[mobile_chrome] › showcases/e2e/default.ts:219:2 › DBTabs › should have same aria-snapshot:
showcases/e2e/default.ts#L232
2) [mobile_chrome] › showcases/e2e/default.ts:219:2 › DBTabs › should have same aria-snapshot ────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -1,132 +1,132 @@
- main:
- heading "DBTabs" [level=1]
- link "Density arrow_up_right\" / \""
- text: "Functional:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "(Default) Regular:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "Expressive:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- link "Orientation arrow_up_right\" / \""
- text: "horizontal:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "vertical:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- link "Width arrow_up_right\" / \""
- text: "auto:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "full - alignment: start:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "full - alignment: center:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- link "Overflow arrow_up_right\" / \""
- text: "no overflow:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- 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"
+ - tab "Test 1" [selected]
- text: Test 1
|
[mobile_chrome] › showcases/e2e/default.ts:219:2 › DBTag › should have same aria-snapshot:
showcases/e2e/default.ts#L232
3) [mobile_chrome] › showcases/e2e/default.ts:219:2 › DBTag › should have same aria-snapshot ─────
Error: expect(string).toMatchSnapshot(expected)
@@ -9,24 +9,24 @@
- link "Behaviour arrow_up_right\" / \""
- group "Behaviour":
- text: (Default) Static
- button "Interactive Button"
- link "Interactive Link"
- - checkbox "Interactive Checkbox": "on"
+ - checkbox "Interactive Checkbox"
- text: Interactive Checkbox
- - radio "Interactive Radio 1": "on"
+ - radio "Interactive Radio 1"
- text: Interactive Radio 1
- - radio "Interactive Radio 2": "on"
+ - radio "Interactive Radio 2"
- text: Interactive Radio 2 Removeable
- button "cross\" / \" Remove tag"
- link "State arrow_up_right\" / \""
- group "State":
- - checkbox "(Default) Unchecked": "on"
+ - checkbox "(Default) Unchecked"
- text: (Default) Unchecked
- - checkbox "Checked" [checked]: "on"
+ - checkbox "Checked" [checked]
- text: Checked
- - checkbox "Disabled" [checked] [disabled]: "on"
+ - checkbox "Disabled" [checked] [disabled]
- text: Disabled
- link "Content arrow_up_right\" / \""
- text: (Default) Text x_placeholder" / " Icon x_placeholder" / " Icon & Text
- link "Overflow arrow_up_right\" / \""
- text: (Default) No Overflow With Overflow (max-width)
@@ -35,11 +35,11 @@
- text: x_placeholder" / "
- button "Interactive Strong Button with Icon"
- text: x_placeholder" / "
- link "Interactive Strong Link with Icon"
- text: x_placeholder" / "
- - checkbox "Interactive Strong Checkbox with Icon": "on"
+ - checkbox "Interactive Strong Checkbox with Icon"
- text: Interactive Strong Checkbox with Icon x_placeholder" / "
- - radio "Interactive Strong Radio 1 with Icon": "on"
+ - radio "Interactive Strong Radio 1 with Icon"
- text: Interactive Strong Radio 1 with Icon x_placeholder" / "
- - radio "Interactive Strong Radio 2 with Icon": "on"
+ - radio "Interactive Strong Radio 2 with Icon"
- text: Interactive Strong Radio 2 with Icon
Expected: /__w/mono/mono/__snapshots__/tag/showcase/mobile-chrome/should-have-same-aria-snapshot/DBTag-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/angular-showcase/test-results/tag-tag-snapshot-DBTag-should-have-same-aria-snapshot-mobile-chrome/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[mobile_chrome] › showcases/e2e/default.ts:219:2 › DBTag › should have same aria-snapshot:
showcases/e2e/default.ts#L232
3) [mobile_chrome] › showcases/e2e/default.ts:219:2 › DBTag › should have same aria-snapshot ─────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -9,24 +9,24 @@
- link "Behaviour arrow_up_right\" / \""
- group "Behaviour":
- text: (Default) Static
- button "Interactive Button"
- link "Interactive Link"
- - checkbox "Interactive Checkbox": "on"
+ - checkbox "Interactive Checkbox"
- text: Interactive Checkbox
- - radio "Interactive Radio 1": "on"
+ - radio "Interactive Radio 1"
- text: Interactive Radio 1
- - radio "Interactive Radio 2": "on"
+ - radio "Interactive Radio 2"
- text: Interactive Radio 2 Removeable
- button "cross\" / \" Remove tag"
- link "State arrow_up_right\" / \""
- group "State":
- - checkbox "(Default) Unchecked": "on"
+ - checkbox "(Default) Unchecked"
- text: (Default) Unchecked
- - checkbox "Checked" [checked]: "on"
+ - checkbox "Checked" [checked]
- text: Checked
- - checkbox "Disabled" [checked] [disabled]: "on"
+ - checkbox "Disabled" [checked] [disabled]
- text: Disabled
- link "Content arrow_up_right\" / \""
- text: (Default) Text x_placeholder" / " Icon x_placeholder" / " Icon & Text
- link "Overflow arrow_up_right\" / \""
- text: (Default) No Overflow With Overflow (max-width)
@@ -35,11 +35,11 @@
- text: x_placeholder" / "
- button "Interactive Strong Button with Icon"
- text: x_placeholder" / "
- link "Interactive Strong Link with Icon"
- text: x_placeholder" / "
- - checkbox "Interactive Strong Checkbox with Icon": "on"
+ - checkbox "Interactive Strong Checkbox with Icon"
- text: Interactive Strong Checkbox with Icon x_placeholder" / "
- - radio "Interactive Strong Radio 1 with Icon": "on"
+ - radio "Interactive Strong Radio 1 with Icon"
- text: Interactive Strong Radio 1 with Icon x_placeholder" / "
- - radio "Interactive Strong Radio 2 with Icon": "on"
+ - radio "Interactive Strong Radio 2 with Icon"
- text: Interactive Strong Radio 2 with Icon
Expected: /__w/mono/mono/__snapshots__/tag/showcase/mobile-chrome/should-have-same-aria-snapshot/DBTag-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/angular-showcase/test-results/tag-tag-snapshot-DBTag-should-have-same-aria-snapshot-mobile-chrome-retry1/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
test-showcase-angular / 🧪🎭 - angular-showcase:5/6
Process completed with exit code 1.
|
test-showcase-angular / 🧪🎭 - angular-showcase:2/6
Process completed with exit code 1.
|
[chromium-highContrast] › showcases/e2e/default.ts:219:2 › DBTabItem › should have same aria-snapshot:
showcases/e2e/default.ts#L232
1) [chromium-highContrast] › showcases/e2e/default.ts:219:2 › DBTabItem › should have same aria-snapshot
Error: expect(string).toMatchSnapshot(expected)
@@ -1,51 +1,51 @@
- main:
- heading "DBTabItem" [level=1]
- link "Density arrow_up_right\" / \""
- tablist:
- - tab "Functional": "on"
+ - tab "Functional"
- text: Functional
- tablist:
- - tab "(Default) Regular": "on"
+ - tab "(Default) Regular"
- text: (Default) Regular
- tablist:
- - tab "Expressive": "on"
+ - tab "Expressive"
- text: Expressive
- link "States arrow_up_right\" / \""
- tablist:
- - tab "(Default) Enabled": "on"
+ - tab "(Default) Enabled"
- text: (Default) Enabled
- tablist:
- - tab "active" [selected]: "on"
+ - tab "active" [selected]
- text: active
- tablist:
- - tab "disabled" [disabled]: "on"
+ - tab "disabled" [disabled]
- text: disabled
- link "Content arrow_up_right\" / \""
- tablist:
- - tab "(Default) Text": "on"
+ - tab "(Default) Text"
- text: (Default) Text
- tablist:
- text: x_placeholder" / "
- - tab "x_placeholder\" / \" Text - Icon (Leading)": "on"
+ - tab "x_placeholder\" / \" Text - Icon (Leading)"
- text: Text - Icon (Leading)
- tablist:
- - tab "Text - Icon (Trailing) x_placeholder\" / \"": "on"
+ - tab "Text - Icon (Trailing) x_placeholder\" / \""
- text: Text - Icon (Trailing) x_placeholder" / "
- tablist:
- text: x_placeholder" / "
- - tab "x_placeholder\" / \" Icon": "on"
+ - tab "x_placeholder\" / \" Icon"
- text: Icon
- link "Behaviour arrow_up_right\" / \""
- tablist:
- - tab "(Default) Auto Width": "on"
+ - tab "(Default) Auto Width"
- text: (Default) Auto Width
- tablist:
- - tab "Width full": "on"
+ - tab "Width full"
- text: Width full
- link "Content Alignment Full Width arrow_up_right\" / \""
- tablist:
- - tab "Left": "on"
+ - tab "Left"
- text: Left
- tablist:
- - tab "Centered": "on"
+ - tab "Centered"
- 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/angular-showcase/test-results/tab-item-tab-item-snapshot-be296-uld-have-same-aria-snapshot-chromium-highContrast/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[chromium-highContrast] › showcases/e2e/default.ts:219:2 › DBTabItem › should have same aria-snapshot:
showcases/e2e/default.ts#L232
1) [chromium-highContrast] › showcases/e2e/default.ts:219:2 › DBTabItem › should have same aria-snapshot
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -1,51 +1,51 @@
- main:
- heading "DBTabItem" [level=1]
- link "Density arrow_up_right\" / \""
- tablist:
- - tab "Functional": "on"
+ - tab "Functional"
- text: Functional
- tablist:
- - tab "(Default) Regular": "on"
+ - tab "(Default) Regular"
- text: (Default) Regular
- tablist:
- - tab "Expressive": "on"
+ - tab "Expressive"
- text: Expressive
- link "States arrow_up_right\" / \""
- tablist:
- - tab "(Default) Enabled": "on"
+ - tab "(Default) Enabled"
- text: (Default) Enabled
- tablist:
- - tab "active" [selected]: "on"
+ - tab "active" [selected]
- text: active
- tablist:
- - tab "disabled" [disabled]: "on"
+ - tab "disabled" [disabled]
- text: disabled
- link "Content arrow_up_right\" / \""
- tablist:
- - tab "(Default) Text": "on"
+ - tab "(Default) Text"
- text: (Default) Text
- tablist:
- text: x_placeholder" / "
- - tab "x_placeholder\" / \" Text - Icon (Leading)": "on"
+ - tab "x_placeholder\" / \" Text - Icon (Leading)"
- text: Text - Icon (Leading)
- tablist:
- - tab "Text - Icon (Trailing) x_placeholder\" / \"": "on"
+ - tab "Text - Icon (Trailing) x_placeholder\" / \""
- text: Text - Icon (Trailing) x_placeholder" / "
- tablist:
- text: x_placeholder" / "
- - tab "x_placeholder\" / \" Icon": "on"
+ - tab "x_placeholder\" / \" Icon"
- text: Icon
- link "Behaviour arrow_up_right\" / \""
- tablist:
- - tab "(Default) Auto Width": "on"
+ - tab "(Default) Auto Width"
- text: (Default) Auto Width
- tablist:
- - tab "Width full": "on"
+ - tab "Width full"
- text: Width full
- link "Content Alignment Full Width arrow_up_right\" / \""
- tablist:
- - tab "Left": "on"
+ - tab "Left"
- text: Left
- tablist:
- - tab "Centered": "on"
+ - tab "Centered"
- 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/angular-showcase/test-results/tab-item-tab-item-snapshot-be296-uld-have-same-aria-snapshot-chromium-highContrast-retry1/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[chromium-highContrast] › showcases/e2e/default.ts:219:2 › DBTabs › should have same aria-snapshot:
showcases/e2e/default.ts#L232
2) [chromium-highContrast] › showcases/e2e/default.ts:219:2 › DBTabs › should have same aria-snapshot
Error: expect(string).toMatchSnapshot(expected)
@@ -1,132 +1,132 @@
- main:
- heading "DBTabs" [level=1]
- link "Density arrow_up_right\" / \""
- text: "Functional:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "(Default) Regular:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "Expressive:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- link "Orientation arrow_up_right\" / \""
- text: "horizontal:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "vertical:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- link "Width arrow_up_right\" / \""
- text: "auto:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "full - alignment: start:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "full - alignment: center:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- link "Overflow arrow_up_right\" / \""
- text: "no overflow:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- 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"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab
|
[chromium-highContrast] › showcases/e2e/default.ts:219:2 › DBTabs › should have same aria-snapshot:
showcases/e2e/default.ts#L232
2) [chromium-highContrast] › showcases/e2e/default.ts:219:2 › DBTabs › should have same aria-snapshot
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -1,132 +1,132 @@
- main:
- heading "DBTabs" [level=1]
- link "Density arrow_up_right\" / \""
- text: "Functional:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "(Default) Regular:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "Expressive:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- link "Orientation arrow_up_right\" / \""
- text: "horizontal:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "vertical:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- link "Width arrow_up_right\" / \""
- text: "auto:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "full - alignment: start:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "full - alignment: center:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- link "Overflow arrow_up_right\" / \""
- text: "no overflow:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- 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"
+ - tab "Test 1" [selected]
- text: Test
|
[chromium-highContrast] › showcases/e2e/default.ts:219:2 › DBTag › should have same aria-snapshot:
showcases/e2e/default.ts#L232
3) [chromium-highContrast] › showcases/e2e/default.ts:219:2 › DBTag › should have same aria-snapshot
Error: expect(string).toMatchSnapshot(expected)
@@ -9,24 +9,24 @@
- link "Behaviour arrow_up_right\" / \""
- group "Behaviour":
- text: (Default) Static
- button "Interactive Button"
- link "Interactive Link"
- - checkbox "Interactive Checkbox": "on"
+ - checkbox "Interactive Checkbox"
- text: Interactive Checkbox
- - radio "Interactive Radio 1": "on"
+ - radio "Interactive Radio 1"
- text: Interactive Radio 1
- - radio "Interactive Radio 2": "on"
+ - radio "Interactive Radio 2"
- text: Interactive Radio 2 Removeable
- button "cross\" / \" Remove tag"
- link "State arrow_up_right\" / \""
- group "State":
- - checkbox "(Default) Unchecked": "on"
+ - checkbox "(Default) Unchecked"
- text: (Default) Unchecked
- - checkbox "Checked" [checked]: "on"
+ - checkbox "Checked" [checked]
- text: Checked
- - checkbox "Disabled" [checked] [disabled]: "on"
+ - checkbox "Disabled" [checked] [disabled]
- text: Disabled
- link "Content arrow_up_right\" / \""
- text: (Default) Text x_placeholder" / " Icon x_placeholder" / " Icon & Text
- link "Overflow arrow_up_right\" / \""
- text: (Default) No Overflow With Overflow (max-width)
@@ -35,11 +35,11 @@
- text: x_placeholder" / "
- button "Interactive Strong Button with Icon"
- text: x_placeholder" / "
- link "Interactive Strong Link with Icon"
- text: x_placeholder" / "
- - checkbox "Interactive Strong Checkbox with Icon": "on"
+ - checkbox "Interactive Strong Checkbox with Icon"
- text: Interactive Strong Checkbox with Icon x_placeholder" / "
- - radio "Interactive Strong Radio 1 with Icon": "on"
+ - radio "Interactive Strong Radio 1 with Icon"
- text: Interactive Strong Radio 1 with Icon x_placeholder" / "
- - radio "Interactive Strong Radio 2 with Icon": "on"
+ - radio "Interactive Strong Radio 2 with Icon"
- text: Interactive Strong Radio 2 with Icon
Expected: /__w/mono/mono/__snapshots__/tag/showcase/chromium-highContrast/should-have-same-aria-snapshot/DBTag-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/angular-showcase/test-results/tag-tag-snapshot-DBTag-should-have-same-aria-snapshot-chromium-highContrast/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[chromium-highContrast] › showcases/e2e/default.ts:219:2 › DBTag › should have same aria-snapshot:
showcases/e2e/default.ts#L232
3) [chromium-highContrast] › showcases/e2e/default.ts:219:2 › DBTag › should have same aria-snapshot
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -9,24 +9,24 @@
- link "Behaviour arrow_up_right\" / \""
- group "Behaviour":
- text: (Default) Static
- button "Interactive Button"
- link "Interactive Link"
- - checkbox "Interactive Checkbox": "on"
+ - checkbox "Interactive Checkbox"
- text: Interactive Checkbox
- - radio "Interactive Radio 1": "on"
+ - radio "Interactive Radio 1"
- text: Interactive Radio 1
- - radio "Interactive Radio 2": "on"
+ - radio "Interactive Radio 2"
- text: Interactive Radio 2 Removeable
- button "cross\" / \" Remove tag"
- link "State arrow_up_right\" / \""
- group "State":
- - checkbox "(Default) Unchecked": "on"
+ - checkbox "(Default) Unchecked"
- text: (Default) Unchecked
- - checkbox "Checked" [checked]: "on"
+ - checkbox "Checked" [checked]
- text: Checked
- - checkbox "Disabled" [checked] [disabled]: "on"
+ - checkbox "Disabled" [checked] [disabled]
- text: Disabled
- link "Content arrow_up_right\" / \""
- text: (Default) Text x_placeholder" / " Icon x_placeholder" / " Icon & Text
- link "Overflow arrow_up_right\" / \""
- text: (Default) No Overflow With Overflow (max-width)
@@ -35,11 +35,11 @@
- text: x_placeholder" / "
- button "Interactive Strong Button with Icon"
- text: x_placeholder" / "
- link "Interactive Strong Link with Icon"
- text: x_placeholder" / "
- - checkbox "Interactive Strong Checkbox with Icon": "on"
+ - checkbox "Interactive Strong Checkbox with Icon"
- text: Interactive Strong Checkbox with Icon x_placeholder" / "
- - radio "Interactive Strong Radio 1 with Icon": "on"
+ - radio "Interactive Strong Radio 1 with Icon"
- text: Interactive Strong Radio 1 with Icon x_placeholder" / "
- - radio "Interactive Strong Radio 2 with Icon": "on"
+ - radio "Interactive Strong Radio 2 with Icon"
- text: Interactive Strong Radio 2 with Icon
Expected: /__w/mono/mono/__snapshots__/tag/showcase/chromium-highContrast/should-have-same-aria-snapshot/DBTag-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/angular-showcase/test-results/tag-tag-snapshot-DBTag-should-have-same-aria-snapshot-chromium-highContrast-retry1/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[mobile_safari] › showcases/e2e/default.ts:219:2 › DBTabItem › should have same aria-snapshot:
showcases/e2e/default.ts#L232
1) [mobile_safari] › showcases/e2e/default.ts:219:2 › DBTabItem › should have same aria-snapshot ─
Error: expect(string).toMatchSnapshot(expected)
@@ -1,51 +1,51 @@
- main:
- heading "DBTabItem" [level=1]
- link "Density arrow_up_right\" / \""
- tablist:
- - tab "Functional": "on"
+ - tab "Functional"
- text: Functional
- tablist:
- - tab "(Default) Regular": "on"
+ - tab "(Default) Regular"
- text: (Default) Regular
- tablist:
- - tab "Expressive": "on"
+ - tab "Expressive"
- text: Expressive
- link "States arrow_up_right\" / \""
- tablist:
- - tab "(Default) Enabled": "on"
+ - tab "(Default) Enabled"
- text: (Default) Enabled
- tablist:
- - tab "active" [selected]: "on"
+ - tab "active" [selected]
- text: active
- tablist:
- - tab "disabled" [disabled]: "on"
+ - tab "disabled" [disabled]
- text: disabled
- link "Content arrow_up_right\" / \""
- tablist:
- - tab "(Default) Text": "on"
+ - tab "(Default) Text"
- text: (Default) Text
- tablist:
- text: x_placeholder" / "
- - tab "x_placeholder\" / \" Text - Icon (Leading)": "on"
+ - tab "x_placeholder\" / \" Text - Icon (Leading)"
- text: Text - Icon (Leading)
- tablist:
- - tab "Text - Icon (Trailing) x_placeholder\" / \"": "on"
+ - tab "Text - Icon (Trailing) x_placeholder\" / \""
- text: Text - Icon (Trailing) x_placeholder" / "
- tablist:
- text: x_placeholder" / "
- - tab "x_placeholder\" / \" Icon": "on"
+ - tab "x_placeholder\" / \" Icon"
- text: Icon
- link "Behaviour arrow_up_right\" / \""
- tablist:
- - tab "(Default) Auto Width": "on"
+ - tab "(Default) Auto Width"
- text: (Default) Auto Width
- tablist:
- - tab "Width full": "on"
+ - tab "Width full"
- text: Width full
- link "Content Alignment Full Width arrow_up_right\" / \""
- tablist:
- - tab "Left": "on"
+ - tab "Left"
- text: Left
- tablist:
- - tab "Centered": "on"
+ - tab "Centered"
- text: Centered
Expected: /__w/mono/mono/__snapshots__/tab-item/showcase/mobile-safari/should-have-same-aria-snapshot/DBTabItem-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/angular-showcase/test-results/tab-item-tab-item-snapshot-be296-uld-have-same-aria-snapshot-mobile-safari/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[mobile_safari] › showcases/e2e/default.ts:219:2 › DBTabItem › should have same aria-snapshot:
showcases/e2e/default.ts#L232
1) [mobile_safari] › showcases/e2e/default.ts:219:2 › DBTabItem › should have same aria-snapshot ─
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -1,51 +1,51 @@
- main:
- heading "DBTabItem" [level=1]
- link "Density arrow_up_right\" / \""
- tablist:
- - tab "Functional": "on"
+ - tab "Functional"
- text: Functional
- tablist:
- - tab "(Default) Regular": "on"
+ - tab "(Default) Regular"
- text: (Default) Regular
- tablist:
- - tab "Expressive": "on"
+ - tab "Expressive"
- text: Expressive
- link "States arrow_up_right\" / \""
- tablist:
- - tab "(Default) Enabled": "on"
+ - tab "(Default) Enabled"
- text: (Default) Enabled
- tablist:
- - tab "active" [selected]: "on"
+ - tab "active" [selected]
- text: active
- tablist:
- - tab "disabled" [disabled]: "on"
+ - tab "disabled" [disabled]
- text: disabled
- link "Content arrow_up_right\" / \""
- tablist:
- - tab "(Default) Text": "on"
+ - tab "(Default) Text"
- text: (Default) Text
- tablist:
- text: x_placeholder" / "
- - tab "x_placeholder\" / \" Text - Icon (Leading)": "on"
+ - tab "x_placeholder\" / \" Text - Icon (Leading)"
- text: Text - Icon (Leading)
- tablist:
- - tab "Text - Icon (Trailing) x_placeholder\" / \"": "on"
+ - tab "Text - Icon (Trailing) x_placeholder\" / \""
- text: Text - Icon (Trailing) x_placeholder" / "
- tablist:
- text: x_placeholder" / "
- - tab "x_placeholder\" / \" Icon": "on"
+ - tab "x_placeholder\" / \" Icon"
- text: Icon
- link "Behaviour arrow_up_right\" / \""
- tablist:
- - tab "(Default) Auto Width": "on"
+ - tab "(Default) Auto Width"
- text: (Default) Auto Width
- tablist:
- - tab "Width full": "on"
+ - tab "Width full"
- text: Width full
- link "Content Alignment Full Width arrow_up_right\" / \""
- tablist:
- - tab "Left": "on"
+ - tab "Left"
- text: Left
- tablist:
- - tab "Centered": "on"
+ - tab "Centered"
- text: Centered
Expected: /__w/mono/mono/__snapshots__/tab-item/showcase/mobile-safari/should-have-same-aria-snapshot/DBTabItem-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/angular-showcase/test-results/tab-item-tab-item-snapshot-be296-uld-have-same-aria-snapshot-mobile-safari-retry1/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[mobile_safari] › showcases/e2e/default.ts:219:2 › DBTabs › should have same aria-snapshot:
showcases/e2e/default.ts#L232
2) [mobile_safari] › showcases/e2e/default.ts:219:2 › DBTabs › should have same aria-snapshot ────
Error: expect(string).toMatchSnapshot(expected)
@@ -1,132 +1,132 @@
- main:
- heading "DBTabs" [level=1]
- link "Density arrow_up_right\" / \""
- text: "Functional:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "(Default) Regular:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "Expressive:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- link "Orientation arrow_up_right\" / \""
- text: "horizontal:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "vertical:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- link "Width arrow_up_right\" / \""
- text: "auto:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "full - alignment: start:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "full - alignment: center:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- link "Overflow arrow_up_right\" / \""
- text: "no overflow:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- 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"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Te
|
[mobile_safari] › showcases/e2e/default.ts:219:2 › DBTabs › should have same aria-snapshot:
showcases/e2e/default.ts#L232
2) [mobile_safari] › showcases/e2e/default.ts:219:2 › DBTabs › should have same aria-snapshot ────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -1,132 +1,132 @@
- main:
- heading "DBTabs" [level=1]
- link "Density arrow_up_right\" / \""
- text: "Functional:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "(Default) Regular:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "Expressive:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- link "Orientation arrow_up_right\" / \""
- text: "horizontal:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "vertical:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- link "Width arrow_up_right\" / \""
- text: "auto:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "full - alignment: start:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "full - alignment: center:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- link "Overflow arrow_up_right\" / \""
- text: "no overflow:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- 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"
+ - tab "Test 1" [selected]
- text: Test 1
|
[mobile_safari] › showcases/e2e/default.ts:219:2 › DBTag › should have same aria-snapshot:
showcases/e2e/default.ts#L232
3) [mobile_safari] › showcases/e2e/default.ts:219:2 › DBTag › should have same aria-snapshot ─────
Error: expect(string).toMatchSnapshot(expected)
@@ -9,24 +9,24 @@
- link "Behaviour arrow_up_right\" / \""
- group "Behaviour":
- text: (Default) Static
- button "Interactive Button"
- link "Interactive Link"
- - checkbox "Interactive Checkbox": "on"
+ - checkbox "Interactive Checkbox"
- text: Interactive Checkbox
- - radio "Interactive Radio 1": "on"
+ - radio "Interactive Radio 1"
- text: Interactive Radio 1
- - radio "Interactive Radio 2": "on"
+ - radio "Interactive Radio 2"
- text: Interactive Radio 2 Removeable
- button "cross\" / \" Remove tag"
- link "State arrow_up_right\" / \""
- group "State":
- - checkbox "(Default) Unchecked": "on"
+ - checkbox "(Default) Unchecked"
- text: (Default) Unchecked
- - checkbox "Checked" [checked]: "on"
+ - checkbox "Checked" [checked]
- text: Checked
- - checkbox "Disabled" [checked] [disabled]: "on"
+ - checkbox "Disabled" [checked] [disabled]
- text: Disabled
- link "Content arrow_up_right\" / \""
- text: (Default) Text x_placeholder" / " Icon x_placeholder" / " Icon & Text
- link "Overflow arrow_up_right\" / \""
- text: (Default) No Overflow With Overflow (max-width)
@@ -35,11 +35,11 @@
- text: x_placeholder" / "
- button "Interactive Strong Button with Icon"
- text: x_placeholder" / "
- link "Interactive Strong Link with Icon"
- text: x_placeholder" / "
- - checkbox "Interactive Strong Checkbox with Icon": "on"
+ - checkbox "Interactive Strong Checkbox with Icon"
- text: Interactive Strong Checkbox with Icon x_placeholder" / "
- - radio "Interactive Strong Radio 1 with Icon": "on"
+ - radio "Interactive Strong Radio 1 with Icon"
- text: Interactive Strong Radio 1 with Icon x_placeholder" / "
- - radio "Interactive Strong Radio 2 with Icon": "on"
+ - radio "Interactive Strong Radio 2 with Icon"
- text: Interactive Strong Radio 2 with Icon
Expected: /__w/mono/mono/__snapshots__/tag/showcase/mobile-safari/should-have-same-aria-snapshot/DBTag-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/angular-showcase/test-results/tag-tag-snapshot-DBTag-should-have-same-aria-snapshot-mobile-safari/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[mobile_safari] › showcases/e2e/default.ts:219:2 › DBTag › should have same aria-snapshot:
showcases/e2e/default.ts#L232
3) [mobile_safari] › showcases/e2e/default.ts:219:2 › DBTag › should have same aria-snapshot ─────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -9,24 +9,24 @@
- link "Behaviour arrow_up_right\" / \""
- group "Behaviour":
- text: (Default) Static
- button "Interactive Button"
- link "Interactive Link"
- - checkbox "Interactive Checkbox": "on"
+ - checkbox "Interactive Checkbox"
- text: Interactive Checkbox
- - radio "Interactive Radio 1": "on"
+ - radio "Interactive Radio 1"
- text: Interactive Radio 1
- - radio "Interactive Radio 2": "on"
+ - radio "Interactive Radio 2"
- text: Interactive Radio 2 Removeable
- button "cross\" / \" Remove tag"
- link "State arrow_up_right\" / \""
- group "State":
- - checkbox "(Default) Unchecked": "on"
+ - checkbox "(Default) Unchecked"
- text: (Default) Unchecked
- - checkbox "Checked" [checked]: "on"
+ - checkbox "Checked" [checked]
- text: Checked
- - checkbox "Disabled" [checked] [disabled]: "on"
+ - checkbox "Disabled" [checked] [disabled]
- text: Disabled
- link "Content arrow_up_right\" / \""
- text: (Default) Text x_placeholder" / " Icon x_placeholder" / " Icon & Text
- link "Overflow arrow_up_right\" / \""
- text: (Default) No Overflow With Overflow (max-width)
@@ -35,11 +35,11 @@
- text: x_placeholder" / "
- button "Interactive Strong Button with Icon"
- text: x_placeholder" / "
- link "Interactive Strong Link with Icon"
- text: x_placeholder" / "
- - checkbox "Interactive Strong Checkbox with Icon": "on"
+ - checkbox "Interactive Strong Checkbox with Icon"
- text: Interactive Strong Checkbox with Icon x_placeholder" / "
- - radio "Interactive Strong Radio 1 with Icon": "on"
+ - radio "Interactive Strong Radio 1 with Icon"
- text: Interactive Strong Radio 1 with Icon x_placeholder" / "
- - radio "Interactive Strong Radio 2 with Icon": "on"
+ - radio "Interactive Strong Radio 2 with Icon"
- text: Interactive Strong Radio 2 with Icon
Expected: /__w/mono/mono/__snapshots__/tag/showcase/mobile-safari/should-have-same-aria-snapshot/DBTag-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/angular-showcase/test-results/tag-tag-snapshot-DBTag-should-have-same-aria-snapshot-mobile-safari-retry1/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
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] › showcases/e2e/default.ts:219:2 › DBTabItem › should have same aria-snapshot:
showcases/e2e/default.ts#L232
1) [webkit] › showcases/e2e/default.ts:219:2 › DBTabItem › should have same aria-snapshot ────────
Error: expect(string).toMatchSnapshot(expected)
@@ -1,51 +1,51 @@
- main:
- heading "DBTabItem" [level=1]
- link "Density arrow_up_right\" / \""
- tablist:
- - tab "Functional": "on"
+ - tab "Functional"
- text: Functional
- tablist:
- - tab "(Default) Regular": "on"
+ - tab "(Default) Regular"
- text: (Default) Regular
- tablist:
- - tab "Expressive": "on"
+ - tab "Expressive"
- text: Expressive
- link "States arrow_up_right\" / \""
- tablist:
- - tab "(Default) Enabled": "on"
+ - tab "(Default) Enabled"
- text: (Default) Enabled
- tablist:
- - tab "active" [selected]: "on"
+ - tab "active" [selected]
- text: active
- tablist:
- - tab "disabled" [disabled]: "on"
+ - tab "disabled" [disabled]
- text: disabled
- link "Content arrow_up_right\" / \""
- tablist:
- - tab "(Default) Text": "on"
+ - tab "(Default) Text"
- text: (Default) Text
- tablist:
- text: x_placeholder" / "
- - tab "x_placeholder\" / \" Text - Icon (Leading)": "on"
+ - tab "x_placeholder\" / \" Text - Icon (Leading)"
- text: Text - Icon (Leading)
- tablist:
- - tab "Text - Icon (Trailing) x_placeholder\" / \"": "on"
+ - tab "Text - Icon (Trailing) x_placeholder\" / \""
- text: Text - Icon (Trailing) x_placeholder" / "
- tablist:
- text: x_placeholder" / "
- - tab "x_placeholder\" / \" Icon": "on"
+ - tab "x_placeholder\" / \" Icon"
- text: Icon
- link "Behaviour arrow_up_right\" / \""
- tablist:
- - tab "(Default) Auto Width": "on"
+ - tab "(Default) Auto Width"
- text: (Default) Auto Width
- tablist:
- - tab "Width full": "on"
+ - tab "Width full"
- text: Width full
- link "Content Alignment Full Width arrow_up_right\" / \""
- tablist:
- - tab "Left": "on"
+ - tab "Left"
- text: Left
- tablist:
- - tab "Centered": "on"
+ - tab "Centered"
- 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/angular-showcase/test-results/tab-item-tab-item-snapshot-be296-uld-have-same-aria-snapshot-webkit/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[webkit] › showcases/e2e/default.ts:219:2 › DBTabItem › should have same aria-snapshot:
showcases/e2e/default.ts#L232
1) [webkit] › showcases/e2e/default.ts:219:2 › DBTabItem › should have same aria-snapshot ────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -1,51 +1,51 @@
- main:
- heading "DBTabItem" [level=1]
- link "Density arrow_up_right\" / \""
- tablist:
- - tab "Functional": "on"
+ - tab "Functional"
- text: Functional
- tablist:
- - tab "(Default) Regular": "on"
+ - tab "(Default) Regular"
- text: (Default) Regular
- tablist:
- - tab "Expressive": "on"
+ - tab "Expressive"
- text: Expressive
- link "States arrow_up_right\" / \""
- tablist:
- - tab "(Default) Enabled": "on"
+ - tab "(Default) Enabled"
- text: (Default) Enabled
- tablist:
- - tab "active" [selected]: "on"
+ - tab "active" [selected]
- text: active
- tablist:
- - tab "disabled" [disabled]: "on"
+ - tab "disabled" [disabled]
- text: disabled
- link "Content arrow_up_right\" / \""
- tablist:
- - tab "(Default) Text": "on"
+ - tab "(Default) Text"
- text: (Default) Text
- tablist:
- text: x_placeholder" / "
- - tab "x_placeholder\" / \" Text - Icon (Leading)": "on"
+ - tab "x_placeholder\" / \" Text - Icon (Leading)"
- text: Text - Icon (Leading)
- tablist:
- - tab "Text - Icon (Trailing) x_placeholder\" / \"": "on"
+ - tab "Text - Icon (Trailing) x_placeholder\" / \""
- text: Text - Icon (Trailing) x_placeholder" / "
- tablist:
- text: x_placeholder" / "
- - tab "x_placeholder\" / \" Icon": "on"
+ - tab "x_placeholder\" / \" Icon"
- text: Icon
- link "Behaviour arrow_up_right\" / \""
- tablist:
- - tab "(Default) Auto Width": "on"
+ - tab "(Default) Auto Width"
- text: (Default) Auto Width
- tablist:
- - tab "Width full": "on"
+ - tab "Width full"
- text: Width full
- link "Content Alignment Full Width arrow_up_right\" / \""
- tablist:
- - tab "Left": "on"
+ - tab "Left"
- text: Left
- tablist:
- - tab "Centered": "on"
+ - tab "Centered"
- 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/angular-showcase/test-results/tab-item-tab-item-snapshot-be296-uld-have-same-aria-snapshot-webkit-retry1/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[webkit] › showcases/e2e/default.ts:219:2 › DBTabs › should have same aria-snapshot:
showcases/e2e/default.ts#L232
2) [webkit] › showcases/e2e/default.ts:219:2 › DBTabs › should have same aria-snapshot ───────────
Error: expect(string).toMatchSnapshot(expected)
@@ -1,132 +1,132 @@
- main:
- heading "DBTabs" [level=1]
- link "Density arrow_up_right\" / \""
- text: "Functional:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "(Default) Regular:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "Expressive:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- link "Orientation arrow_up_right\" / \""
- text: "horizontal:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "vertical:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- link "Width arrow_up_right\" / \""
- text: "auto:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "full - alignment: start:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "full - alignment: center:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- link "Overflow arrow_up_right\" / \""
- text: "no overflow:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- 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"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Te
|
[webkit] › showcases/e2e/default.ts:219:2 › DBTabs › should have same aria-snapshot:
showcases/e2e/default.ts#L232
2) [webkit] › showcases/e2e/default.ts:219:2 › DBTabs › should have same aria-snapshot ───────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -1,132 +1,132 @@
- main:
- heading "DBTabs" [level=1]
- link "Density arrow_up_right\" / \""
- text: "Functional:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "(Default) Regular:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "Expressive:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- link "Orientation arrow_up_right\" / \""
- text: "horizontal:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "vertical:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- link "Width arrow_up_right\" / \""
- text: "auto:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "full - alignment: start:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "full - alignment: center:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- link "Overflow arrow_up_right\" / \""
- text: "no overflow:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- 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"
+ - tab "Test 1" [selected]
- text: Test 1
|
[webkit] › showcases/e2e/default.ts:219:2 › DBTag › should have same aria-snapshot:
showcases/e2e/default.ts#L232
3) [webkit] › showcases/e2e/default.ts:219:2 › DBTag › should have same aria-snapshot ────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -9,24 +9,24 @@
- link "Behaviour arrow_up_right\" / \""
- group "Behaviour":
- text: (Default) Static
- button "Interactive Button"
- link "Interactive Link"
- - checkbox "Interactive Checkbox": "on"
+ - checkbox "Interactive Checkbox"
- text: Interactive Checkbox
- - radio "Interactive Radio 1": "on"
+ - radio "Interactive Radio 1"
- text: Interactive Radio 1
- - radio "Interactive Radio 2": "on"
+ - radio "Interactive Radio 2"
- text: Interactive Radio 2 Removeable
- button "cross\" / \" Remove tag"
- link "State arrow_up_right\" / \""
- group "State":
- - checkbox "(Default) Unchecked": "on"
+ - checkbox "(Default) Unchecked"
- text: (Default) Unchecked
- - checkbox "Checked" [checked]: "on"
+ - checkbox "Checked" [checked]
- text: Checked
- - checkbox "Disabled" [checked] [disabled]: "on"
+ - checkbox "Disabled" [checked] [disabled]
- text: Disabled
- link "Content arrow_up_right\" / \""
- text: (Default) Text x_placeholder" / " Icon x_placeholder" / " Icon & Text
- link "Overflow arrow_up_right\" / \""
- text: (Default) No Overflow With Overflow (max-width)
@@ -35,11 +35,11 @@
- text: x_placeholder" / "
- button "Interactive Strong Button with Icon"
- text: x_placeholder" / "
- link "Interactive Strong Link with Icon"
- text: x_placeholder" / "
- - checkbox "Interactive Strong Checkbox with Icon": "on"
+ - checkbox "Interactive Strong Checkbox with Icon"
- text: Interactive Strong Checkbox with Icon x_placeholder" / "
- - radio "Interactive Strong Radio 1 with Icon": "on"
+ - radio "Interactive Strong Radio 1 with Icon"
- text: Interactive Strong Radio 1 with Icon x_placeholder" / "
- - radio "Interactive Strong Radio 2 with Icon": "on"
+ - radio "Interactive Strong Radio 2 with Icon"
- text: Interactive Strong Radio 2 with Icon
Expected: /__w/mono/mono/__snapshots__/tag/showcase/webkit/should-have-same-aria-snapshot/DBTag-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/angular-showcase/test-results/tag-tag-snapshot-DBTag-should-have-same-aria-snapshot-webkit/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[webkit] › showcases/e2e/default.ts:219:2 › DBTag › should have same aria-snapshot:
showcases/e2e/default.ts#L232
3) [webkit] › showcases/e2e/default.ts:219:2 › DBTag › should have same aria-snapshot ────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -9,24 +9,24 @@
- link "Behaviour arrow_up_right\" / \""
- group "Behaviour":
- text: (Default) Static
- button "Interactive Button"
- link "Interactive Link"
- - checkbox "Interactive Checkbox": "on"
+ - checkbox "Interactive Checkbox"
- text: Interactive Checkbox
- - radio "Interactive Radio 1": "on"
+ - radio "Interactive Radio 1"
- text: Interactive Radio 1
- - radio "Interactive Radio 2": "on"
+ - radio "Interactive Radio 2"
- text: Interactive Radio 2 Removeable
- button "cross\" / \" Remove tag"
- link "State arrow_up_right\" / \""
- group "State":
- - checkbox "(Default) Unchecked": "on"
+ - checkbox "(Default) Unchecked"
- text: (Default) Unchecked
- - checkbox "Checked" [checked]: "on"
+ - checkbox "Checked" [checked]
- text: Checked
- - checkbox "Disabled" [checked] [disabled]: "on"
+ - checkbox "Disabled" [checked] [disabled]
- text: Disabled
- link "Content arrow_up_right\" / \""
- text: (Default) Text x_placeholder" / " Icon x_placeholder" / " Icon & Text
- link "Overflow arrow_up_right\" / \""
- text: (Default) No Overflow With Overflow (max-width)
@@ -35,11 +35,11 @@
- text: x_placeholder" / "
- button "Interactive Strong Button with Icon"
- text: x_placeholder" / "
- link "Interactive Strong Link with Icon"
- text: x_placeholder" / "
- - checkbox "Interactive Strong Checkbox with Icon": "on"
+ - checkbox "Interactive Strong Checkbox with Icon"
- text: Interactive Strong Checkbox with Icon x_placeholder" / "
- - radio "Interactive Strong Radio 1 with Icon": "on"
+ - radio "Interactive Strong Radio 1 with Icon"
- text: Interactive Strong Radio 1 with Icon x_placeholder" / "
- - radio "Interactive Strong Radio 2 with Icon": "on"
+ - radio "Interactive Strong Radio 2 with Icon"
- text: Interactive Strong Radio 2 with Icon
Expected: /__w/mono/mono/__snapshots__/tag/showcase/webkit/should-have-same-aria-snapshot/DBTag-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/angular-showcase/test-results/tag-tag-snapshot-DBTag-should-have-same-aria-snapshot-webkit-retry1/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
test-showcase-stencil / 🧪🎭 - stencil-showcase:2/6
Process completed with exit code 1.
|
[chromium] › showcases/e2e/default.ts:219:2 › DBTabItem › should have same aria-snapshot:
showcases/e2e/default.ts#L232
1) [chromium] › showcases/e2e/default.ts:219:2 › DBTabItem › should have same aria-snapshot ──────
Error: expect(string).toMatchSnapshot(expected)
@@ -1,51 +1,51 @@
- main:
- heading "DBTabItem" [level=1]
- link "Density arrow_up_right\" / \""
- tablist:
- - tab "Functional": "on"
+ - tab "Functional"
- text: Functional
- tablist:
- - tab "(Default) Regular": "on"
+ - tab "(Default) Regular"
- text: (Default) Regular
- tablist:
- - tab "Expressive": "on"
+ - tab "Expressive"
- text: Expressive
- link "States arrow_up_right\" / \""
- tablist:
- - tab "(Default) Enabled": "on"
+ - tab "(Default) Enabled"
- text: (Default) Enabled
- tablist:
- - tab "active" [selected]: "on"
+ - tab "active" [selected]
- text: active
- tablist:
- - tab "disabled" [disabled]: "on"
+ - tab "disabled" [disabled]
- text: disabled
- link "Content arrow_up_right\" / \""
- tablist:
- - tab "(Default) Text": "on"
+ - tab "(Default) Text"
- text: (Default) Text
- tablist:
- text: x_placeholder" / "
- - tab "x_placeholder\" / \" Text - Icon (Leading)": "on"
+ - tab "x_placeholder\" / \" Text - Icon (Leading)"
- text: Text - Icon (Leading)
- tablist:
- - tab "Text - Icon (Trailing) x_placeholder\" / \"": "on"
+ - tab "Text - Icon (Trailing) x_placeholder\" / \""
- text: Text - Icon (Trailing) x_placeholder" / "
- tablist:
- text: x_placeholder" / "
- - tab "x_placeholder\" / \" Icon": "on"
+ - tab "x_placeholder\" / \" Icon"
- text: Icon
- link "Behaviour arrow_up_right\" / \""
- tablist:
- - tab "(Default) Auto Width": "on"
+ - tab "(Default) Auto Width"
- text: (Default) Auto Width
- tablist:
- - tab "Width full": "on"
+ - tab "Width full"
- text: Width full
- link "Content Alignment Full Width arrow_up_right\" / \""
- tablist:
- - tab "Left": "on"
+ - tab "Left"
- text: Left
- tablist:
- - tab "Centered": "on"
+ - tab "Centered"
- 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
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[chromium] › showcases/e2e/default.ts:219:2 › DBTabItem › should have same aria-snapshot:
showcases/e2e/default.ts#L232
1) [chromium] › showcases/e2e/default.ts:219:2 › DBTabItem › should have same aria-snapshot ──────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -1,51 +1,51 @@
- main:
- heading "DBTabItem" [level=1]
- link "Density arrow_up_right\" / \""
- tablist:
- - tab "Functional": "on"
+ - tab "Functional"
- text: Functional
- tablist:
- - tab "(Default) Regular": "on"
+ - tab "(Default) Regular"
- text: (Default) Regular
- tablist:
- - tab "Expressive": "on"
+ - tab "Expressive"
- text: Expressive
- link "States arrow_up_right\" / \""
- tablist:
- - tab "(Default) Enabled": "on"
+ - tab "(Default) Enabled"
- text: (Default) Enabled
- tablist:
- - tab "active" [selected]: "on"
+ - tab "active" [selected]
- text: active
- tablist:
- - tab "disabled" [disabled]: "on"
+ - tab "disabled" [disabled]
- text: disabled
- link "Content arrow_up_right\" / \""
- tablist:
- - tab "(Default) Text": "on"
+ - tab "(Default) Text"
- text: (Default) Text
- tablist:
- text: x_placeholder" / "
- - tab "x_placeholder\" / \" Text - Icon (Leading)": "on"
+ - tab "x_placeholder\" / \" Text - Icon (Leading)"
- text: Text - Icon (Leading)
- tablist:
- - tab "Text - Icon (Trailing) x_placeholder\" / \"": "on"
+ - tab "Text - Icon (Trailing) x_placeholder\" / \""
- text: Text - Icon (Trailing) x_placeholder" / "
- tablist:
- text: x_placeholder" / "
- - tab "x_placeholder\" / \" Icon": "on"
+ - tab "x_placeholder\" / \" Icon"
- text: Icon
- link "Behaviour arrow_up_right\" / \""
- tablist:
- - tab "(Default) Auto Width": "on"
+ - tab "(Default) Auto Width"
- text: (Default) Auto Width
- tablist:
- - tab "Width full": "on"
+ - tab "Width full"
- text: Width full
- link "Content Alignment Full Width arrow_up_right\" / \""
- tablist:
- - tab "Left": "on"
+ - tab "Left"
- text: Left
- tablist:
- - tab "Centered": "on"
+ - tab "Centered"
- 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
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[chromium] › showcases/e2e/default.ts:219:2 › DBTabs › should have same aria-snapshot:
showcases/e2e/default.ts#L232
2) [chromium] › showcases/e2e/default.ts:219:2 › DBTabs › should have same aria-snapshot ─────────
Error: expect(string).toMatchSnapshot(expected)
@@ -1,132 +1,132 @@
- main:
- heading "DBTabs" [level=1]
- link "Density arrow_up_right\" / \""
- text: "Functional:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "(Default) Regular:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "Expressive:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- link "Orientation arrow_up_right\" / \""
- text: "horizontal:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "vertical:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- link "Width arrow_up_right\" / \""
- text: "auto:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "full - alignment: start:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "full - alignment: center:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- link "Overflow arrow_up_right\" / \""
- text: "no overflow:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- 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"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Te
|
[chromium] › showcases/e2e/default.ts:219:2 › DBTabs › should have same aria-snapshot:
showcases/e2e/default.ts#L232
2) [chromium] › showcases/e2e/default.ts:219:2 › DBTabs › should have same aria-snapshot ─────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -1,132 +1,132 @@
- main:
- heading "DBTabs" [level=1]
- link "Density arrow_up_right\" / \""
- text: "Functional:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "(Default) Regular:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "Expressive:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- link "Orientation arrow_up_right\" / \""
- text: "horizontal:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "vertical:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- link "Width arrow_up_right\" / \""
- text: "auto:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "full - alignment: start:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "full - alignment: center:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- link "Overflow arrow_up_right\" / \""
- text: "no overflow:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- 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"
+ - tab "Test 1" [selected]
- text: Test 1
|
[chromium] › showcases/e2e/default.ts:219:2 › DBTag › should have same aria-snapshot:
showcases/e2e/default.ts#L232
3) [chromium] › showcases/e2e/default.ts:219:2 › DBTag › should have same aria-snapshot ──────────
Error: expect(string).toMatchSnapshot(expected)
@@ -9,24 +9,24 @@
- link "Behaviour arrow_up_right\" / \""
- group "Behaviour":
- text: (Default) Static
- button "Interactive Button"
- link "Interactive Link"
- - checkbox "Interactive Checkbox": "on"
+ - checkbox "Interactive Checkbox"
- text: Interactive Checkbox
- - radio "Interactive Radio 1": "on"
+ - radio "Interactive Radio 1"
- text: Interactive Radio 1
- - radio "Interactive Radio 2": "on"
+ - radio "Interactive Radio 2"
- text: Interactive Radio 2 Removeable
- button "cross\" / \" Remove tag"
- link "State arrow_up_right\" / \""
- group "State":
- - checkbox "(Default) Unchecked": "on"
+ - checkbox "(Default) Unchecked"
- text: (Default) Unchecked
- - checkbox "Checked" [checked]: "on"
+ - checkbox "Checked" [checked]
- text: Checked
- - checkbox "Disabled" [checked] [disabled]: "on"
+ - checkbox "Disabled" [checked] [disabled]
- text: Disabled
- link "Content arrow_up_right\" / \""
- text: (Default) Text x_placeholder" / " Icon x_placeholder" / " Icon & Text
- link "Overflow arrow_up_right\" / \""
- text: (Default) No Overflow With Overflow (max-width)
@@ -35,11 +35,11 @@
- text: x_placeholder" / "
- button "Interactive Strong Button with Icon"
- text: x_placeholder" / "
- link "Interactive Strong Link with Icon"
- text: x_placeholder" / "
- - checkbox "Interactive Strong Checkbox with Icon": "on"
+ - checkbox "Interactive Strong Checkbox with Icon"
- text: Interactive Strong Checkbox with Icon x_placeholder" / "
- - radio "Interactive Strong Radio 1 with Icon": "on"
+ - radio "Interactive Strong Radio 1 with Icon"
- text: Interactive Strong Radio 1 with Icon x_placeholder" / "
- - radio "Interactive Strong Radio 2 with Icon": "on"
+ - radio "Interactive Strong Radio 2 with Icon"
- text: Interactive Strong Radio 2 with Icon
Expected: /__w/mono/mono/__snapshots__/tag/showcase/chromium/should-have-same-aria-snapshot/DBTag-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/tag-tag-snapshot-DBTag-should-have-same-aria-snapshot-chromium/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[chromium] › showcases/e2e/default.ts:219:2 › DBTag › should have same aria-snapshot:
showcases/e2e/default.ts#L232
3) [chromium] › showcases/e2e/default.ts:219:2 › DBTag › should have same aria-snapshot ──────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -9,24 +9,24 @@
- link "Behaviour arrow_up_right\" / \""
- group "Behaviour":
- text: (Default) Static
- button "Interactive Button"
- link "Interactive Link"
- - checkbox "Interactive Checkbox": "on"
+ - checkbox "Interactive Checkbox"
- text: Interactive Checkbox
- - radio "Interactive Radio 1": "on"
+ - radio "Interactive Radio 1"
- text: Interactive Radio 1
- - radio "Interactive Radio 2": "on"
+ - radio "Interactive Radio 2"
- text: Interactive Radio 2 Removeable
- button "cross\" / \" Remove tag"
- link "State arrow_up_right\" / \""
- group "State":
- - checkbox "(Default) Unchecked": "on"
+ - checkbox "(Default) Unchecked"
- text: (Default) Unchecked
- - checkbox "Checked" [checked]: "on"
+ - checkbox "Checked" [checked]
- text: Checked
- - checkbox "Disabled" [checked] [disabled]: "on"
+ - checkbox "Disabled" [checked] [disabled]
- text: Disabled
- link "Content arrow_up_right\" / \""
- text: (Default) Text x_placeholder" / " Icon x_placeholder" / " Icon & Text
- link "Overflow arrow_up_right\" / \""
- text: (Default) No Overflow With Overflow (max-width)
@@ -35,11 +35,11 @@
- text: x_placeholder" / "
- button "Interactive Strong Button with Icon"
- text: x_placeholder" / "
- link "Interactive Strong Link with Icon"
- text: x_placeholder" / "
- - checkbox "Interactive Strong Checkbox with Icon": "on"
+ - checkbox "Interactive Strong Checkbox with Icon"
- text: Interactive Strong Checkbox with Icon x_placeholder" / "
- - radio "Interactive Strong Radio 1 with Icon": "on"
+ - radio "Interactive Strong Radio 1 with Icon"
- text: Interactive Strong Radio 1 with Icon x_placeholder" / "
- - radio "Interactive Strong Radio 2 with Icon": "on"
+ - radio "Interactive Strong Radio 2 with Icon"
- text: Interactive Strong Radio 2 with Icon
Expected: /__w/mono/mono/__snapshots__/tag/showcase/chromium/should-have-same-aria-snapshot/DBTag-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/tag-tag-snapshot-DBTag-should-have-same-aria-snapshot-chromium-retry1/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
test-showcase-angular / 🧪🎭 - angular-showcase:1/6
Process completed with exit code 1.
|
[chromium] › showcases/e2e/default.ts:219:2 › DBTabItem › should have same aria-snapshot:
showcases/e2e/default.ts#L232
1) [chromium] › showcases/e2e/default.ts:219:2 › DBTabItem › should have same aria-snapshot ──────
Error: expect(string).toMatchSnapshot(expected)
@@ -1,51 +1,51 @@
- main:
- heading "DBTabItem" [level=1]
- link "Density arrow_up_right\" / \""
- tablist:
- - tab "Functional": "on"
+ - tab "Functional"
- text: Functional
- tablist:
- - tab "(Default) Regular": "on"
+ - tab "(Default) Regular"
- text: (Default) Regular
- tablist:
- - tab "Expressive": "on"
+ - tab "Expressive"
- text: Expressive
- link "States arrow_up_right\" / \""
- tablist:
- - tab "(Default) Enabled": "on"
+ - tab "(Default) Enabled"
- text: (Default) Enabled
- tablist:
- - tab "active" [selected]: "on"
+ - tab "active" [selected]
- text: active
- tablist:
- - tab "disabled" [disabled]: "on"
+ - tab "disabled" [disabled]
- text: disabled
- link "Content arrow_up_right\" / \""
- tablist:
- - tab "(Default) Text": "on"
+ - tab "(Default) Text"
- text: (Default) Text
- tablist:
- text: x_placeholder" / "
- - tab "x_placeholder\" / \" Text - Icon (Leading)": "on"
+ - tab "x_placeholder\" / \" Text - Icon (Leading)"
- text: Text - Icon (Leading)
- tablist:
- - tab "Text - Icon (Trailing) x_placeholder\" / \"": "on"
+ - tab "Text - Icon (Trailing) x_placeholder\" / \""
- text: Text - Icon (Trailing) x_placeholder" / "
- tablist:
- text: x_placeholder" / "
- - tab "x_placeholder\" / \" Icon": "on"
+ - tab "x_placeholder\" / \" Icon"
- text: Icon
- link "Behaviour arrow_up_right\" / \""
- tablist:
- - tab "(Default) Auto Width": "on"
+ - tab "(Default) Auto Width"
- text: (Default) Auto Width
- tablist:
- - tab "Width full": "on"
+ - tab "Width full"
- text: Width full
- link "Content Alignment Full Width arrow_up_right\" / \""
- tablist:
- - tab "Left": "on"
+ - tab "Left"
- text: Left
- tablist:
- - tab "Centered": "on"
+ - tab "Centered"
- 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/angular-showcase/test-results/tab-item-tab-item-snapshot-be296-uld-have-same-aria-snapshot-chromium/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[chromium] › showcases/e2e/default.ts:219:2 › DBTabItem › should have same aria-snapshot:
showcases/e2e/default.ts#L232
1) [chromium] › showcases/e2e/default.ts:219:2 › DBTabItem › should have same aria-snapshot ──────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -1,51 +1,51 @@
- main:
- heading "DBTabItem" [level=1]
- link "Density arrow_up_right\" / \""
- tablist:
- - tab "Functional": "on"
+ - tab "Functional"
- text: Functional
- tablist:
- - tab "(Default) Regular": "on"
+ - tab "(Default) Regular"
- text: (Default) Regular
- tablist:
- - tab "Expressive": "on"
+ - tab "Expressive"
- text: Expressive
- link "States arrow_up_right\" / \""
- tablist:
- - tab "(Default) Enabled": "on"
+ - tab "(Default) Enabled"
- text: (Default) Enabled
- tablist:
- - tab "active" [selected]: "on"
+ - tab "active" [selected]
- text: active
- tablist:
- - tab "disabled" [disabled]: "on"
+ - tab "disabled" [disabled]
- text: disabled
- link "Content arrow_up_right\" / \""
- tablist:
- - tab "(Default) Text": "on"
+ - tab "(Default) Text"
- text: (Default) Text
- tablist:
- text: x_placeholder" / "
- - tab "x_placeholder\" / \" Text - Icon (Leading)": "on"
+ - tab "x_placeholder\" / \" Text - Icon (Leading)"
- text: Text - Icon (Leading)
- tablist:
- - tab "Text - Icon (Trailing) x_placeholder\" / \"": "on"
+ - tab "Text - Icon (Trailing) x_placeholder\" / \""
- text: Text - Icon (Trailing) x_placeholder" / "
- tablist:
- text: x_placeholder" / "
- - tab "x_placeholder\" / \" Icon": "on"
+ - tab "x_placeholder\" / \" Icon"
- text: Icon
- link "Behaviour arrow_up_right\" / \""
- tablist:
- - tab "(Default) Auto Width": "on"
+ - tab "(Default) Auto Width"
- text: (Default) Auto Width
- tablist:
- - tab "Width full": "on"
+ - tab "Width full"
- text: Width full
- link "Content Alignment Full Width arrow_up_right\" / \""
- tablist:
- - tab "Left": "on"
+ - tab "Left"
- text: Left
- tablist:
- - tab "Centered": "on"
+ - tab "Centered"
- 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/angular-showcase/test-results/tab-item-tab-item-snapshot-be296-uld-have-same-aria-snapshot-chromium-retry1/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[chromium] › showcases/e2e/default.ts:219:2 › DBTabs › should have same aria-snapshot:
showcases/e2e/default.ts#L232
2) [chromium] › showcases/e2e/default.ts:219:2 › DBTabs › should have same aria-snapshot ─────────
Error: expect(string).toMatchSnapshot(expected)
@@ -1,132 +1,132 @@
- main:
- heading "DBTabs" [level=1]
- link "Density arrow_up_right\" / \""
- text: "Functional:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "(Default) Regular:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "Expressive:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- link "Orientation arrow_up_right\" / \""
- text: "horizontal:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "vertical:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- link "Width arrow_up_right\" / \""
- text: "auto:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "full - alignment: start:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "full - alignment: center:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- link "Overflow arrow_up_right\" / \""
- text: "no overflow:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- 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"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Te
|
[chromium] › showcases/e2e/default.ts:219:2 › DBTabs › should have same aria-snapshot:
showcases/e2e/default.ts#L232
2) [chromium] › showcases/e2e/default.ts:219:2 › DBTabs › should have same aria-snapshot ─────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -1,132 +1,132 @@
- main:
- heading "DBTabs" [level=1]
- link "Density arrow_up_right\" / \""
- text: "Functional:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "(Default) Regular:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "Expressive:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- link "Orientation arrow_up_right\" / \""
- text: "horizontal:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "vertical:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- link "Width arrow_up_right\" / \""
- text: "auto:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "full - alignment: start:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "full - alignment: center:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- link "Overflow arrow_up_right\" / \""
- text: "no overflow:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- 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"
+ - tab "Test 1" [selected]
- text: Test 1
|
[chromium] › showcases/e2e/default.ts:219:2 › DBTag › should have same aria-snapshot:
showcases/e2e/default.ts#L232
3) [chromium] › showcases/e2e/default.ts:219:2 › DBTag › should have same aria-snapshot ──────────
Error: expect(string).toMatchSnapshot(expected)
@@ -9,24 +9,24 @@
- link "Behaviour arrow_up_right\" / \""
- group "Behaviour":
- text: (Default) Static
- button "Interactive Button"
- link "Interactive Link"
- - checkbox "Interactive Checkbox": "on"
+ - checkbox "Interactive Checkbox"
- text: Interactive Checkbox
- - radio "Interactive Radio 1": "on"
+ - radio "Interactive Radio 1"
- text: Interactive Radio 1
- - radio "Interactive Radio 2": "on"
+ - radio "Interactive Radio 2"
- text: Interactive Radio 2 Removeable
- button "cross\" / \" Remove tag"
- link "State arrow_up_right\" / \""
- group "State":
- - checkbox "(Default) Unchecked": "on"
+ - checkbox "(Default) Unchecked"
- text: (Default) Unchecked
- - checkbox "Checked" [checked]: "on"
+ - checkbox "Checked" [checked]
- text: Checked
- - checkbox "Disabled" [checked] [disabled]: "on"
+ - checkbox "Disabled" [checked] [disabled]
- text: Disabled
- link "Content arrow_up_right\" / \""
- text: (Default) Text x_placeholder" / " Icon x_placeholder" / " Icon & Text
- link "Overflow arrow_up_right\" / \""
- text: (Default) No Overflow With Overflow (max-width)
@@ -35,11 +35,11 @@
- text: x_placeholder" / "
- button "Interactive Strong Button with Icon"
- text: x_placeholder" / "
- link "Interactive Strong Link with Icon"
- text: x_placeholder" / "
- - checkbox "Interactive Strong Checkbox with Icon": "on"
+ - checkbox "Interactive Strong Checkbox with Icon"
- text: Interactive Strong Checkbox with Icon x_placeholder" / "
- - radio "Interactive Strong Radio 1 with Icon": "on"
+ - radio "Interactive Strong Radio 1 with Icon"
- text: Interactive Strong Radio 1 with Icon x_placeholder" / "
- - radio "Interactive Strong Radio 2 with Icon": "on"
+ - radio "Interactive Strong Radio 2 with Icon"
- text: Interactive Strong Radio 2 with Icon
Expected: /__w/mono/mono/__snapshots__/tag/showcase/chromium/should-have-same-aria-snapshot/DBTag-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/angular-showcase/test-results/tag-tag-snapshot-DBTag-should-have-same-aria-snapshot-chromium/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[chromium] › showcases/e2e/default.ts:219:2 › DBTag › should have same aria-snapshot:
showcases/e2e/default.ts#L232
3) [chromium] › showcases/e2e/default.ts:219:2 › DBTag › should have same aria-snapshot ──────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -9,24 +9,24 @@
- link "Behaviour arrow_up_right\" / \""
- group "Behaviour":
- text: (Default) Static
- button "Interactive Button"
- link "Interactive Link"
- - checkbox "Interactive Checkbox": "on"
+ - checkbox "Interactive Checkbox"
- text: Interactive Checkbox
- - radio "Interactive Radio 1": "on"
+ - radio "Interactive Radio 1"
- text: Interactive Radio 1
- - radio "Interactive Radio 2": "on"
+ - radio "Interactive Radio 2"
- text: Interactive Radio 2 Removeable
- button "cross\" / \" Remove tag"
- link "State arrow_up_right\" / \""
- group "State":
- - checkbox "(Default) Unchecked": "on"
+ - checkbox "(Default) Unchecked"
- text: (Default) Unchecked
- - checkbox "Checked" [checked]: "on"
+ - checkbox "Checked" [checked]
- text: Checked
- - checkbox "Disabled" [checked] [disabled]: "on"
+ - checkbox "Disabled" [checked] [disabled]
- text: Disabled
- link "Content arrow_up_right\" / \""
- text: (Default) Text x_placeholder" / " Icon x_placeholder" / " Icon & Text
- link "Overflow arrow_up_right\" / \""
- text: (Default) No Overflow With Overflow (max-width)
@@ -35,11 +35,11 @@
- text: x_placeholder" / "
- button "Interactive Strong Button with Icon"
- text: x_placeholder" / "
- link "Interactive Strong Link with Icon"
- text: x_placeholder" / "
- - checkbox "Interactive Strong Checkbox with Icon": "on"
+ - checkbox "Interactive Strong Checkbox with Icon"
- text: Interactive Strong Checkbox with Icon x_placeholder" / "
- - radio "Interactive Strong Radio 1 with Icon": "on"
+ - radio "Interactive Strong Radio 1 with Icon"
- text: Interactive Strong Radio 1 with Icon x_placeholder" / "
- - radio "Interactive Strong Radio 2 with Icon": "on"
+ - radio "Interactive Strong Radio 2 with Icon"
- text: Interactive Strong Radio 2 with Icon
Expected: /__w/mono/mono/__snapshots__/tag/showcase/chromium/should-have-same-aria-snapshot/DBTag-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/angular-showcase/test-results/tag-tag-snapshot-DBTag-should-have-same-aria-snapshot-chromium-retry1/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
test-showcase-angular / 🧪🎭 - angular-showcase:3/6
Process completed with exit code 1.
|
[firefox] › showcases/e2e/default.ts:219:2 › DBTabItem › should have same aria-snapshot:
showcases/e2e/default.ts#L232
1) [firefox] › showcases/e2e/default.ts:219:2 › DBTabItem › should have same aria-snapshot ───────
Error: expect(string).toMatchSnapshot(expected)
@@ -1,49 +1,49 @@
- main:
- heading "DBTabItem" [level=1]
- link "Density arrow_up_right\" / \""
- tablist:
- - tab "Functional": "on"
+ - tab "Functional"
- text: Functional
- tablist:
- - tab "(Default) Regular": "on"
+ - tab "(Default) Regular"
- text: (Default) Regular
- tablist:
- - tab "Expressive": "on"
+ - tab "Expressive"
- text: Expressive
- link "States arrow_up_right\" / \""
- tablist:
- - tab "(Default) Enabled": "on"
+ - tab "(Default) Enabled"
- text: (Default) Enabled
- tablist:
- - tab "active" [selected]: "on"
+ - tab "active" [selected]
- text: active
- tablist:
- - tab "disabled" [disabled]: "on"
+ - tab "disabled" [disabled]
- text: disabled
- link "Content arrow_up_right\" / \""
- tablist:
- - tab "(Default) Text": "on"
+ - tab "(Default) Text"
- text: (Default) Text
- tablist:
- - tab "Text - Icon (Leading)": "on"
+ - tab "Text - Icon (Leading)"
- text: Text - Icon (Leading)
- tablist:
- - tab "Text - Icon (Trailing)": "on"
+ - tab "Text - Icon (Trailing)"
- text: Text - Icon (Trailing)
- tablist:
- - tab "Icon": "on"
+ - tab "Icon"
- text: Icon
- link "Behaviour arrow_up_right\" / \""
- tablist:
- - tab "(Default) Auto Width": "on"
+ - tab "(Default) Auto Width"
- text: (Default) Auto Width
- tablist:
- - tab "Width full": "on"
+ - tab "Width full"
- text: Width full
- link "Content Alignment Full Width arrow_up_right\" / \""
- tablist:
- - tab "Left": "on"
+ - tab "Left"
- text: Left
- tablist:
- - tab "Centered": "on"
+ - tab "Centered"
- 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/angular-showcase/test-results/tab-item-tab-item-snapshot-be296-uld-have-same-aria-snapshot-firefox/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[firefox] › showcases/e2e/default.ts:219:2 › DBTabItem › should have same aria-snapshot:
showcases/e2e/default.ts#L232
1) [firefox] › showcases/e2e/default.ts:219:2 › DBTabItem › should have same aria-snapshot ───────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -1,49 +1,49 @@
- main:
- heading "DBTabItem" [level=1]
- link "Density arrow_up_right\" / \""
- tablist:
- - tab "Functional": "on"
+ - tab "Functional"
- text: Functional
- tablist:
- - tab "(Default) Regular": "on"
+ - tab "(Default) Regular"
- text: (Default) Regular
- tablist:
- - tab "Expressive": "on"
+ - tab "Expressive"
- text: Expressive
- link "States arrow_up_right\" / \""
- tablist:
- - tab "(Default) Enabled": "on"
+ - tab "(Default) Enabled"
- text: (Default) Enabled
- tablist:
- - tab "active" [selected]: "on"
+ - tab "active" [selected]
- text: active
- tablist:
- - tab "disabled" [disabled]: "on"
+ - tab "disabled" [disabled]
- text: disabled
- link "Content arrow_up_right\" / \""
- tablist:
- - tab "(Default) Text": "on"
+ - tab "(Default) Text"
- text: (Default) Text
- tablist:
- - tab "Text - Icon (Leading)": "on"
+ - tab "Text - Icon (Leading)"
- text: Text - Icon (Leading)
- tablist:
- - tab "Text - Icon (Trailing)": "on"
+ - tab "Text - Icon (Trailing)"
- text: Text - Icon (Trailing)
- tablist:
- - tab "Icon": "on"
+ - tab "Icon"
- text: Icon
- link "Behaviour arrow_up_right\" / \""
- tablist:
- - tab "(Default) Auto Width": "on"
+ - tab "(Default) Auto Width"
- text: (Default) Auto Width
- tablist:
- - tab "Width full": "on"
+ - tab "Width full"
- text: Width full
- link "Content Alignment Full Width arrow_up_right\" / \""
- tablist:
- - tab "Left": "on"
+ - tab "Left"
- text: Left
- tablist:
- - tab "Centered": "on"
+ - tab "Centered"
- 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/angular-showcase/test-results/tab-item-tab-item-snapshot-be296-uld-have-same-aria-snapshot-firefox-retry1/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[firefox] › showcases/e2e/default.ts:219:2 › DBTabs › should have same aria-snapshot:
showcases/e2e/default.ts#L232
2) [firefox] › showcases/e2e/default.ts:219:2 › DBTabs › should have same aria-snapshot ──────────
Error: expect(string).toMatchSnapshot(expected)
@@ -1,132 +1,132 @@
- main:
- heading "DBTabs" [level=1]
- link "Density arrow_up_right\" / \""
- text: "Functional:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "(Default) Regular:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "Expressive:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- link "Orientation arrow_up_right\" / \""
- text: "horizontal:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "vertical:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- link "Width arrow_up_right\" / \""
- text: "auto:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "full - alignment: start:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "full - alignment: center:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- link "Overflow arrow_up_right\" / \""
- text: "no overflow:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "with overflow - behaviour: arrows:"
- button "Scroll right"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+
|
[firefox] › showcases/e2e/default.ts:219:2 › DBTabs › should have same aria-snapshot:
showcases/e2e/default.ts#L232
2) [firefox] › showcases/e2e/default.ts:219:2 › DBTabs › should have same aria-snapshot ──────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -1,132 +1,132 @@
- main:
- heading "DBTabs" [level=1]
- link "Density arrow_up_right\" / \""
- text: "Functional:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "(Default) Regular:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "Expressive:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- link "Orientation arrow_up_right\" / \""
- text: "horizontal:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "vertical:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- link "Width arrow_up_right\" / \""
- text: "auto:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "full - alignment: start:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "full - alignment: center:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- link "Overflow arrow_up_right\" / \""
- text: "no overflow:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "with overflow - behaviour: arrows:"
- button "Scroll right"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test
|
[firefox] › showcases/e2e/default.ts:219:2 › DBTag › should have same aria-snapshot:
showcases/e2e/default.ts#L232
3) [firefox] › showcases/e2e/default.ts:219:2 › DBTag › should have same aria-snapshot ───────────
Error: expect(string).toMatchSnapshot(expected)
@@ -9,34 +9,34 @@
- link "Behaviour arrow_up_right\" / \""
- group "Behaviour":
- text: (Default) Static
- button "Interactive Button"
- link "Interactive Link"
- - checkbox "Interactive Checkbox": "on"
+ - checkbox "Interactive Checkbox"
- text: Interactive Checkbox
- - radio "Interactive Radio 1": "on"
+ - radio "Interactive Radio 1"
- text: Interactive Radio 1
- - radio "Interactive Radio 2": "on"
+ - radio "Interactive Radio 2"
- text: Interactive Radio 2 Removeable
- button "Remove tag"
- link "State arrow_up_right\" / \""
- group "State":
- - checkbox "(Default) Unchecked": "on"
+ - checkbox "(Default) Unchecked"
- text: (Default) Unchecked
- - checkbox "Checked" [checked]: "on"
+ - checkbox "Checked" [checked]
- text: Checked
- - checkbox "Disabled" [checked] [disabled]: "on"
+ - checkbox "Disabled" [checked] [disabled]
- text: Disabled
- link "Content arrow_up_right\" / \""
- text: (Default) Text Icon Icon & Text
- link "Overflow arrow_up_right\" / \""
- text: (Default) No Overflow With Overflow (max-width)
- link "Example arrow_up_right\" / \""
- group "Example":
- button "Interactive Strong Button with Icon"
- link "Interactive Strong Link with Icon"
- - checkbox "Interactive Strong Checkbox with Icon": "on"
+ - checkbox "Interactive Strong Checkbox with Icon"
- text: Interactive Strong Checkbox with Icon
- - radio "Interactive Strong Radio 1 with Icon": "on"
+ - radio "Interactive Strong Radio 1 with Icon"
- text: Interactive Strong Radio 1 with Icon
- - radio "Interactive Strong Radio 2 with Icon": "on"
+ - radio "Interactive Strong Radio 2 with Icon"
- text: Interactive Strong Radio 2 with Icon
Expected: /__w/mono/mono/__snapshots__/tag/showcase/firefox/should-have-same-aria-snapshot/DBTag-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/angular-showcase/test-results/tag-tag-snapshot-DBTag-should-have-same-aria-snapshot-firefox/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[firefox] › showcases/e2e/default.ts:219:2 › DBTag › should have same aria-snapshot:
showcases/e2e/default.ts#L232
3) [firefox] › showcases/e2e/default.ts:219:2 › DBTag › should have same aria-snapshot ───────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -9,34 +9,34 @@
- link "Behaviour arrow_up_right\" / \""
- group "Behaviour":
- text: (Default) Static
- button "Interactive Button"
- link "Interactive Link"
- - checkbox "Interactive Checkbox": "on"
+ - checkbox "Interactive Checkbox"
- text: Interactive Checkbox
- - radio "Interactive Radio 1": "on"
+ - radio "Interactive Radio 1"
- text: Interactive Radio 1
- - radio "Interactive Radio 2": "on"
+ - radio "Interactive Radio 2"
- text: Interactive Radio 2 Removeable
- button "Remove tag"
- link "State arrow_up_right\" / \""
- group "State":
- - checkbox "(Default) Unchecked": "on"
+ - checkbox "(Default) Unchecked"
- text: (Default) Unchecked
- - checkbox "Checked" [checked]: "on"
+ - checkbox "Checked" [checked]
- text: Checked
- - checkbox "Disabled" [checked] [disabled]: "on"
+ - checkbox "Disabled" [checked] [disabled]
- text: Disabled
- link "Content arrow_up_right\" / \""
- text: (Default) Text Icon Icon & Text
- link "Overflow arrow_up_right\" / \""
- text: (Default) No Overflow With Overflow (max-width)
- link "Example arrow_up_right\" / \""
- group "Example":
- button "Interactive Strong Button with Icon"
- link "Interactive Strong Link with Icon"
- - checkbox "Interactive Strong Checkbox with Icon": "on"
+ - checkbox "Interactive Strong Checkbox with Icon"
- text: Interactive Strong Checkbox with Icon
- - radio "Interactive Strong Radio 1 with Icon": "on"
+ - radio "Interactive Strong Radio 1 with Icon"
- text: Interactive Strong Radio 1 with Icon
- - radio "Interactive Strong Radio 2 with Icon": "on"
+ - radio "Interactive Strong Radio 2 with Icon"
- text: Interactive Strong Radio 2 with Icon
Expected: /__w/mono/mono/__snapshots__/tag/showcase/firefox/should-have-same-aria-snapshot/DBTag-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/angular-showcase/test-results/tag-tag-snapshot-DBTag-should-have-same-aria-snapshot-firefox-retry1/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
test-showcase-stencil / 🧪🎭 - stencil-showcase:6/6
Process completed with exit code 1.
|
[mobile_chrome] › showcases/e2e/default.ts:219:2 › DBTabItem › should have same aria-snapshot:
showcases/e2e/default.ts#L232
1) [mobile_chrome] › showcases/e2e/default.ts:219:2 › DBTabItem › should have same aria-snapshot ─
Error: expect(string).toMatchSnapshot(expected)
@@ -1,51 +1,51 @@
- main:
- heading "DBTabItem" [level=1]
- link "Density arrow_up_right\" / \""
- tablist:
- - tab "Functional": "on"
+ - tab "Functional"
- text: Functional
- tablist:
- - tab "(Default) Regular": "on"
+ - tab "(Default) Regular"
- text: (Default) Regular
- tablist:
- - tab "Expressive": "on"
+ - tab "Expressive"
- text: Expressive
- link "States arrow_up_right\" / \""
- tablist:
- - tab "(Default) Enabled": "on"
+ - tab "(Default) Enabled"
- text: (Default) Enabled
- tablist:
- - tab "active" [selected]: "on"
+ - tab "active" [selected]
- text: active
- tablist:
- - tab "disabled" [disabled]: "on"
+ - tab "disabled" [disabled]
- text: disabled
- link "Content arrow_up_right\" / \""
- tablist:
- - tab "(Default) Text": "on"
+ - tab "(Default) Text"
- text: (Default) Text
- tablist:
- text: x_placeholder" / "
- - tab "x_placeholder\" / \" Text - Icon (Leading)": "on"
+ - tab "x_placeholder\" / \" Text - Icon (Leading)"
- text: Text - Icon (Leading)
- tablist:
- - tab "Text - Icon (Trailing) x_placeholder\" / \"": "on"
+ - tab "Text - Icon (Trailing) x_placeholder\" / \""
- text: Text - Icon (Trailing) x_placeholder" / "
- tablist:
- text: x_placeholder" / "
- - tab "x_placeholder\" / \" Icon": "on"
+ - tab "x_placeholder\" / \" Icon"
- text: Icon
- link "Behaviour arrow_up_right\" / \""
- tablist:
- - tab "(Default) Auto Width": "on"
+ - tab "(Default) Auto Width"
- text: (Default) Auto Width
- tablist:
- - tab "Width full": "on"
+ - tab "Width full"
- text: Width full
- link "Content Alignment Full Width arrow_up_right\" / \""
- tablist:
- - tab "Left": "on"
+ - tab "Left"
- text: Left
- tablist:
- - tab "Centered": "on"
+ - tab "Centered"
- 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
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[mobile_chrome] › showcases/e2e/default.ts:219:2 › DBTabItem › should have same aria-snapshot:
showcases/e2e/default.ts#L232
1) [mobile_chrome] › showcases/e2e/default.ts:219:2 › DBTabItem › should have same aria-snapshot ─
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -1,51 +1,51 @@
- main:
- heading "DBTabItem" [level=1]
- link "Density arrow_up_right\" / \""
- tablist:
- - tab "Functional": "on"
+ - tab "Functional"
- text: Functional
- tablist:
- - tab "(Default) Regular": "on"
+ - tab "(Default) Regular"
- text: (Default) Regular
- tablist:
- - tab "Expressive": "on"
+ - tab "Expressive"
- text: Expressive
- link "States arrow_up_right\" / \""
- tablist:
- - tab "(Default) Enabled": "on"
+ - tab "(Default) Enabled"
- text: (Default) Enabled
- tablist:
- - tab "active" [selected]: "on"
+ - tab "active" [selected]
- text: active
- tablist:
- - tab "disabled" [disabled]: "on"
+ - tab "disabled" [disabled]
- text: disabled
- link "Content arrow_up_right\" / \""
- tablist:
- - tab "(Default) Text": "on"
+ - tab "(Default) Text"
- text: (Default) Text
- tablist:
- text: x_placeholder" / "
- - tab "x_placeholder\" / \" Text - Icon (Leading)": "on"
+ - tab "x_placeholder\" / \" Text - Icon (Leading)"
- text: Text - Icon (Leading)
- tablist:
- - tab "Text - Icon (Trailing) x_placeholder\" / \"": "on"
+ - tab "Text - Icon (Trailing) x_placeholder\" / \""
- text: Text - Icon (Trailing) x_placeholder" / "
- tablist:
- text: x_placeholder" / "
- - tab "x_placeholder\" / \" Icon": "on"
+ - tab "x_placeholder\" / \" Icon"
- text: Icon
- link "Behaviour arrow_up_right\" / \""
- tablist:
- - tab "(Default) Auto Width": "on"
+ - tab "(Default) Auto Width"
- text: (Default) Auto Width
- tablist:
- - tab "Width full": "on"
+ - tab "Width full"
- text: Width full
- link "Content Alignment Full Width arrow_up_right\" / \""
- tablist:
- - tab "Left": "on"
+ - tab "Left"
- text: Left
- tablist:
- - tab "Centered": "on"
+ - tab "Centered"
- 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
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[mobile_chrome] › showcases/e2e/default.ts:219:2 › DBTabs › should have same aria-snapshot:
showcases/e2e/default.ts#L232
2) [mobile_chrome] › showcases/e2e/default.ts:219:2 › DBTabs › should have same aria-snapshot ────
Error: expect(string).toMatchSnapshot(expected)
@@ -1,132 +1,132 @@
- main:
- heading "DBTabs" [level=1]
- link "Density arrow_up_right\" / \""
- text: "Functional:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "(Default) Regular:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "Expressive:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- link "Orientation arrow_up_right\" / \""
- text: "horizontal:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "vertical:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- link "Width arrow_up_right\" / \""
- text: "auto:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "full - alignment: start:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "full - alignment: center:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- link "Overflow arrow_up_right\" / \""
- text: "no overflow:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- 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"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Te
|
[mobile_chrome] › showcases/e2e/default.ts:219:2 › DBTabs › should have same aria-snapshot:
showcases/e2e/default.ts#L232
2) [mobile_chrome] › showcases/e2e/default.ts:219:2 › DBTabs › should have same aria-snapshot ────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -1,132 +1,132 @@
- main:
- heading "DBTabs" [level=1]
- link "Density arrow_up_right\" / \""
- text: "Functional:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "(Default) Regular:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "Expressive:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- link "Orientation arrow_up_right\" / \""
- text: "horizontal:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "vertical:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- link "Width arrow_up_right\" / \""
- text: "auto:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "full - alignment: start:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "full - alignment: center:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- link "Overflow arrow_up_right\" / \""
- text: "no overflow:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- 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"
+ - tab "Test 1" [selected]
- text: Test 1
|
[mobile_chrome] › showcases/e2e/default.ts:219:2 › DBTag › should have same aria-snapshot:
showcases/e2e/default.ts#L232
3) [mobile_chrome] › showcases/e2e/default.ts:219:2 › DBTag › should have same aria-snapshot ─────
Error: expect(string).toMatchSnapshot(expected)
@@ -9,24 +9,24 @@
- link "Behaviour arrow_up_right\" / \""
- group "Behaviour":
- text: (Default) Static
- button "Interactive Button"
- link "Interactive Link"
- - checkbox "Interactive Checkbox": "on"
+ - checkbox "Interactive Checkbox"
- text: Interactive Checkbox
- - radio "Interactive Radio 1": "on"
+ - radio "Interactive Radio 1"
- text: Interactive Radio 1
- - radio "Interactive Radio 2": "on"
+ - radio "Interactive Radio 2"
- text: Interactive Radio 2 Removeable
- button "cross\" / \" Remove tag"
- link "State arrow_up_right\" / \""
- group "State":
- - checkbox "(Default) Unchecked": "on"
+ - checkbox "(Default) Unchecked"
- text: (Default) Unchecked
- - checkbox "Checked" [checked]: "on"
+ - checkbox "Checked" [checked]
- text: Checked
- - checkbox "Disabled" [checked] [disabled]: "on"
+ - checkbox "Disabled" [checked] [disabled]
- text: Disabled
- link "Content arrow_up_right\" / \""
- text: (Default) Text x_placeholder" / " Icon x_placeholder" / " Icon & Text
- link "Overflow arrow_up_right\" / \""
- text: (Default) No Overflow With Overflow (max-width)
@@ -35,11 +35,11 @@
- text: x_placeholder" / "
- button "Interactive Strong Button with Icon"
- text: x_placeholder" / "
- link "Interactive Strong Link with Icon"
- text: x_placeholder" / "
- - checkbox "Interactive Strong Checkbox with Icon": "on"
+ - checkbox "Interactive Strong Checkbox with Icon"
- text: Interactive Strong Checkbox with Icon x_placeholder" / "
- - radio "Interactive Strong Radio 1 with Icon": "on"
+ - radio "Interactive Strong Radio 1 with Icon"
- text: Interactive Strong Radio 1 with Icon x_placeholder" / "
- - radio "Interactive Strong Radio 2 with Icon": "on"
+ - radio "Interactive Strong Radio 2 with Icon"
- text: Interactive Strong Radio 2 with Icon
Expected: /__w/mono/mono/__snapshots__/tag/showcase/mobile-chrome/should-have-same-aria-snapshot/DBTag-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/tag-tag-snapshot-DBTag-should-have-same-aria-snapshot-mobile-chrome/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[mobile_chrome] › showcases/e2e/default.ts:219:2 › DBTag › should have same aria-snapshot:
showcases/e2e/default.ts#L232
3) [mobile_chrome] › showcases/e2e/default.ts:219:2 › DBTag › should have same aria-snapshot ─────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -9,24 +9,24 @@
- link "Behaviour arrow_up_right\" / \""
- group "Behaviour":
- text: (Default) Static
- button "Interactive Button"
- link "Interactive Link"
- - checkbox "Interactive Checkbox": "on"
+ - checkbox "Interactive Checkbox"
- text: Interactive Checkbox
- - radio "Interactive Radio 1": "on"
+ - radio "Interactive Radio 1"
- text: Interactive Radio 1
- - radio "Interactive Radio 2": "on"
+ - radio "Interactive Radio 2"
- text: Interactive Radio 2 Removeable
- button "cross\" / \" Remove tag"
- link "State arrow_up_right\" / \""
- group "State":
- - checkbox "(Default) Unchecked": "on"
+ - checkbox "(Default) Unchecked"
- text: (Default) Unchecked
- - checkbox "Checked" [checked]: "on"
+ - checkbox "Checked" [checked]
- text: Checked
- - checkbox "Disabled" [checked] [disabled]: "on"
+ - checkbox "Disabled" [checked] [disabled]
- text: Disabled
- link "Content arrow_up_right\" / \""
- text: (Default) Text x_placeholder" / " Icon x_placeholder" / " Icon & Text
- link "Overflow arrow_up_right\" / \""
- text: (Default) No Overflow With Overflow (max-width)
@@ -35,11 +35,11 @@
- text: x_placeholder" / "
- button "Interactive Strong Button with Icon"
- text: x_placeholder" / "
- link "Interactive Strong Link with Icon"
- text: x_placeholder" / "
- - checkbox "Interactive Strong Checkbox with Icon": "on"
+ - checkbox "Interactive Strong Checkbox with Icon"
- text: Interactive Strong Checkbox with Icon x_placeholder" / "
- - radio "Interactive Strong Radio 1 with Icon": "on"
+ - radio "Interactive Strong Radio 1 with Icon"
- text: Interactive Strong Radio 1 with Icon x_placeholder" / "
- - radio "Interactive Strong Radio 2 with Icon": "on"
+ - radio "Interactive Strong Radio 2 with Icon"
- text: Interactive Strong Radio 2 with Icon
Expected: /__w/mono/mono/__snapshots__/tag/showcase/mobile-chrome/should-have-same-aria-snapshot/DBTag-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/tag-tag-snapshot-DBTag-should-have-same-aria-snapshot-mobile-chrome-retry1/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[chromium-highContrast] › showcases/e2e/default.ts:219:2 › DBTabItem › should have same aria-snapshot:
showcases/e2e/default.ts#L232
1) [chromium-highContrast] › showcases/e2e/default.ts:219:2 › DBTabItem › should have same aria-snapshot
Error: expect(string).toMatchSnapshot(expected)
@@ -1,51 +1,51 @@
- main:
- heading "DBTabItem" [level=1]
- link "Density arrow_up_right\" / \""
- tablist:
- - tab "Functional": "on"
+ - tab "Functional"
- text: Functional
- tablist:
- - tab "(Default) Regular": "on"
+ - tab "(Default) Regular"
- text: (Default) Regular
- tablist:
- - tab "Expressive": "on"
+ - tab "Expressive"
- text: Expressive
- link "States arrow_up_right\" / \""
- tablist:
- - tab "(Default) Enabled": "on"
+ - tab "(Default) Enabled"
- text: (Default) Enabled
- tablist:
- - tab "active" [selected]: "on"
+ - tab "active" [selected]
- text: active
- tablist:
- - tab "disabled" [disabled]: "on"
+ - tab "disabled" [disabled]
- text: disabled
- link "Content arrow_up_right\" / \""
- tablist:
- - tab "(Default) Text": "on"
+ - tab "(Default) Text"
- text: (Default) Text
- tablist:
- text: x_placeholder" / "
- - tab "x_placeholder\" / \" Text - Icon (Leading)": "on"
+ - tab "x_placeholder\" / \" Text - Icon (Leading)"
- text: Text - Icon (Leading)
- tablist:
- - tab "Text - Icon (Trailing) x_placeholder\" / \"": "on"
+ - tab "Text - Icon (Trailing) x_placeholder\" / \""
- text: Text - Icon (Trailing) x_placeholder" / "
- tablist:
- text: x_placeholder" / "
- - tab "x_placeholder\" / \" Icon": "on"
+ - tab "x_placeholder\" / \" Icon"
- text: Icon
- link "Behaviour arrow_up_right\" / \""
- tablist:
- - tab "(Default) Auto Width": "on"
+ - tab "(Default) Auto Width"
- text: (Default) Auto Width
- tablist:
- - tab "Width full": "on"
+ - tab "Width full"
- text: Width full
- link "Content Alignment Full Width arrow_up_right\" / \""
- tablist:
- - tab "Left": "on"
+ - tab "Left"
- text: Left
- tablist:
- - tab "Centered": "on"
+ - tab "Centered"
- 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
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[chromium-highContrast] › showcases/e2e/default.ts:219:2 › DBTabItem › should have same aria-snapshot:
showcases/e2e/default.ts#L232
1) [chromium-highContrast] › showcases/e2e/default.ts:219:2 › DBTabItem › should have same aria-snapshot
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -1,51 +1,51 @@
- main:
- heading "DBTabItem" [level=1]
- link "Density arrow_up_right\" / \""
- tablist:
- - tab "Functional": "on"
+ - tab "Functional"
- text: Functional
- tablist:
- - tab "(Default) Regular": "on"
+ - tab "(Default) Regular"
- text: (Default) Regular
- tablist:
- - tab "Expressive": "on"
+ - tab "Expressive"
- text: Expressive
- link "States arrow_up_right\" / \""
- tablist:
- - tab "(Default) Enabled": "on"
+ - tab "(Default) Enabled"
- text: (Default) Enabled
- tablist:
- - tab "active" [selected]: "on"
+ - tab "active" [selected]
- text: active
- tablist:
- - tab "disabled" [disabled]: "on"
+ - tab "disabled" [disabled]
- text: disabled
- link "Content arrow_up_right\" / \""
- tablist:
- - tab "(Default) Text": "on"
+ - tab "(Default) Text"
- text: (Default) Text
- tablist:
- text: x_placeholder" / "
- - tab "x_placeholder\" / \" Text - Icon (Leading)": "on"
+ - tab "x_placeholder\" / \" Text - Icon (Leading)"
- text: Text - Icon (Leading)
- tablist:
- - tab "Text - Icon (Trailing) x_placeholder\" / \"": "on"
+ - tab "Text - Icon (Trailing) x_placeholder\" / \""
- text: Text - Icon (Trailing) x_placeholder" / "
- tablist:
- text: x_placeholder" / "
- - tab "x_placeholder\" / \" Icon": "on"
+ - tab "x_placeholder\" / \" Icon"
- text: Icon
- link "Behaviour arrow_up_right\" / \""
- tablist:
- - tab "(Default) Auto Width": "on"
+ - tab "(Default) Auto Width"
- text: (Default) Auto Width
- tablist:
- - tab "Width full": "on"
+ - tab "Width full"
- text: Width full
- link "Content Alignment Full Width arrow_up_right\" / \""
- tablist:
- - tab "Left": "on"
+ - tab "Left"
- text: Left
- tablist:
- - tab "Centered": "on"
+ - tab "Centered"
- 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
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[chromium-highContrast] › showcases/e2e/default.ts:79:2 › DBTabs › should match screenshot:
showcases/e2e/default.ts#L111
2) [chromium-highContrast] › showcases/e2e/default.ts:79:2 › DBTabs › should match screenshot ────
Error: expect(page).toHaveScreenshot(expected)
196 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/tabs/showcase/chromium-highContrast/DBTabs-should-match-screenshot-1/DBTabs-should-match-screenshot.png
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/tabs-tabs-snapshot-DBTabs-should-match-screenshot-chromium-highContrast/DBTabs-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/tabs-tabs-snapshot-DBTabs-should-match-screenshot-chromium-highContrast/DBTabs-should-match-screenshot-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 196 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 196 pixels (ratio 0.01 of all image 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] › showcases/e2e/default.ts:79:2 › DBTabs › should match screenshot:
showcases/e2e/default.ts#L111
2) [chromium-highContrast] › showcases/e2e/default.ts:79:2 › DBTabs › should match screenshot ────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
196 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/tabs/showcase/chromium-highContrast/DBTabs-should-match-screenshot-1/DBTabs-should-match-screenshot.png
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/tabs-tabs-snapshot-DBTabs-should-match-screenshot-chromium-highContrast-retry1/DBTabs-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/tabs-tabs-snapshot-DBTabs-should-match-screenshot-chromium-highContrast-retry1/DBTabs-should-match-screenshot-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 196 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 196 pixels (ratio 0.01 of all image 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] › showcases/e2e/default.ts:219:2 › DBTabs › should have same aria-snapshot:
showcases/e2e/default.ts#L232
3) [chromium-highContrast] › showcases/e2e/default.ts:219:2 › DBTabs › should have same aria-snapshot
Error: expect(string).toMatchSnapshot(expected)
@@ -1,132 +1,132 @@
- main:
- heading "DBTabs" [level=1]
- link "Density arrow_up_right\" / \""
- text: "Functional:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "(Default) Regular:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "Expressive:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- link "Orientation arrow_up_right\" / \""
- text: "horizontal:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "vertical:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- link "Width arrow_up_right\" / \""
- text: "auto:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "full - alignment: start:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "full - alignment: center:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- link "Overflow arrow_up_right\" / \""
- text: "no overflow:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- 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"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab
|
[chromium-highContrast] › showcases/e2e/default.ts:219:2 › DBTabs › should have same aria-snapshot:
showcases/e2e/default.ts#L232
3) [chromium-highContrast] › showcases/e2e/default.ts:219:2 › DBTabs › should have same aria-snapshot
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -1,132 +1,132 @@
- main:
- heading "DBTabs" [level=1]
- link "Density arrow_up_right\" / \""
- text: "Functional:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "(Default) Regular:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "Expressive:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- link "Orientation arrow_up_right\" / \""
- text: "horizontal:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "vertical:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- link "Width arrow_up_right\" / \""
- text: "auto:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "full - alignment: start:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "full - alignment: center:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- link "Overflow arrow_up_right\" / \""
- text: "no overflow:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- 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"
+ - tab "Test 1" [selected]
- text: Test
|
[chromium-highContrast] › showcases/e2e/default.ts:219:2 › DBTag › should have same aria-snapshot:
showcases/e2e/default.ts#L232
4) [chromium-highContrast] › showcases/e2e/default.ts:219:2 › DBTag › should have same aria-snapshot
Error: expect(string).toMatchSnapshot(expected)
@@ -9,24 +9,24 @@
- link "Behaviour arrow_up_right\" / \""
- group "Behaviour":
- text: (Default) Static
- button "Interactive Button"
- link "Interactive Link"
- - checkbox "Interactive Checkbox": "on"
+ - checkbox "Interactive Checkbox"
- text: Interactive Checkbox
- - radio "Interactive Radio 1": "on"
+ - radio "Interactive Radio 1"
- text: Interactive Radio 1
- - radio "Interactive Radio 2": "on"
+ - radio "Interactive Radio 2"
- text: Interactive Radio 2 Removeable
- button "cross\" / \" Remove tag"
- link "State arrow_up_right\" / \""
- group "State":
- - checkbox "(Default) Unchecked": "on"
+ - checkbox "(Default) Unchecked"
- text: (Default) Unchecked
- - checkbox "Checked" [checked]: "on"
+ - checkbox "Checked" [checked]
- text: Checked
- - checkbox "Disabled" [checked] [disabled]: "on"
+ - checkbox "Disabled" [checked] [disabled]
- text: Disabled
- link "Content arrow_up_right\" / \""
- text: (Default) Text x_placeholder" / " Icon x_placeholder" / " Icon & Text
- link "Overflow arrow_up_right\" / \""
- text: (Default) No Overflow With Overflow (max-width)
@@ -35,11 +35,11 @@
- text: x_placeholder" / "
- button "Interactive Strong Button with Icon"
- text: x_placeholder" / "
- link "Interactive Strong Link with Icon"
- text: x_placeholder" / "
- - checkbox "Interactive Strong Checkbox with Icon": "on"
+ - checkbox "Interactive Strong Checkbox with Icon"
- text: Interactive Strong Checkbox with Icon x_placeholder" / "
- - radio "Interactive Strong Radio 1 with Icon": "on"
+ - radio "Interactive Strong Radio 1 with Icon"
- text: Interactive Strong Radio 1 with Icon x_placeholder" / "
- - radio "Interactive Strong Radio 2 with Icon": "on"
+ - radio "Interactive Strong Radio 2 with Icon"
- text: Interactive Strong Radio 2 with Icon
Expected: /__w/mono/mono/__snapshots__/tag/showcase/chromium-highContrast/should-have-same-aria-snapshot/DBTag-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/tag-tag-snapshot-DBTag-should-have-same-aria-snapshot-chromium-highContrast/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[chromium-highContrast] › showcases/e2e/default.ts:219:2 › DBTag › should have same aria-snapshot:
showcases/e2e/default.ts#L232
4) [chromium-highContrast] › showcases/e2e/default.ts:219:2 › DBTag › should have same aria-snapshot
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -9,24 +9,24 @@
- link "Behaviour arrow_up_right\" / \""
- group "Behaviour":
- text: (Default) Static
- button "Interactive Button"
- link "Interactive Link"
- - checkbox "Interactive Checkbox": "on"
+ - checkbox "Interactive Checkbox"
- text: Interactive Checkbox
- - radio "Interactive Radio 1": "on"
+ - radio "Interactive Radio 1"
- text: Interactive Radio 1
- - radio "Interactive Radio 2": "on"
+ - radio "Interactive Radio 2"
- text: Interactive Radio 2 Removeable
- button "cross\" / \" Remove tag"
- link "State arrow_up_right\" / \""
- group "State":
- - checkbox "(Default) Unchecked": "on"
+ - checkbox "(Default) Unchecked"
- text: (Default) Unchecked
- - checkbox "Checked" [checked]: "on"
+ - checkbox "Checked" [checked]
- text: Checked
- - checkbox "Disabled" [checked] [disabled]: "on"
+ - checkbox "Disabled" [checked] [disabled]
- text: Disabled
- link "Content arrow_up_right\" / \""
- text: (Default) Text x_placeholder" / " Icon x_placeholder" / " Icon & Text
- link "Overflow arrow_up_right\" / \""
- text: (Default) No Overflow With Overflow (max-width)
@@ -35,11 +35,11 @@
- text: x_placeholder" / "
- button "Interactive Strong Button with Icon"
- text: x_placeholder" / "
- link "Interactive Strong Link with Icon"
- text: x_placeholder" / "
- - checkbox "Interactive Strong Checkbox with Icon": "on"
+ - checkbox "Interactive Strong Checkbox with Icon"
- text: Interactive Strong Checkbox with Icon x_placeholder" / "
- - radio "Interactive Strong Radio 1 with Icon": "on"
+ - radio "Interactive Strong Radio 1 with Icon"
- text: Interactive Strong Radio 1 with Icon x_placeholder" / "
- - radio "Interactive Strong Radio 2 with Icon": "on"
+ - radio "Interactive Strong Radio 2 with Icon"
- text: Interactive Strong Radio 2 with Icon
Expected: /__w/mono/mono/__snapshots__/tag/showcase/chromium-highContrast/should-have-same-aria-snapshot/DBTag-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/tag-tag-snapshot-DBTag-should-have-same-aria-snapshot-chromium-highContrast-retry1/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
test-showcase-stencil / 🧪🎭 - stencil-showcase:3/6
Process completed with exit code 1.
|
[webkit] › showcases/e2e/default.ts:79:2 › DBSection › should match screenshot:
showcases/e2e/default.ts#L111
1) [webkit] › showcases/e2e/default.ts:79:2 › DBSection › should match screenshot ────────────────
Error: expect(page).toHaveScreenshot(expected)
Expected an image 1280px by 2593px, received 1280px by 2609px.
Expected: /__w/mono/mono/__snapshots__/section/showcase/webkit/DBSection-should-match-screenshot-1/DBSection-should-match-screenshot.png
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/section-section-snapshot-DBSection-should-match-screenshot-webkit/DBSection-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/section-section-snapshot-DBSection-should-match-screenshot-webkit/DBSection-should-match-screenshot-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- Expected an image 1280px by 2593px, received 1280px by 2609px.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- Expected an image 1280px by 2593px, received 1280px by 2609px.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[webkit] › showcases/e2e/default.ts:79:2 › DBSection › should match screenshot:
showcases/e2e/default.ts#L111
1) [webkit] › showcases/e2e/default.ts:79:2 › DBSection › should match screenshot ────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
Expected an image 1280px by 2593px, received 1280px by 2609px.
Expected: /__w/mono/mono/__snapshots__/section/showcase/webkit/DBSection-should-match-screenshot-1/DBSection-should-match-screenshot.png
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/section-section-snapshot-DBSection-should-match-screenshot-webkit-retry1/DBSection-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/section-section-snapshot-DBSection-should-match-screenshot-webkit-retry1/DBSection-should-match-screenshot-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- Expected an image 1280px by 2593px, received 1280px by 2609px.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- Expected an image 1280px by 2593px, received 1280px by 2609px.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[webkit] › showcases/e2e/default.ts:219:2 › DBTabItem › should have same aria-snapshot:
showcases/e2e/default.ts#L232
2) [webkit] › showcases/e2e/default.ts:219:2 › DBTabItem › should have same aria-snapshot ────────
Error: expect(string).toMatchSnapshot(expected)
@@ -1,51 +1,51 @@
- main:
- heading "DBTabItem" [level=1]
- link "Density arrow_up_right\" / \""
- tablist:
- - tab "Functional": "on"
+ - tab "Functional"
- text: Functional
- tablist:
- - tab "(Default) Regular": "on"
+ - tab "(Default) Regular"
- text: (Default) Regular
- tablist:
- - tab "Expressive": "on"
+ - tab "Expressive"
- text: Expressive
- link "States arrow_up_right\" / \""
- tablist:
- - tab "(Default) Enabled": "on"
+ - tab "(Default) Enabled"
- text: (Default) Enabled
- tablist:
- - tab "active" [selected]: "on"
+ - tab "active" [selected]
- text: active
- tablist:
- - tab "disabled" [disabled]: "on"
+ - tab "disabled" [disabled]
- text: disabled
- link "Content arrow_up_right\" / \""
- tablist:
- - tab "(Default) Text": "on"
+ - tab "(Default) Text"
- text: (Default) Text
- tablist:
- text: x_placeholder" / "
- - tab "x_placeholder\" / \" Text - Icon (Leading)": "on"
+ - tab "x_placeholder\" / \" Text - Icon (Leading)"
- text: Text - Icon (Leading)
- tablist:
- - tab "Text - Icon (Trailing) x_placeholder\" / \"": "on"
+ - tab "Text - Icon (Trailing) x_placeholder\" / \""
- text: Text - Icon (Trailing) x_placeholder" / "
- tablist:
- text: x_placeholder" / "
- - tab "x_placeholder\" / \" Icon": "on"
+ - tab "x_placeholder\" / \" Icon"
- text: Icon
- link "Behaviour arrow_up_right\" / \""
- tablist:
- - tab "(Default) Auto Width": "on"
+ - tab "(Default) Auto Width"
- text: (Default) Auto Width
- tablist:
- - tab "Width full": "on"
+ - tab "Width full"
- text: Width full
- link "Content Alignment Full Width arrow_up_right\" / \""
- tablist:
- - tab "Left": "on"
+ - tab "Left"
- text: Left
- tablist:
- - tab "Centered": "on"
+ - tab "Centered"
- 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
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[webkit] › showcases/e2e/default.ts:219:2 › DBTabItem › should have same aria-snapshot:
showcases/e2e/default.ts#L232
2) [webkit] › showcases/e2e/default.ts:219:2 › DBTabItem › should have same aria-snapshot ────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -1,51 +1,51 @@
- main:
- heading "DBTabItem" [level=1]
- link "Density arrow_up_right\" / \""
- tablist:
- - tab "Functional": "on"
+ - tab "Functional"
- text: Functional
- tablist:
- - tab "(Default) Regular": "on"
+ - tab "(Default) Regular"
- text: (Default) Regular
- tablist:
- - tab "Expressive": "on"
+ - tab "Expressive"
- text: Expressive
- link "States arrow_up_right\" / \""
- tablist:
- - tab "(Default) Enabled": "on"
+ - tab "(Default) Enabled"
- text: (Default) Enabled
- tablist:
- - tab "active" [selected]: "on"
+ - tab "active" [selected]
- text: active
- tablist:
- - tab "disabled" [disabled]: "on"
+ - tab "disabled" [disabled]
- text: disabled
- link "Content arrow_up_right\" / \""
- tablist:
- - tab "(Default) Text": "on"
+ - tab "(Default) Text"
- text: (Default) Text
- tablist:
- text: x_placeholder" / "
- - tab "x_placeholder\" / \" Text - Icon (Leading)": "on"
+ - tab "x_placeholder\" / \" Text - Icon (Leading)"
- text: Text - Icon (Leading)
- tablist:
- - tab "Text - Icon (Trailing) x_placeholder\" / \"": "on"
+ - tab "Text - Icon (Trailing) x_placeholder\" / \""
- text: Text - Icon (Trailing) x_placeholder" / "
- tablist:
- text: x_placeholder" / "
- - tab "x_placeholder\" / \" Icon": "on"
+ - tab "x_placeholder\" / \" Icon"
- text: Icon
- link "Behaviour arrow_up_right\" / \""
- tablist:
- - tab "(Default) Auto Width": "on"
+ - tab "(Default) Auto Width"
- text: (Default) Auto Width
- tablist:
- - tab "Width full": "on"
+ - tab "Width full"
- text: Width full
- link "Content Alignment Full Width arrow_up_right\" / \""
- tablist:
- - tab "Left": "on"
+ - tab "Left"
- text: Left
- tablist:
- - tab "Centered": "on"
+ - tab "Centered"
- 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
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[webkit] › showcases/e2e/default.ts:219:2 › DBTabs › should have same aria-snapshot:
showcases/e2e/default.ts#L232
3) [webkit] › showcases/e2e/default.ts:219:2 › DBTabs › should have same aria-snapshot ───────────
Error: expect(string).toMatchSnapshot(expected)
@@ -1,132 +1,132 @@
- main:
- heading "DBTabs" [level=1]
- link "Density arrow_up_right\" / \""
- text: "Functional:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "(Default) Regular:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "Expressive:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- link "Orientation arrow_up_right\" / \""
- text: "horizontal:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "vertical:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- link "Width arrow_up_right\" / \""
- text: "auto:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "full - alignment: start:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "full - alignment: center:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- link "Overflow arrow_up_right\" / \""
- text: "no overflow:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- 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"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Te
|
[webkit] › showcases/e2e/default.ts:219:2 › DBTabs › should have same aria-snapshot:
showcases/e2e/default.ts#L232
3) [webkit] › showcases/e2e/default.ts:219:2 › DBTabs › should have same aria-snapshot ───────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -1,132 +1,132 @@
- main:
- heading "DBTabs" [level=1]
- link "Density arrow_up_right\" / \""
- text: "Functional:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "(Default) Regular:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "Expressive:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- link "Orientation arrow_up_right\" / \""
- text: "horizontal:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "vertical:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- link "Width arrow_up_right\" / \""
- text: "auto:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "full - alignment: start:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- text: "full - alignment: center:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- text: Test 3
- tabpanel "Test 1": Tab Panel 1
- link "Overflow arrow_up_right\" / \""
- text: "no overflow:"
- tablist:
- - tab "Test 1" [selected]: "on"
+ - tab "Test 1" [selected]
- text: Test 1
- - tab "Test 2": "on"
+ - tab "Test 2"
- text: Test 2
- - tab "Test 3": "on"
+ - tab "Test 3"
- 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"
+ - tab "Test 1" [selected]
- text: Test 1
|
[webkit] › showcases/e2e/default.ts:219:2 › DBTag › should have same aria-snapshot:
showcases/e2e/default.ts#L232
4) [webkit] › showcases/e2e/default.ts:219:2 › DBTag › should have same aria-snapshot ────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -9,24 +9,24 @@
- link "Behaviour arrow_up_right\" / \""
- group "Behaviour":
- text: (Default) Static
- button "Interactive Button"
- link "Interactive Link"
- - checkbox "Interactive Checkbox": "on"
+ - checkbox "Interactive Checkbox"
- text: Interactive Checkbox
- - radio "Interactive Radio 1": "on"
+ - radio "Interactive Radio 1"
- text: Interactive Radio 1
- - radio "Interactive Radio 2": "on"
+ - radio "Interactive Radio 2"
- text: Interactive Radio 2 Removeable
- button "cross\" / \" Remove tag"
- link "State arrow_up_right\" / \""
- group "State":
- - checkbox "(Default) Unchecked": "on"
+ - checkbox "(Default) Unchecked"
- text: (Default) Unchecked
- - checkbox "Checked" [checked]: "on"
+ - checkbox "Checked" [checked]
- text: Checked
- - checkbox "Disabled" [checked] [disabled]: "on"
+ - checkbox "Disabled" [checked] [disabled]
- text: Disabled
- link "Content arrow_up_right\" / \""
- text: (Default) Text x_placeholder" / " Icon x_placeholder" / " Icon & Text
- link "Overflow arrow_up_right\" / \""
- text: (Default) No Overflow With Overflow (max-width)
@@ -35,11 +35,11 @@
- text: x_placeholder" / "
- button "Interactive Strong Button with Icon"
- text: x_placeholder" / "
- link "Interactive Strong Link with Icon"
- text: x_placeholder" / "
- - checkbox "Interactive Strong Checkbox with Icon": "on"
+ - checkbox "Interactive Strong Checkbox with Icon"
- text: Interactive Strong Checkbox with Icon x_placeholder" / "
- - radio "Interactive Strong Radio 1 with Icon": "on"
+ - radio "Interactive Strong Radio 1 with Icon"
- text: Interactive Strong Radio 1 with Icon x_placeholder" / "
- - radio "Interactive Strong Radio 2 with Icon": "on"
+ - radio "Interactive Strong Radio 2 with Icon"
- text: Interactive Strong Radio 2 with Icon
Expected: /__w/mono/mono/__snapshots__/tag/showcase/webkit/should-have-same-aria-snapshot/DBTag-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/tag-tag-snapshot-DBTag-should-have-same-aria-snapshot-webkit/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[webkit] › showcases/e2e/default.ts:219:2 › DBTag › should have same aria-snapshot:
showcases/e2e/default.ts#L232
4) [webkit] › showcases/e2e/default.ts:219:2 › DBTag › should have same aria-snapshot ────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -9,24 +9,24 @@
- link "Behaviour arrow_up_right\" / \""
- group "Behaviour":
- text: (Default) Static
- button "Interactive Button"
- link "Interactive Link"
- - checkbox "Interactive Checkbox": "on"
+ - checkbox "Interactive Checkbox"
- text: Interactive Checkbox
- - radio "Interactive Radio 1": "on"
+ - radio "Interactive Radio 1"
- text: Interactive Radio 1
- - radio "Interactive Radio 2": "on"
+ - radio "Interactive Radio 2"
- text: Interactive Radio 2 Removeable
- button "cross\" / \" Remove tag"
- link "State arrow_up_right\" / \""
- group "State":
- - checkbox "(Default) Unchecked": "on"
+ - checkbox "(Default) Unchecked"
- text: (Default) Unchecked
- - checkbox "Checked" [checked]: "on"
+ - checkbox "Checked" [checked]
- text: Checked
- - checkbox "Disabled" [checked] [disabled]: "on"
+ - checkbox "Disabled" [checked] [disabled]
- text: Disabled
- link "Content arrow_up_right\" / \""
- text: (Default) Text x_placeholder" / " Icon x_placeholder" / " Icon & Text
- link "Overflow arrow_up_right\" / \""
- text: (Default) No Overflow With Overflow (max-width)
@@ -35,11 +35,11 @@
- text: x_placeholder" / "
- button "Interactive Strong Button with Icon"
- text: x_placeholder" / "
- link "Interactive Strong Link with Icon"
- text: x_placeholder" / "
- - checkbox "Interactive Strong Checkbox with Icon": "on"
+ - checkbox "Interactive Strong Checkbox with Icon"
- text: Interactive Strong Checkbox with Icon x_placeholder" / "
- - radio "Interactive Strong Radio 1 with Icon": "on"
+ - radio "Interactive Strong Radio 1 with Icon"
- text: Interactive Strong Radio 1 with Icon x_placeholder" / "
- - radio "Interactive Strong Radio 2 with Icon": "on"
+ - radio "Interactive Strong Radio 2 with Icon"
- text: Interactive Strong Radio 2 with Icon
Expected: /__w/mono/mono/__snapshots__/tag/showcase/webkit/should-have-same-aria-snapshot/DBTag-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/tag-tag-snapshot-DBTag-should-have-same-aria-snapshot-webkit-retry1/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[webkit] › showcases/e2e/default.ts:79:2 › DBLink › should match screenshot:
showcases/e2e/default.ts#L111
5) [webkit] › showcases/e2e/default.ts:79:2 › DBLink › should match screenshot ───────────────────
Error: expect(page).toHaveScreenshot(expected)
Expected an image 1280px by 2630px, received 1280px by 2646px.
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 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] › showcases/e2e/default.ts:79:2 › DBPopover › should match screenshot:
showcases/e2e/default.ts#L111
6) [webkit] › showcases/e2e/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.
|
test-showcase-patternhub / 🧪🎭 - patternhub:5/6
Canceling since a higher priority waiting request for 'Default Pipeline-refs/pull/3720/merge' exists
|
test-showcase-patternhub / 🧪🎭 - patternhub:6/6
Canceling since a higher priority waiting request for 'Default Pipeline-refs/pull/3720/merge' exists
|
test-showcase-react / 🧪🎭 - react-showcase:3/6
Canceling since a higher priority waiting request for 'Default Pipeline-refs/pull/3720/merge' exists
|
test-showcase-react / 🧪🎭 - react-showcase:3/6
The operation was canceled.
|
test-showcase-stencil / 🧪🎭 - stencil-showcase:4/6
Canceling since a higher priority waiting request for 'Default Pipeline-refs/pull/3720/merge' exists
|
test-showcase-stencil / 🧪🎭 - stencil-showcase:4/6
The operation was canceled.
|
test-showcase-patternhub / 🧪🎭 - patternhub:2/6
Canceling since a higher priority waiting request for 'Default Pipeline-refs/pull/3720/merge' exists
|
test-showcase-patternhub / 🧪🎭 - patternhub:2/6
The operation was canceled.
|
test-showcase-react / 🧪🎭 - react-showcase:2/6
Canceling since a higher priority waiting request for 'Default Pipeline-refs/pull/3720/merge' exists
|
test-showcase-react / 🧪🎭 - react-showcase:2/6
The operation was canceled.
|
test-showcase-patternhub / 🧪🎭 - patternhub:4/6
Canceling since a higher priority waiting request for 'Default Pipeline-refs/pull/3720/merge' exists
|
test-showcase-patternhub / 🧪🎭 - patternhub:4/6
The operation was canceled.
|
test-showcase-vue / 🧪🎭 - vue-showcase:3/6
Canceling since a higher priority waiting request for 'Default Pipeline-refs/pull/3720/merge' exists
|
test-showcase-vue / 🧪🎭 - vue-showcase:3/6
The operation was canceled.
|
test-showcase-react / 🧪🎭 - react-showcase:4/6
Canceling since a higher priority waiting request for 'Default Pipeline-refs/pull/3720/merge' exists
|
test-showcase-react / 🧪🎭 - react-showcase:4/6
The operation was canceled.
|
test-showcase-vue / 🧪🎭 - vue-showcase:1/6
Canceling since a higher priority waiting request for 'Default Pipeline-refs/pull/3720/merge' exists
|
test-showcase-vue / 🧪🎭 - vue-showcase:1/6
The operation was canceled.
|
test-showcase-vue / 🧪🎭 - vue-showcase:2/6
Canceling since a higher priority waiting request for 'Default Pipeline-refs/pull/3720/merge' exists
|
test-showcase-vue / 🧪🎭 - vue-showcase:2/6
The operation was canceled.
|
test-showcase-react / 🧪🎭 - react-showcase:6/6
Canceling since a higher priority waiting request for 'Default Pipeline-refs/pull/3720/merge' exists
|
test-showcase-react / 🧪🎭 - react-showcase:6/6
The operation was canceled.
|
test-showcase-vue / 🧪🎭 - vue-showcase:4/6
Canceling since a higher priority waiting request for 'Default Pipeline-refs/pull/3720/merge' exists
|
test-showcase-vue / 🧪🎭 - vue-showcase:4/6
The operation was canceled.
|
test-showcase-react / 🧪🎭 - react-showcase:1/6
Canceling since a higher priority waiting request for 'Default Pipeline-refs/pull/3720/merge' exists
|
test-showcase-react / 🧪🎭 - react-showcase:1/6
The operation was canceled.
|
test-showcase-react / 🧪🎭 - react-showcase:5/6
Canceling since a higher priority waiting request for 'Default Pipeline-refs/pull/3720/merge' exists
|
test-showcase-react / 🧪🎭 - react-showcase:5/6
The operation was canceled.
|
test-showcase-vue / 🧪🎭 - vue-showcase:5/6
Canceling since a higher priority waiting request for 'Default Pipeline-refs/pull/3720/merge' exists
|
test-showcase-vue / 🧪🎭 - vue-showcase:5/6
The operation was canceled.
|
test-showcase-patternhub / 🧪🎭 - patternhub:1/6
Canceling since a higher priority waiting request for 'Default Pipeline-refs/pull/3720/merge' exists
|
test-showcase-patternhub / 🧪🎭 - patternhub:1/6
The operation was canceled.
|
test-showcase-vue / 🧪🎭 - vue-showcase:6/6
Canceling since a higher priority waiting request for 'Default Pipeline-refs/pull/3720/merge' exists
|
test-showcase-patternhub / 🧪🎭 - patternhub:3/6
Canceling since a higher priority waiting request for 'Default Pipeline-refs/pull/3720/merge' exists
|
test-screen-reader / 🧪🎭 - screen-reader - macos-13 - react - 4/4
Canceling since a higher priority waiting request for 'Default Pipeline-refs/pull/3720/merge' exists
|
test-screen-reader / 🧪🎭 - screen-reader - macos-13 - react - 4/4
The operation was canceled.
|
test-screen-reader / 🧪🎭 - screen-reader - macos-13 - react - 1/4
Canceling since a higher priority waiting request for 'Default Pipeline-refs/pull/3720/merge' exists
|
test-screen-reader / 🧪🎭 - screen-reader - macos-13 - react - 1/4
The operation was canceled.
|
test-screen-reader / 🧪🎭 - screen-reader - macos-13 - react - 2/4
Canceling since a higher priority waiting request for 'Default Pipeline-refs/pull/3720/merge' exists
|
test-screen-reader / 🧪🎭 - screen-reader - macos-13 - react - 2/4
The operation was canceled.
|
checks-done
Process completed with exit code 1.
|
test-showcase-angular / 🧪🎭 - angular-showcase:5/6
No files were found with the provided path: ./showcases/angular-showcase-showcase/results. No artifacts will be uploaded.
|
test-showcase-angular / 🧪🎭 - angular-showcase:2/6
No files were found with the provided path: ./showcases/angular-showcase-showcase/results. No artifacts will be uploaded.
|
test-showcase-angular / 🧪🎭 - angular-showcase:6/6
No files were found with the provided path: ./showcases/angular-showcase-showcase/results. No artifacts will be uploaded.
|
test-showcase-angular / 🧪🎭 - angular-showcase:4/6
No files were found with the provided path: ./showcases/angular-showcase-showcase/results. No artifacts will be uploaded.
|
test-showcase-stencil / 🧪🎭 - stencil-showcase:2/6
No files were found with the provided path: ./showcases/stencil-showcase-showcase/results. No artifacts will be uploaded.
|
test-showcase-angular / 🧪🎭 - angular-showcase:1/6
No files were found with the provided path: ./showcases/angular-showcase-showcase/results. No artifacts will be uploaded.
|
test-showcase-angular / 🧪🎭 - angular-showcase:3/6
No files were found with the provided path: ./showcases/angular-showcase-showcase/results. No artifacts will be uploaded.
|
test-showcase-stencil / 🧪🎭 - stencil-showcase:6/6
No files were found with the provided path: ./showcases/stencil-showcase-showcase/results. No artifacts will be uploaded.
|
test-showcase-stencil / 🧪🎭 - stencil-showcase:3/6
No files were found with the provided path: ./showcases/stencil-showcase-showcase/results. No artifacts will be uploaded.
|
test-showcase-stencil / 🧪🎭 - stencil-showcase:5/6
No files were found with the provided path: ./showcases/stencil-showcase-showcase/results. No artifacts will be uploaded.
|
🎭 Playwright Run Summary
1 failed
[chromium] › src/components/tabs/tabs.spec.tsx:55:6 › DBTabs › should have same aria-snapshot ──
3 skipped
143 passed (35.3s)
|
🎭 Playwright Run Summary
1 failed
[chromium] › src/components/tabs/tabs.spec.tsx:55:2 › DBTabs › should have same aria-snapshot ──
3 skipped
143 passed (38.0s)
|
🎭 Playwright Run Summary
1 failed
[mobile_chrome] › src/components/tabs/tabs.spec.tsx:55:6 › DBTabs › should have same aria-snapshot
3 skipped
143 passed (35.6s)
|
🎭 Playwright Run Summary
1 failed
[firefox] › src/components/tabs/tabs.spec.tsx:55:6 › DBTabs › should have same aria-snapshot ───
3 skipped
143 passed (1.3m)
|
🎭 Playwright Run Summary
1 failed
[firefox] › src/components/tabs/tabs.spec.tsx:55:2 › DBTabs › should have same aria-snapshot ───
3 skipped
143 passed (1.3m)
|
🎭 Playwright Run Summary
1 failed
[mobile_chrome] › src/components/tabs/tabs.spec.tsx:55:2 › DBTabs › should have same aria-snapshot
3 skipped
143 passed (38.2s)
|
🎭 Playwright Run Summary
3 failed
[mobile_chrome] › showcases/e2e/default.ts:219:2 › DBTabItem › should have same aria-snapshot ──
[mobile_chrome] › showcases/e2e/default.ts:219:2 › DBTabs › should have same aria-snapshot ─────
[mobile_chrome] › showcases/e2e/default.ts:219:2 › DBTag › should have same aria-snapshot ──────
63 skipped
103 passed (2.2m)
|
🎭 Playwright Run Summary
3 failed
[chromium-highContrast] › showcases/e2e/default.ts:219:2 › DBTabItem › should have same aria-snapshot
[chromium-highContrast] › showcases/e2e/default.ts:219:2 › DBTabs › should have same aria-snapshot
[chromium-highContrast] › showcases/e2e/default.ts:219:2 › DBTag › should have same aria-snapshot
14 skipped
152 passed (4.2m)
|
🎭 Playwright Run Summary
3 failed
[mobile_safari] › showcases/e2e/default.ts:219:2 › DBTabItem › should have same aria-snapshot ──
[mobile_safari] › showcases/e2e/default.ts:219:2 › DBTabs › should have same aria-snapshot ─────
[mobile_safari] › showcases/e2e/default.ts:219:2 › DBTag › should have same aria-snapshot ──────
63 skipped
103 passed (3.8m)
|
🎭 Playwright Run Summary
3 failed
[webkit] › showcases/e2e/default.ts:219:2 › DBTabItem › should have same aria-snapshot ─────────
[webkit] › showcases/e2e/default.ts:219:2 › DBTabs › should have same aria-snapshot ────────────
[webkit] › showcases/e2e/default.ts:219:2 › DBTag › should have same aria-snapshot ─────────────
63 skipped
103 passed (4.3m)
|
🎭 Playwright Run Summary
3 failed
[chromium] › showcases/e2e/default.ts:219:2 › DBTabItem › should have same aria-snapshot ───────
[chromium] › showcases/e2e/default.ts:219:2 › DBTabs › should have same aria-snapshot ──────────
[chromium] › showcases/e2e/default.ts:219:2 › DBTag › should have same aria-snapshot ───────────
22 skipped
116 passed (3.4m)
|
🎭 Playwright Run Summary
3 failed
[chromium] › showcases/e2e/default.ts:219:2 › DBTabItem › should have same aria-snapshot ───────
[chromium] › showcases/e2e/default.ts:219:2 › DBTabs › should have same aria-snapshot ──────────
[chromium] › showcases/e2e/default.ts:219:2 › DBTag › should have same aria-snapshot ───────────
14 skipped
152 passed (5.1m)
|
🎭 Playwright Run Summary
3 failed
[firefox] › showcases/e2e/default.ts:219:2 › DBTabItem › should have same aria-snapshot ────────
[firefox] › showcases/e2e/default.ts:219:2 › DBTabs › should have same aria-snapshot ───────────
[firefox] › showcases/e2e/default.ts:219:2 › DBTag › should have same aria-snapshot ────────────
63 skipped
103 passed (5.4m)
|
🎭 Playwright Run Summary
3 failed
[mobile_chrome] › showcases/e2e/default.ts:219:2 › DBTabItem › should have same aria-snapshot ──
[mobile_chrome] › showcases/e2e/default.ts:219:2 › DBTabs › should have same aria-snapshot ─────
[mobile_chrome] › showcases/e2e/default.ts:219:2 › DBTag › should have same aria-snapshot ──────
59 skipped
78 passed (1.8m)
|
🎭 Playwright Run Summary
4 failed
[chromium-highContrast] › showcases/e2e/default.ts:219:2 › DBTabItem › should have same aria-snapshot
[chromium-highContrast] › showcases/e2e/default.ts:79:2 › DBTabs › should match screenshot ─────
[chromium-highContrast] › showcases/e2e/default.ts:219:2 › DBTabs › should have same aria-snapshot
[chromium-highContrast] › showcases/e2e/default.ts:219:2 › DBTag › should have same aria-snapshot
40 skipped
97 passed (3.2m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
angular-showcase-playwright-results-1
|
1.16 MB |
|
angular-showcase-playwright-results-2
|
1.17 MB |
|
angular-showcase-playwright-results-3
|
1.26 MB |
|
angular-showcase-playwright-results-4
|
1.87 MB |
|
angular-showcase-playwright-results-5
|
1000 KB |
|
angular-showcase-playwright-results-6
|
1.91 MB |
|
db-ui-angular-showcase
|
1.29 MB |
|
db-ui-angular-ssr-showcase
|
2.43 MB |
|
db-ui-components-build
|
348 KB |
|
db-ui-foundations-build
|
174 KB |
|
db-ui-migration-build
|
2.12 KB |
|
db-ui-next-showcase
|
1.33 MB |
|
db-ui-nuxt-showcase
|
1.86 MB |
|
db-ui-output
|
400 KB |
|
db-ui-outputs
|
2.59 MB |
|
db-ui-patternhub
|
3.56 MB |
|
db-ui-react-showcase
|
1.19 MB |
|
db-ui-stencil-showcase
|
1.24 MB |
|
db-ui-vue-showcase
|
1.14 MB |
|
react-components-playwright-results-1
|
142 KB |
|
react-components-playwright-results-2
|
153 KB |
|
react-components-playwright-results-3
|
141 KB |
|
snapshots-components
|
339 KB |
|
snapshots-showcases
|
12.5 MB |
|
stencil-showcase-playwright-results-2
|
1.19 MB |
|
stencil-showcase-playwright-results-3
|
2.23 MB |
|
stencil-showcase-playwright-results-5
|
10.1 MB |
|
stencil-showcase-playwright-results-6
|
1.04 MB |
|
vue-components-playwright-results-1
|
142 KB |
|
vue-components-playwright-results-2
|
150 KB |
|
vue-components-playwright-results-3
|
142 KB |
|