refactor: aligned figma and dev docs #18787
default.yml
on: pull_request
init
/
Init
1m 30s
scan-secrets
/
TruffleHog
1m 11s
get-playwright-version
/
Get and save publish version
29s
Matrix: init-playwright / init-playwright
build-showcase-react
/
Build Showcase react-showcase
32s
Matrix: test-components / playwright-ct
build-showcase-angular
/
Build Showcase angular-showcase
49s
build-showcase-stencil
/
Build Showcase stencil-showcase
50s
build-showcase-vue
/
Build Showcase vue-showcase
28s
build-outputs
/
Build outputs
1m 17s
build-showcase-angular-ssr
/
Build Showcase angular-ssr-showcase
56s
build-showcase-next
/
Build Showcase next-showcase
57s
build-showcase-nuxt
/
Build Showcase nuxt-showcase
50s
Matrix: test-showcase-patternhub / playwright-showcases
Matrix: test-showcase-react / playwright-showcases
Matrix: test-screen-reader / playwright-screen-reader
regenerate-snapshots-components
/
regenerate-snapshots
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
9m 1s
deploy
/
Deploy
commit-regenerated-snapshots
/
🆙 Commit regenerated snapshots
12s
Annotations
91 errors, 23 warnings, and 23 notices
[mobile_chrome] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot:
showcases/e2e/default.ts#L273
2) [mobile_chrome] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot ──
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -87,13 +87,13 @@
- option "Option 2"
- text: Invalid exclamation_mark_circle" / " Invalid Message
- status
- text: chevron_down" / " Label
- combobox "Label":
- - option "Valid" [selected]
+ - option "Valid"
- option "Option 2"
- - text: check_circle" / " Valid message
+ - text: Valid check_circle" / " Valid message
- status
- text: chevron_down" / "
- link "Disabled arrow_up_right\" / \""
- text: Label
- combobox "Label":
Expected: /__w/core-web/core-web/__snapshots__/select/showcase/mobile-chrome/should-have-same-aria-snapshot/DBSelect-should-have-same-aria-snapshot.yaml
Received: /__w/core-web/core-web/showcases/vue-showcase/test-results/select-select-snapshot-DBS-40d44-uld-have-same-aria-snapshot-mobile-chrome-retry1/should-have-same-aria-snapshot-actual.yaml
271 |
272 | const snapshot = await page.locator('main').ariaSnapshot();
> 273 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
274 | });
275 | };
276 |
at /__w/core-web/core-web/showcases/e2e/default.ts:273:20
|
[mobile_chrome] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot:
showcases/e2e/default.ts#L273
2) [mobile_chrome] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot ──
Error: expect(string).toMatchSnapshot(expected)
@@ -87,13 +87,13 @@
- option "Option 2"
- text: Invalid exclamation_mark_circle" / " Invalid Message
- status
- text: chevron_down" / " Label
- combobox "Label":
- - option "Valid" [selected]
+ - option "Valid"
- option "Option 2"
- - text: check_circle" / " Valid message
+ - text: Valid check_circle" / " Valid message
- status
- text: chevron_down" / "
- link "Disabled arrow_up_right\" / \""
- text: Label
- combobox "Label":
Expected: /__w/core-web/core-web/__snapshots__/select/showcase/mobile-chrome/should-have-same-aria-snapshot/DBSelect-should-have-same-aria-snapshot.yaml
Received: /__w/core-web/core-web/showcases/vue-showcase/test-results/select-select-snapshot-DBS-40d44-uld-have-same-aria-snapshot-mobile-chrome/should-have-same-aria-snapshot-actual.yaml
271 |
272 | const snapshot = await page.locator('main').ariaSnapshot();
> 273 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
274 | });
275 | };
276 |
at /__w/core-web/core-web/showcases/e2e/default.ts:273:20
|
[mobile_chrome] › showcases/e2e/default.ts:99:2 › DBSelect › should match screenshot:
showcases/e2e/default.ts#L140
1) [mobile_chrome] › showcases/e2e/default.ts:99:2 › DBSelect › should match screenshot ──────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
182 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/core-web/core-web/__snapshots__/select/showcase/mobile-chrome/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png
Received: /__w/core-web/core-web/showcases/vue-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-mobile-chrome-retry1/DBSelect-should-match-screenshot-1-actual.png
Diff: /__w/core-web/core-web/showcases/vue-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-mobile-chrome-retry1/DBSelect-should-match-screenshot-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 182 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 182 pixels (ratio 0.01 of all image pixels) are different.
138 | }
139 |
> 140 | await expect(page).toHaveScreenshot(config);
| ^
141 | });
142 | };
143 |
at /__w/core-web/core-web/showcases/e2e/default.ts:140:22
|
[mobile_chrome] › showcases/e2e/default.ts:99:2 › DBSelect › should match screenshot:
showcases/e2e/default.ts#L140
1) [mobile_chrome] › showcases/e2e/default.ts:99:2 › DBSelect › should match screenshot ──────────
Error: expect(page).toHaveScreenshot(expected)
182 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/core-web/core-web/__snapshots__/select/showcase/mobile-chrome/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png
Received: /__w/core-web/core-web/showcases/vue-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-mobile-chrome/DBSelect-should-match-screenshot-1-actual.png
Diff: /__w/core-web/core-web/showcases/vue-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-mobile-chrome/DBSelect-should-match-screenshot-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 182 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 182 pixels (ratio 0.01 of all image pixels) are different.
138 | }
139 |
> 140 | await expect(page).toHaveScreenshot(config);
| ^
141 | });
142 | };
143 |
at /__w/core-web/core-web/showcases/e2e/default.ts:140:22
|
test-showcase-vue / 🧪🎭 - vue-showcase:5/6
Process completed with exit code 1.
|
[mobile_safari] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot:
showcases/e2e/default.ts#L273
1) [mobile_safari] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot ──
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -87,13 +87,13 @@
- option "Option 2"
- text: Invalid exclamation_mark_circle" / " Invalid Message
- status
- text: chevron_down" / " Label
- combobox "Label":
- - option "Valid" [selected]
+ - option "Valid"
- option "Option 2"
- - text: check_circle" / " Valid message
+ - text: Valid check_circle" / " Valid message
- status
- text: chevron_down" / "
- link "Disabled arrow_up_right\" / \""
- text: Label
- combobox "Label":
Expected: /__w/core-web/core-web/__snapshots__/select/showcase/mobile-safari/should-have-same-aria-snapshot/DBSelect-should-have-same-aria-snapshot.yaml
Received: /__w/core-web/core-web/showcases/vue-showcase/test-results/select-select-snapshot-DBS-40d44-uld-have-same-aria-snapshot-mobile-safari-retry1/should-have-same-aria-snapshot-actual.yaml
271 |
272 | const snapshot = await page.locator('main').ariaSnapshot();
> 273 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
274 | });
275 | };
276 |
at /__w/core-web/core-web/showcases/e2e/default.ts:273:20
|
[mobile_safari] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot:
showcases/e2e/default.ts#L273
1) [mobile_safari] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot ──
Error: expect(string).toMatchSnapshot(expected)
@@ -87,13 +87,13 @@
- option "Option 2"
- text: Invalid exclamation_mark_circle" / " Invalid Message
- status
- text: chevron_down" / " Label
- combobox "Label":
- - option "Valid" [selected]
+ - option "Valid"
- option "Option 2"
- - text: check_circle" / " Valid message
+ - text: Valid check_circle" / " Valid message
- status
- text: chevron_down" / "
- link "Disabled arrow_up_right\" / \""
- text: Label
- combobox "Label":
Expected: /__w/core-web/core-web/__snapshots__/select/showcase/mobile-safari/should-have-same-aria-snapshot/DBSelect-should-have-same-aria-snapshot.yaml
Received: /__w/core-web/core-web/showcases/vue-showcase/test-results/select-select-snapshot-DBS-40d44-uld-have-same-aria-snapshot-mobile-safari/should-have-same-aria-snapshot-actual.yaml
271 |
272 | const snapshot = await page.locator('main').ariaSnapshot();
> 273 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
274 | });
275 | };
276 |
at /__w/core-web/core-web/showcases/e2e/default.ts:273:20
|
test-showcase-vue / 🧪🎭 - vue-showcase:6/6
Process completed with exit code 1.
|
[firefox] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot:
showcases/e2e/default.ts#L273
1) [firefox] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot ────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -87,13 +87,13 @@
- option "Option 2"
- text: Invalid exclamation_mark_circle" / " Invalid Message
- status
- text: chevron_down" / " Label
- combobox "Label":
- - option "Valid" [selected]
+ - option "Valid"
- option "Option 2"
- - text: check_circle" / " Valid message
+ - text: Valid check_circle" / " Valid message
- status
- text: chevron_down" / "
- link "Disabled arrow_up_right\" / \""
- text: Label
- combobox "Label":
Expected: /__w/core-web/core-web/__snapshots__/select/showcase/firefox/should-have-same-aria-snapshot/DBSelect-should-have-same-aria-snapshot.yaml
Received: /__w/core-web/core-web/showcases/vue-showcase/test-results/select-select-snapshot-DBS-40d44-uld-have-same-aria-snapshot-firefox-retry1/should-have-same-aria-snapshot-actual.yaml
271 |
272 | const snapshot = await page.locator('main').ariaSnapshot();
> 273 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
274 | });
275 | };
276 |
at /__w/core-web/core-web/showcases/e2e/default.ts:273:20
|
[firefox] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot:
showcases/e2e/default.ts#L273
1) [firefox] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot ────────
Error: expect(string).toMatchSnapshot(expected)
@@ -87,13 +87,13 @@
- option "Option 2"
- text: Invalid exclamation_mark_circle" / " Invalid Message
- status
- text: chevron_down" / " Label
- combobox "Label":
- - option "Valid" [selected]
+ - option "Valid"
- option "Option 2"
- - text: check_circle" / " Valid message
+ - text: Valid check_circle" / " Valid message
- status
- text: chevron_down" / "
- link "Disabled arrow_up_right\" / \""
- text: Label
- combobox "Label":
Expected: /__w/core-web/core-web/__snapshots__/select/showcase/firefox/should-have-same-aria-snapshot/DBSelect-should-have-same-aria-snapshot.yaml
Received: /__w/core-web/core-web/showcases/vue-showcase/test-results/select-select-snapshot-DBS-40d44-uld-have-same-aria-snapshot-firefox/should-have-same-aria-snapshot-actual.yaml
271 |
272 | const snapshot = await page.locator('main').ariaSnapshot();
> 273 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
274 | });
275 | };
276 |
at /__w/core-web/core-web/showcases/e2e/default.ts:273:20
|
test-showcase-vue / 🧪🎭 - vue-showcase:3/6
Process completed with exit code 1.
|
[webkit] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot:
showcases/e2e/default.ts#L273
1) [webkit] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot ─────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -87,13 +87,13 @@
- option "Option 2"
- text: Invalid exclamation_mark_circle" / " Invalid Message
- status
- text: chevron_down" / " Label
- combobox "Label":
- - option "Valid" [selected]
+ - option "Valid"
- option "Option 2"
- - text: check_circle" / " Valid message
+ - text: Valid check_circle" / " Valid message
- status
- text: chevron_down" / "
- link "Disabled arrow_up_right\" / \""
- text: Label
- combobox "Label":
Expected: /__w/core-web/core-web/__snapshots__/select/showcase/webkit/should-have-same-aria-snapshot/DBSelect-should-have-same-aria-snapshot.yaml
Received: /__w/core-web/core-web/showcases/vue-showcase/test-results/select-select-snapshot-DBS-40d44-uld-have-same-aria-snapshot-webkit-retry1/should-have-same-aria-snapshot-actual.yaml
271 |
272 | const snapshot = await page.locator('main').ariaSnapshot();
> 273 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
274 | });
275 | };
276 |
at /__w/core-web/core-web/showcases/e2e/default.ts:273:20
|
[webkit] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot:
showcases/e2e/default.ts#L273
1) [webkit] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot ─────────
Error: expect(string).toMatchSnapshot(expected)
@@ -87,13 +87,13 @@
- option "Option 2"
- text: Invalid exclamation_mark_circle" / " Invalid Message
- status
- text: chevron_down" / " Label
- combobox "Label":
- - option "Valid" [selected]
+ - option "Valid"
- option "Option 2"
- - text: check_circle" / " Valid message
+ - text: Valid check_circle" / " Valid message
- status
- text: chevron_down" / "
- link "Disabled arrow_up_right\" / \""
- text: Label
- combobox "Label":
Expected: /__w/core-web/core-web/__snapshots__/select/showcase/webkit/should-have-same-aria-snapshot/DBSelect-should-have-same-aria-snapshot.yaml
Received: /__w/core-web/core-web/showcases/vue-showcase/test-results/select-select-snapshot-DBS-40d44-uld-have-same-aria-snapshot-webkit/should-have-same-aria-snapshot-actual.yaml
271 |
272 | const snapshot = await page.locator('main').ariaSnapshot();
> 273 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
274 | });
275 | };
276 |
at /__w/core-web/core-web/showcases/e2e/default.ts:273:20
|
test-showcase-vue / 🧪🎭 - vue-showcase:4/6
Process completed with exit code 1.
|
[mobile_safari] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot:
showcases/e2e/default.ts#L273
1) [mobile_safari] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot ──
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -87,13 +87,13 @@
- option "Option 2"
- text: Invalid exclamation_mark_circle" / " Invalid Message
- status
- text: chevron_down" / " Label
- combobox "Label":
- - option "Valid" [selected]
+ - option "Valid"
- option "Option 2"
- - text: check_circle" / " Valid message
+ - text: Valid check_circle" / " Valid message
- status
- text: chevron_down" / "
- link "Disabled arrow_up_right\" / \""
- text: Label
- combobox "Label":
Expected: /__w/core-web/core-web/__snapshots__/select/showcase/mobile-safari/should-have-same-aria-snapshot/DBSelect-should-have-same-aria-snapshot.yaml
Received: /__w/core-web/core-web/showcases/react-showcase/test-results/select-select-snapshot-DBS-40d44-uld-have-same-aria-snapshot-mobile-safari-retry1/should-have-same-aria-snapshot-actual.yaml
271 |
272 | const snapshot = await page.locator('main').ariaSnapshot();
> 273 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
274 | });
275 | };
276 |
at /__w/core-web/core-web/showcases/e2e/default.ts:273:20
|
[mobile_safari] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot:
showcases/e2e/default.ts#L273
1) [mobile_safari] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot ──
Error: expect(string).toMatchSnapshot(expected)
@@ -87,13 +87,13 @@
- option "Option 2"
- text: Invalid exclamation_mark_circle" / " Invalid Message
- status
- text: chevron_down" / " Label
- combobox "Label":
- - option "Valid" [selected]
+ - option "Valid"
- option "Option 2"
- - text: check_circle" / " Valid message
+ - text: Valid check_circle" / " Valid message
- status
- text: chevron_down" / "
- link "Disabled arrow_up_right\" / \""
- text: Label
- combobox "Label":
Expected: /__w/core-web/core-web/__snapshots__/select/showcase/mobile-safari/should-have-same-aria-snapshot/DBSelect-should-have-same-aria-snapshot.yaml
Received: /__w/core-web/core-web/showcases/react-showcase/test-results/select-select-snapshot-DBS-40d44-uld-have-same-aria-snapshot-mobile-safari/should-have-same-aria-snapshot-actual.yaml
271 |
272 | const snapshot = await page.locator('main').ariaSnapshot();
> 273 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
274 | });
275 | };
276 |
at /__w/core-web/core-web/showcases/e2e/default.ts:273:20
|
test-showcase-react / 🧪🎭 - react-showcase:6/6
Process completed with exit code 1.
|
[firefox] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot:
showcases/e2e/default.ts#L273
1) [firefox] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot ────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -87,13 +87,13 @@
- option "Option 2"
- text: Invalid exclamation_mark_circle" / " Invalid Message
- status
- text: chevron_down" / " Label
- combobox "Label":
- - option "Valid" [selected]
+ - option "Valid"
- option "Option 2"
- - text: check_circle" / " Valid message
+ - text: Valid check_circle" / " Valid message
- status
- text: chevron_down" / "
- link "Disabled arrow_up_right\" / \""
- text: Label
- combobox "Label":
Expected: /__w/core-web/core-web/__snapshots__/select/showcase/firefox/should-have-same-aria-snapshot/DBSelect-should-have-same-aria-snapshot.yaml
Received: /__w/core-web/core-web/showcases/react-showcase/test-results/select-select-snapshot-DBS-40d44-uld-have-same-aria-snapshot-firefox-retry1/should-have-same-aria-snapshot-actual.yaml
271 |
272 | const snapshot = await page.locator('main').ariaSnapshot();
> 273 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
274 | });
275 | };
276 |
at /__w/core-web/core-web/showcases/e2e/default.ts:273:20
|
[firefox] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot:
showcases/e2e/default.ts#L273
1) [firefox] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot ────────
Error: expect(string).toMatchSnapshot(expected)
@@ -87,13 +87,13 @@
- option "Option 2"
- text: Invalid exclamation_mark_circle" / " Invalid Message
- status
- text: chevron_down" / " Label
- combobox "Label":
- - option "Valid" [selected]
+ - option "Valid"
- option "Option 2"
- - text: check_circle" / " Valid message
+ - text: Valid check_circle" / " Valid message
- status
- text: chevron_down" / "
- link "Disabled arrow_up_right\" / \""
- text: Label
- combobox "Label":
Expected: /__w/core-web/core-web/__snapshots__/select/showcase/firefox/should-have-same-aria-snapshot/DBSelect-should-have-same-aria-snapshot.yaml
Received: /__w/core-web/core-web/showcases/react-showcase/test-results/select-select-snapshot-DBS-40d44-uld-have-same-aria-snapshot-firefox/should-have-same-aria-snapshot-actual.yaml
271 |
272 | const snapshot = await page.locator('main').ariaSnapshot();
> 273 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
274 | });
275 | };
276 |
at /__w/core-web/core-web/showcases/e2e/default.ts:273:20
|
test-showcase-react / 🧪🎭 - react-showcase:3/6
Process completed with exit code 1.
|
[mobile_chrome] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot:
showcases/e2e/default.ts#L273
2) [mobile_chrome] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot ──
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -87,13 +87,13 @@
- option "Option 2"
- text: Invalid exclamation_mark_circle" / " Invalid Message
- status
- text: chevron_down" / " Label
- combobox "Label":
- - option "Valid" [selected]
+ - option "Valid"
- option "Option 2"
- - text: check_circle" / " Valid message
+ - text: Valid check_circle" / " Valid message
- status
- text: chevron_down" / "
- link "Disabled arrow_up_right\" / \""
- text: Label
- combobox "Label":
Expected: /__w/core-web/core-web/__snapshots__/select/showcase/mobile-chrome/should-have-same-aria-snapshot/DBSelect-should-have-same-aria-snapshot.yaml
Received: /__w/core-web/core-web/showcases/react-showcase/test-results/select-select-snapshot-DBS-40d44-uld-have-same-aria-snapshot-mobile-chrome-retry1/should-have-same-aria-snapshot-actual.yaml
271 |
272 | const snapshot = await page.locator('main').ariaSnapshot();
> 273 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
274 | });
275 | };
276 |
at /__w/core-web/core-web/showcases/e2e/default.ts:273:20
|
[mobile_chrome] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot:
showcases/e2e/default.ts#L273
2) [mobile_chrome] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot ──
Error: expect(string).toMatchSnapshot(expected)
@@ -87,13 +87,13 @@
- option "Option 2"
- text: Invalid exclamation_mark_circle" / " Invalid Message
- status
- text: chevron_down" / " Label
- combobox "Label":
- - option "Valid" [selected]
+ - option "Valid"
- option "Option 2"
- - text: check_circle" / " Valid message
+ - text: Valid check_circle" / " Valid message
- status
- text: chevron_down" / "
- link "Disabled arrow_up_right\" / \""
- text: Label
- combobox "Label":
Expected: /__w/core-web/core-web/__snapshots__/select/showcase/mobile-chrome/should-have-same-aria-snapshot/DBSelect-should-have-same-aria-snapshot.yaml
Received: /__w/core-web/core-web/showcases/react-showcase/test-results/select-select-snapshot-DBS-40d44-uld-have-same-aria-snapshot-mobile-chrome/should-have-same-aria-snapshot-actual.yaml
271 |
272 | const snapshot = await page.locator('main').ariaSnapshot();
> 273 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
274 | });
275 | };
276 |
at /__w/core-web/core-web/showcases/e2e/default.ts:273:20
|
[mobile_chrome] › showcases/e2e/default.ts:99:2 › DBSelect › should match screenshot:
showcases/e2e/default.ts#L140
1) [mobile_chrome] › showcases/e2e/default.ts:99:2 › DBSelect › should match screenshot ──────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
182 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/core-web/core-web/__snapshots__/select/showcase/mobile-chrome/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png
Received: /__w/core-web/core-web/showcases/react-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-mobile-chrome-retry1/DBSelect-should-match-screenshot-1-actual.png
Diff: /__w/core-web/core-web/showcases/react-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-mobile-chrome-retry1/DBSelect-should-match-screenshot-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 182 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 182 pixels (ratio 0.01 of all image pixels) are different.
138 | }
139 |
> 140 | await expect(page).toHaveScreenshot(config);
| ^
141 | });
142 | };
143 |
at /__w/core-web/core-web/showcases/e2e/default.ts:140:22
|
[mobile_chrome] › showcases/e2e/default.ts:99:2 › DBSelect › should match screenshot:
showcases/e2e/default.ts#L140
1) [mobile_chrome] › showcases/e2e/default.ts:99:2 › DBSelect › should match screenshot ──────────
Error: expect(page).toHaveScreenshot(expected)
182 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/core-web/core-web/__snapshots__/select/showcase/mobile-chrome/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png
Received: /__w/core-web/core-web/showcases/react-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-mobile-chrome/DBSelect-should-match-screenshot-1-actual.png
Diff: /__w/core-web/core-web/showcases/react-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-mobile-chrome/DBSelect-should-match-screenshot-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 182 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 182 pixels (ratio 0.01 of all image pixels) are different.
138 | }
139 |
> 140 | await expect(page).toHaveScreenshot(config);
| ^
141 | });
142 | };
143 |
at /__w/core-web/core-web/showcases/e2e/default.ts:140:22
|
test-showcase-react / 🧪🎭 - react-showcase:5/6
Process completed with exit code 1.
|
[chromium] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot:
showcases/e2e/default.ts#L273
2) [chromium] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot ───────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -87,13 +87,13 @@
- option "Option 2"
- text: Invalid exclamation_mark_circle" / " Invalid Message
- status
- text: chevron_down" / " Label
- combobox "Label":
- - option "Valid" [selected]
+ - option "Valid"
- option "Option 2"
- - text: check_circle" / " Valid message
+ - text: Valid check_circle" / " Valid message
- status
- text: chevron_down" / "
- link "Disabled arrow_up_right\" / \""
- text: Label
- combobox "Label":
Expected: /__w/core-web/core-web/__snapshots__/select/showcase/chromium/should-have-same-aria-snapshot/DBSelect-should-have-same-aria-snapshot.yaml
Received: /__w/core-web/core-web/showcases/vue-showcase/test-results/select-select-snapshot-DBS-40d44-uld-have-same-aria-snapshot-chromium-retry1/should-have-same-aria-snapshot-actual.yaml
271 |
272 | const snapshot = await page.locator('main').ariaSnapshot();
> 273 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
274 | });
275 | };
276 |
at /__w/core-web/core-web/showcases/e2e/default.ts:273:20
|
[chromium] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot:
showcases/e2e/default.ts#L273
2) [chromium] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot ───────
Error: expect(string).toMatchSnapshot(expected)
@@ -87,13 +87,13 @@
- option "Option 2"
- text: Invalid exclamation_mark_circle" / " Invalid Message
- status
- text: chevron_down" / " Label
- combobox "Label":
- - option "Valid" [selected]
+ - option "Valid"
- option "Option 2"
- - text: check_circle" / " Valid message
+ - text: Valid check_circle" / " Valid message
- status
- text: chevron_down" / "
- link "Disabled arrow_up_right\" / \""
- text: Label
- combobox "Label":
Expected: /__w/core-web/core-web/__snapshots__/select/showcase/chromium/should-have-same-aria-snapshot/DBSelect-should-have-same-aria-snapshot.yaml
Received: /__w/core-web/core-web/showcases/vue-showcase/test-results/select-select-snapshot-DBS-40d44-uld-have-same-aria-snapshot-chromium/should-have-same-aria-snapshot-actual.yaml
271 |
272 | const snapshot = await page.locator('main').ariaSnapshot();
> 273 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
274 | });
275 | };
276 |
at /__w/core-web/core-web/showcases/e2e/default.ts:273:20
|
[chromium] › showcases/e2e/default.ts:99:2 › DBSelect › should match screenshot:
showcases/e2e/default.ts#L140
1) [chromium] › showcases/e2e/default.ts:99:2 › DBSelect › should match screenshot ───────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
225 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/core-web/core-web/__snapshots__/select/showcase/chromium/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png
Received: /__w/core-web/core-web/showcases/vue-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium-retry1/DBSelect-should-match-screenshot-1-actual.png
Diff: /__w/core-web/core-web/showcases/vue-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium-retry1/DBSelect-should-match-screenshot-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 225 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 225 pixels (ratio 0.01 of all image pixels) are different.
138 | }
139 |
> 140 | await expect(page).toHaveScreenshot(config);
| ^
141 | });
142 | };
143 |
at /__w/core-web/core-web/showcases/e2e/default.ts:140:22
|
[chromium] › showcases/e2e/default.ts:99:2 › DBSelect › should match screenshot:
showcases/e2e/default.ts#L140
1) [chromium] › showcases/e2e/default.ts:99:2 › DBSelect › should match screenshot ───────────────
Error: expect(page).toHaveScreenshot(expected)
225 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/core-web/core-web/__snapshots__/select/showcase/chromium/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png
Received: /__w/core-web/core-web/showcases/vue-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium/DBSelect-should-match-screenshot-1-actual.png
Diff: /__w/core-web/core-web/showcases/vue-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium/DBSelect-should-match-screenshot-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 225 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 225 pixels (ratio 0.01 of all image pixels) are different.
138 | }
139 |
> 140 | await expect(page).toHaveScreenshot(config);
| ^
141 | });
142 | };
143 |
at /__w/core-web/core-web/showcases/e2e/default.ts:140:22
|
test-showcase-vue / 🧪🎭 - vue-showcase:1/6
Process completed with exit code 1.
|
[webkit] › showcases/e2e/home/showcase-home.spec.ts:80:2 › Home › should not have any A11y issues:
showcases/e2e/home/showcase-home.spec.ts#L98
2) [webkit] › showcases/e2e/home/showcase-home.spec.ts:80:2 › Home › should not have any A11y issues
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 47
- Array []
+ Array [
+ Object {
+ "description": "Ensure interactive controls are not nested as they are not always announced by screen readers or can cause focus problems for assistive technologies",
+ "help": "Interactive controls must not be nested",
+ "helpUrl": "https://dequeuniversity.com/rules/axe/4.10/nested-interactive?application=playwright",
+ "id": "nested-interactive",
+ "impact": "serious",
+ "nodes": Array [
+ Object {
+ "all": Array [],
+ "any": Array [
+ Object {
+ "data": null,
+ "id": "no-focusable-content",
+ "impact": "serious",
+ "message": "Element has focusable descendants",
+ "relatedNodes": Array [
+ Object {
+ "html": "<a href=\"#/\" data-discover=\"true\" aria-current=\"page\">Home</a>",
+ "target": Array [
+ "a[href=\"#/\"][aria-current=\"page\"][data-discover=\"true\"]",
+ ],
+ },
+ ],
+ },
+ ],
+ "failureSummary": "Fix any of the following:
+ Element has focusable descendants",
+ "html": "<button class=\"db-navigation-item-expand-button\" aria-haspopup=\"false\" aria-expanded=\"false\"><a href=\"#/\" data-discover=\"true\" aria-current=\"page\">Home</a></button>",
+ "impact": "serious",
+ "none": Array [],
+ "target": Array [
+ ":root",
+ ],
+ },
+ ],
+ "tags": Array [
+ "cat.keyboard",
+ "wcag2a",
+ "wcag412",
+ "TTv5",
+ "TT6.a",
+ "EN-301-549",
+ "EN-9.4.1.2",
+ ],
+ },
+ ]
96 | .analyze();
97 |
> 98 | expect(accessibilityScanResults.violations).toEqual([]);
| ^
99 | });
100 |
101 | const stencil = isStencil(process.env.showcase);
at /__w/core-web/core-web/showcases/e2e/home/showcase-home.spec.ts:98:47
|
[webkit] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot:
showcases/e2e/default.ts#L273
1) [webkit] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot ─────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -87,13 +87,13 @@
- option "Option 2"
- text: Invalid exclamation_mark_circle" / " Invalid Message
- status
- text: chevron_down" / " Label
- combobox "Label":
- - option "Valid" [selected]
+ - option "Valid"
- option "Option 2"
- - text: check_circle" / " Valid message
+ - text: Valid check_circle" / " Valid message
- status
- text: chevron_down" / "
- link "Disabled arrow_up_right\" / \""
- text: Label
- combobox "Label":
Expected: /__w/core-web/core-web/__snapshots__/select/showcase/webkit/should-have-same-aria-snapshot/DBSelect-should-have-same-aria-snapshot.yaml
Received: /__w/core-web/core-web/showcases/react-showcase/test-results/select-select-snapshot-DBS-40d44-uld-have-same-aria-snapshot-webkit-retry1/should-have-same-aria-snapshot-actual.yaml
271 |
272 | const snapshot = await page.locator('main').ariaSnapshot();
> 273 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
274 | });
275 | };
276 |
at /__w/core-web/core-web/showcases/e2e/default.ts:273:20
|
[webkit] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot:
showcases/e2e/default.ts#L273
1) [webkit] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot ─────────
Error: expect(string).toMatchSnapshot(expected)
@@ -87,13 +87,13 @@
- option "Option 2"
- text: Invalid exclamation_mark_circle" / " Invalid Message
- status
- text: chevron_down" / " Label
- combobox "Label":
- - option "Valid" [selected]
+ - option "Valid"
- option "Option 2"
- - text: check_circle" / " Valid message
+ - text: Valid check_circle" / " Valid message
- status
- text: chevron_down" / "
- link "Disabled arrow_up_right\" / \""
- text: Label
- combobox "Label":
Expected: /__w/core-web/core-web/__snapshots__/select/showcase/webkit/should-have-same-aria-snapshot/DBSelect-should-have-same-aria-snapshot.yaml
Received: /__w/core-web/core-web/showcases/react-showcase/test-results/select-select-snapshot-DBS-40d44-uld-have-same-aria-snapshot-webkit/should-have-same-aria-snapshot-actual.yaml
271 |
272 | const snapshot = await page.locator('main').ariaSnapshot();
> 273 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
274 | });
275 | };
276 |
at /__w/core-web/core-web/showcases/e2e/default.ts:273:20
|
test-showcase-react / 🧪🎭 - react-showcase:4/6
Process completed with exit code 1.
|
[mobile_chrome] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot:
showcases/e2e/default.ts#L273
2) [mobile_chrome] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot ──
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -87,13 +87,13 @@
- option "Option 2"
- text: Invalid exclamation_mark_circle" / " Invalid Message
- status
- text: chevron_down" / " Label
- combobox "Label":
- - option "Valid" [selected]
+ - option "Valid"
- option "Option 2"
- - text: check_circle" / " Valid message
+ - text: Valid check_circle" / " Valid message
- status
- text: chevron_down" / "
- link "Disabled arrow_up_right\" / \""
- text: Label
- combobox "Label":
Expected: /__w/core-web/core-web/__snapshots__/select/showcase/mobile-chrome/should-have-same-aria-snapshot/DBSelect-should-have-same-aria-snapshot.yaml
Received: /__w/core-web/core-web/showcases/stencil-showcase/test-results/select-select-snapshot-DBS-40d44-uld-have-same-aria-snapshot-mobile-chrome-retry1/should-have-same-aria-snapshot-actual.yaml
271 |
272 | const snapshot = await page.locator('main').ariaSnapshot();
> 273 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
274 | });
275 | };
276 |
at /__w/core-web/core-web/showcases/e2e/default.ts:273:20
|
[mobile_chrome] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot:
showcases/e2e/default.ts#L273
2) [mobile_chrome] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot ──
Error: expect(string).toMatchSnapshot(expected)
@@ -87,13 +87,13 @@
- option "Option 2"
- text: Invalid exclamation_mark_circle" / " Invalid Message
- status
- text: chevron_down" / " Label
- combobox "Label":
- - option "Valid" [selected]
+ - option "Valid"
- option "Option 2"
- - text: check_circle" / " Valid message
+ - text: Valid check_circle" / " Valid message
- status
- text: chevron_down" / "
- link "Disabled arrow_up_right\" / \""
- text: Label
- combobox "Label":
Expected: /__w/core-web/core-web/__snapshots__/select/showcase/mobile-chrome/should-have-same-aria-snapshot/DBSelect-should-have-same-aria-snapshot.yaml
Received: /__w/core-web/core-web/showcases/stencil-showcase/test-results/select-select-snapshot-DBS-40d44-uld-have-same-aria-snapshot-mobile-chrome/should-have-same-aria-snapshot-actual.yaml
271 |
272 | const snapshot = await page.locator('main').ariaSnapshot();
> 273 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
274 | });
275 | };
276 |
at /__w/core-web/core-web/showcases/e2e/default.ts:273:20
|
[mobile_chrome] › showcases/e2e/default.ts:99:2 › DBSelect › should match screenshot:
showcases/e2e/default.ts#L140
1) [mobile_chrome] › showcases/e2e/default.ts:99:2 › DBSelect › should match screenshot ──────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
182 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/core-web/core-web/__snapshots__/select/showcase/mobile-chrome/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png
Received: /__w/core-web/core-web/showcases/stencil-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-mobile-chrome-retry1/DBSelect-should-match-screenshot-1-actual.png
Diff: /__w/core-web/core-web/showcases/stencil-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-mobile-chrome-retry1/DBSelect-should-match-screenshot-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 182 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 182 pixels (ratio 0.01 of all image pixels) are different.
138 | }
139 |
> 140 | await expect(page).toHaveScreenshot(config);
| ^
141 | });
142 | };
143 |
at /__w/core-web/core-web/showcases/e2e/default.ts:140:22
|
[mobile_chrome] › showcases/e2e/default.ts:99:2 › DBSelect › should match screenshot:
showcases/e2e/default.ts#L140
1) [mobile_chrome] › showcases/e2e/default.ts:99:2 › DBSelect › should match screenshot ──────────
Error: expect(page).toHaveScreenshot(expected)
182 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/core-web/core-web/__snapshots__/select/showcase/mobile-chrome/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png
Received: /__w/core-web/core-web/showcases/stencil-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-mobile-chrome/DBSelect-should-match-screenshot-1-actual.png
Diff: /__w/core-web/core-web/showcases/stencil-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-mobile-chrome/DBSelect-should-match-screenshot-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 182 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 182 pixels (ratio 0.01 of all image pixels) are different.
138 | }
139 |
> 140 | await expect(page).toHaveScreenshot(config);
| ^
141 | });
142 | };
143 |
at /__w/core-web/core-web/showcases/e2e/default.ts:140:22
|
test-showcase-stencil / 🧪🎭 - stencil-showcase:6/6
Process completed with exit code 1.
|
[chromium-highContrast] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot:
showcases/e2e/default.ts#L273
2) [chromium-highContrast] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -87,13 +87,13 @@
- option "Option 2"
- text: Invalid exclamation_mark_circle" / " Invalid Message
- status
- text: chevron_down" / " Label
- combobox "Label":
- - option "Valid" [selected]
+ - option "Valid"
- option "Option 2"
- - text: check_circle" / " Valid message
+ - text: Valid check_circle" / " Valid message
- status
- text: chevron_down" / "
- link "Disabled arrow_up_right\" / \""
- text: Label
- combobox "Label":
Expected: /__w/core-web/core-web/__snapshots__/select/showcase/chromium-highContrast/should-have-same-aria-snapshot/DBSelect-should-have-same-aria-snapshot.yaml
Received: /__w/core-web/core-web/showcases/vue-showcase/test-results/select-select-snapshot-DBS-40d44-uld-have-same-aria-snapshot-chromium-highContrast-retry1/should-have-same-aria-snapshot-actual.yaml
271 |
272 | const snapshot = await page.locator('main').ariaSnapshot();
> 273 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
274 | });
275 | };
276 |
at /__w/core-web/core-web/showcases/e2e/default.ts:273:20
|
[chromium-highContrast] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot:
showcases/e2e/default.ts#L273
2) [chromium-highContrast] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot
Error: expect(string).toMatchSnapshot(expected)
@@ -87,13 +87,13 @@
- option "Option 2"
- text: Invalid exclamation_mark_circle" / " Invalid Message
- status
- text: chevron_down" / " Label
- combobox "Label":
- - option "Valid" [selected]
+ - option "Valid"
- option "Option 2"
- - text: check_circle" / " Valid message
+ - text: Valid check_circle" / " Valid message
- status
- text: chevron_down" / "
- link "Disabled arrow_up_right\" / \""
- text: Label
- combobox "Label":
Expected: /__w/core-web/core-web/__snapshots__/select/showcase/chromium-highContrast/should-have-same-aria-snapshot/DBSelect-should-have-same-aria-snapshot.yaml
Received: /__w/core-web/core-web/showcases/vue-showcase/test-results/select-select-snapshot-DBS-40d44-uld-have-same-aria-snapshot-chromium-highContrast/should-have-same-aria-snapshot-actual.yaml
271 |
272 | const snapshot = await page.locator('main').ariaSnapshot();
> 273 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
274 | });
275 | };
276 |
at /__w/core-web/core-web/showcases/e2e/default.ts:273:20
|
[chromium-highContrast] › showcases/e2e/default.ts:99:2 › DBSelect › should match screenshot:
showcases/e2e/default.ts#L140
1) [chromium-highContrast] › showcases/e2e/default.ts:99:2 › DBSelect › should match screenshot ──
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
237 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/core-web/core-web/__snapshots__/select/showcase/chromium-highContrast/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png
Received: /__w/core-web/core-web/showcases/vue-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium-highContrast-retry1/DBSelect-should-match-screenshot-1-actual.png
Diff: /__w/core-web/core-web/showcases/vue-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium-highContrast-retry1/DBSelect-should-match-screenshot-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 237 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 237 pixels (ratio 0.01 of all image pixels) are different.
138 | }
139 |
> 140 | await expect(page).toHaveScreenshot(config);
| ^
141 | });
142 | };
143 |
at /__w/core-web/core-web/showcases/e2e/default.ts:140:22
|
[chromium-highContrast] › showcases/e2e/default.ts:99:2 › DBSelect › should match screenshot:
showcases/e2e/default.ts#L140
1) [chromium-highContrast] › showcases/e2e/default.ts:99:2 › DBSelect › should match screenshot ──
Error: expect(page).toHaveScreenshot(expected)
237 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/core-web/core-web/__snapshots__/select/showcase/chromium-highContrast/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png
Received: /__w/core-web/core-web/showcases/vue-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium-highContrast/DBSelect-should-match-screenshot-1-actual.png
Diff: /__w/core-web/core-web/showcases/vue-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium-highContrast/DBSelect-should-match-screenshot-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 237 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 237 pixels (ratio 0.01 of all image pixels) are different.
138 | }
139 |
> 140 | await expect(page).toHaveScreenshot(config);
| ^
141 | });
142 | };
143 |
at /__w/core-web/core-web/showcases/e2e/default.ts:140:22
|
test-showcase-vue / 🧪🎭 - vue-showcase:2/6
Process completed with exit code 1.
|
[webkit] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot:
showcases/e2e/default.ts#L273
1) [webkit] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot ─────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -87,13 +87,13 @@
- option "Option 2"
- text: Invalid exclamation_mark_circle" / " Invalid Message
- status
- text: chevron_down" / " Label
- combobox "Label":
- - option "Valid" [selected]
+ - option "Valid"
- option "Option 2"
- - text: check_circle" / " Valid message
+ - text: Valid check_circle" / " Valid message
- status
- text: chevron_down" / "
- link "Disabled arrow_up_right\" / \""
- text: Label
- combobox "Label":
Expected: /__w/core-web/core-web/__snapshots__/select/showcase/webkit/should-have-same-aria-snapshot/DBSelect-should-have-same-aria-snapshot.yaml
Received: /__w/core-web/core-web/showcases/stencil-showcase/test-results/select-select-snapshot-DBS-40d44-uld-have-same-aria-snapshot-webkit-retry1/should-have-same-aria-snapshot-actual.yaml
271 |
272 | const snapshot = await page.locator('main').ariaSnapshot();
> 273 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
274 | });
275 | };
276 |
at /__w/core-web/core-web/showcases/e2e/default.ts:273:20
|
[webkit] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot:
showcases/e2e/default.ts#L273
1) [webkit] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot ─────────
Error: expect(string).toMatchSnapshot(expected)
@@ -87,13 +87,13 @@
- option "Option 2"
- text: Invalid exclamation_mark_circle" / " Invalid Message
- status
- text: chevron_down" / " Label
- combobox "Label":
- - option "Valid" [selected]
+ - option "Valid"
- option "Option 2"
- - text: check_circle" / " Valid message
+ - text: Valid check_circle" / " Valid message
- status
- text: chevron_down" / "
- link "Disabled arrow_up_right\" / \""
- text: Label
- combobox "Label":
Expected: /__w/core-web/core-web/__snapshots__/select/showcase/webkit/should-have-same-aria-snapshot/DBSelect-should-have-same-aria-snapshot.yaml
Received: /__w/core-web/core-web/showcases/stencil-showcase/test-results/select-select-snapshot-DBS-40d44-uld-have-same-aria-snapshot-webkit/should-have-same-aria-snapshot-actual.yaml
271 |
272 | const snapshot = await page.locator('main').ariaSnapshot();
> 273 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
274 | });
275 | };
276 |
at /__w/core-web/core-web/showcases/e2e/default.ts:273:20
|
test-showcase-stencil / 🧪🎭 - stencil-showcase:5/6
Process completed with exit code 1.
|
[chromium-highContrast] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot:
showcases/e2e/default.ts#L273
2) [chromium-highContrast] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -87,13 +87,13 @@
- option "Option 2"
- text: Invalid exclamation_mark_circle" / " Invalid Message
- status
- text: chevron_down" / " Label
- combobox "Label":
- - option "Valid" [selected]
+ - option "Valid"
- option "Option 2"
- - text: check_circle" / " Valid message
+ - text: Valid check_circle" / " Valid message
- status
- text: chevron_down" / "
- link "Disabled arrow_up_right\" / \""
- text: Label
- combobox "Label":
Expected: /__w/core-web/core-web/__snapshots__/select/showcase/chromium-highContrast/should-have-same-aria-snapshot/DBSelect-should-have-same-aria-snapshot.yaml
Received: /__w/core-web/core-web/showcases/react-showcase/test-results/select-select-snapshot-DBS-40d44-uld-have-same-aria-snapshot-chromium-highContrast-retry1/should-have-same-aria-snapshot-actual.yaml
271 |
272 | const snapshot = await page.locator('main').ariaSnapshot();
> 273 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
274 | });
275 | };
276 |
at /__w/core-web/core-web/showcases/e2e/default.ts:273:20
|
[chromium-highContrast] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot:
showcases/e2e/default.ts#L273
2) [chromium-highContrast] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot
Error: expect(string).toMatchSnapshot(expected)
@@ -87,13 +87,13 @@
- option "Option 2"
- text: Invalid exclamation_mark_circle" / " Invalid Message
- status
- text: chevron_down" / " Label
- combobox "Label":
- - option "Valid" [selected]
+ - option "Valid"
- option "Option 2"
- - text: check_circle" / " Valid message
+ - text: Valid check_circle" / " Valid message
- status
- text: chevron_down" / "
- link "Disabled arrow_up_right\" / \""
- text: Label
- combobox "Label":
Expected: /__w/core-web/core-web/__snapshots__/select/showcase/chromium-highContrast/should-have-same-aria-snapshot/DBSelect-should-have-same-aria-snapshot.yaml
Received: /__w/core-web/core-web/showcases/react-showcase/test-results/select-select-snapshot-DBS-40d44-uld-have-same-aria-snapshot-chromium-highContrast/should-have-same-aria-snapshot-actual.yaml
271 |
272 | const snapshot = await page.locator('main').ariaSnapshot();
> 273 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
274 | });
275 | };
276 |
at /__w/core-web/core-web/showcases/e2e/default.ts:273:20
|
[chromium-highContrast] › showcases/e2e/default.ts:99:2 › DBSelect › should match screenshot:
showcases/e2e/default.ts#L140
1) [chromium-highContrast] › showcases/e2e/default.ts:99:2 › DBSelect › should match screenshot ──
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
237 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/core-web/core-web/__snapshots__/select/showcase/chromium-highContrast/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png
Received: /__w/core-web/core-web/showcases/react-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium-highContrast-retry1/DBSelect-should-match-screenshot-1-actual.png
Diff: /__w/core-web/core-web/showcases/react-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium-highContrast-retry1/DBSelect-should-match-screenshot-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 237 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 237 pixels (ratio 0.01 of all image pixels) are different.
138 | }
139 |
> 140 | await expect(page).toHaveScreenshot(config);
| ^
141 | });
142 | };
143 |
at /__w/core-web/core-web/showcases/e2e/default.ts:140:22
|
[chromium-highContrast] › showcases/e2e/default.ts:99:2 › DBSelect › should match screenshot:
showcases/e2e/default.ts#L140
1) [chromium-highContrast] › showcases/e2e/default.ts:99:2 › DBSelect › should match screenshot ──
Error: expect(page).toHaveScreenshot(expected)
237 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/core-web/core-web/__snapshots__/select/showcase/chromium-highContrast/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png
Received: /__w/core-web/core-web/showcases/react-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium-highContrast/DBSelect-should-match-screenshot-1-actual.png
Diff: /__w/core-web/core-web/showcases/react-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium-highContrast/DBSelect-should-match-screenshot-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 237 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 237 pixels (ratio 0.01 of all image pixels) are different.
138 | }
139 |
> 140 | await expect(page).toHaveScreenshot(config);
| ^
141 | });
142 | };
143 |
at /__w/core-web/core-web/showcases/e2e/default.ts:140:22
|
test-showcase-react / 🧪🎭 - react-showcase:2/6
Process completed with exit code 1.
|
[firefox] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot:
showcases/e2e/default.ts#L273
1) [firefox] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot ────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -87,13 +87,13 @@
- option "Option 2"
- text: Invalid exclamation_mark_circle" / " Invalid Message
- status
- text: chevron_down" / " Label
- combobox "Label":
- - option "Valid" [selected]
+ - option "Valid"
- option "Option 2"
- - text: check_circle" / " Valid message
+ - text: Valid check_circle" / " Valid message
- status
- text: chevron_down" / "
- link "Disabled arrow_up_right\" / \""
- text: Label
- combobox "Label":
Expected: /__w/core-web/core-web/__snapshots__/select/showcase/firefox/should-have-same-aria-snapshot/DBSelect-should-have-same-aria-snapshot.yaml
Received: /__w/core-web/core-web/showcases/stencil-showcase/test-results/select-select-snapshot-DBS-40d44-uld-have-same-aria-snapshot-firefox-retry1/should-have-same-aria-snapshot-actual.yaml
271 |
272 | const snapshot = await page.locator('main').ariaSnapshot();
> 273 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
274 | });
275 | };
276 |
at /__w/core-web/core-web/showcases/e2e/default.ts:273:20
|
[firefox] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot:
showcases/e2e/default.ts#L273
1) [firefox] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot ────────
Error: expect(string).toMatchSnapshot(expected)
@@ -87,13 +87,13 @@
- option "Option 2"
- text: Invalid exclamation_mark_circle" / " Invalid Message
- status
- text: chevron_down" / " Label
- combobox "Label":
- - option "Valid" [selected]
+ - option "Valid"
- option "Option 2"
- - text: check_circle" / " Valid message
+ - text: Valid check_circle" / " Valid message
- status
- text: chevron_down" / "
- link "Disabled arrow_up_right\" / \""
- text: Label
- combobox "Label":
Expected: /__w/core-web/core-web/__snapshots__/select/showcase/firefox/should-have-same-aria-snapshot/DBSelect-should-have-same-aria-snapshot.yaml
Received: /__w/core-web/core-web/showcases/stencil-showcase/test-results/select-select-snapshot-DBS-40d44-uld-have-same-aria-snapshot-firefox/should-have-same-aria-snapshot-actual.yaml
271 |
272 | const snapshot = await page.locator('main').ariaSnapshot();
> 273 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
274 | });
275 | };
276 |
at /__w/core-web/core-web/showcases/e2e/default.ts:273:20
|
test-showcase-stencil / 🧪🎭 - stencil-showcase:4/6
Process completed with exit code 1.
|
[chromium] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot:
showcases/e2e/default.ts#L273
2) [chromium] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot ───────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -87,13 +87,13 @@
- option "Option 2"
- text: Invalid exclamation_mark_circle" / " Invalid Message
- status
- text: chevron_down" / " Label
- combobox "Label":
- - option "Valid" [selected]
+ - option "Valid"
- option "Option 2"
- - text: check_circle" / " Valid message
+ - text: Valid check_circle" / " Valid message
- status
- text: chevron_down" / "
- link "Disabled arrow_up_right\" / \""
- text: Label
- combobox "Label":
Expected: /__w/core-web/core-web/__snapshots__/select/showcase/chromium/should-have-same-aria-snapshot/DBSelect-should-have-same-aria-snapshot.yaml
Received: /__w/core-web/core-web/showcases/react-showcase/test-results/select-select-snapshot-DBS-40d44-uld-have-same-aria-snapshot-chromium-retry1/should-have-same-aria-snapshot-actual.yaml
271 |
272 | const snapshot = await page.locator('main').ariaSnapshot();
> 273 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
274 | });
275 | };
276 |
at /__w/core-web/core-web/showcases/e2e/default.ts:273:20
|
[chromium] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot:
showcases/e2e/default.ts#L273
2) [chromium] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot ───────
Error: expect(string).toMatchSnapshot(expected)
@@ -87,13 +87,13 @@
- option "Option 2"
- text: Invalid exclamation_mark_circle" / " Invalid Message
- status
- text: chevron_down" / " Label
- combobox "Label":
- - option "Valid" [selected]
+ - option "Valid"
- option "Option 2"
- - text: check_circle" / " Valid message
+ - text: Valid check_circle" / " Valid message
- status
- text: chevron_down" / "
- link "Disabled arrow_up_right\" / \""
- text: Label
- combobox "Label":
Expected: /__w/core-web/core-web/__snapshots__/select/showcase/chromium/should-have-same-aria-snapshot/DBSelect-should-have-same-aria-snapshot.yaml
Received: /__w/core-web/core-web/showcases/react-showcase/test-results/select-select-snapshot-DBS-40d44-uld-have-same-aria-snapshot-chromium/should-have-same-aria-snapshot-actual.yaml
271 |
272 | const snapshot = await page.locator('main').ariaSnapshot();
> 273 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
274 | });
275 | };
276 |
at /__w/core-web/core-web/showcases/e2e/default.ts:273:20
|
[chromium] › showcases/e2e/default.ts:99:2 › DBSelect › should match screenshot:
showcases/e2e/default.ts#L140
1) [chromium] › showcases/e2e/default.ts:99:2 › DBSelect › should match screenshot ───────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
225 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/core-web/core-web/__snapshots__/select/showcase/chromium/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png
Received: /__w/core-web/core-web/showcases/react-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium-retry1/DBSelect-should-match-screenshot-1-actual.png
Diff: /__w/core-web/core-web/showcases/react-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium-retry1/DBSelect-should-match-screenshot-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 225 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 225 pixels (ratio 0.01 of all image pixels) are different.
138 | }
139 |
> 140 | await expect(page).toHaveScreenshot(config);
| ^
141 | });
142 | };
143 |
at /__w/core-web/core-web/showcases/e2e/default.ts:140:22
|
[chromium] › showcases/e2e/default.ts:99:2 › DBSelect › should match screenshot:
showcases/e2e/default.ts#L140
1) [chromium] › showcases/e2e/default.ts:99:2 › DBSelect › should match screenshot ───────────────
Error: expect(page).toHaveScreenshot(expected)
225 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/core-web/core-web/__snapshots__/select/showcase/chromium/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png
Received: /__w/core-web/core-web/showcases/react-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium/DBSelect-should-match-screenshot-1-actual.png
Diff: /__w/core-web/core-web/showcases/react-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium/DBSelect-should-match-screenshot-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 225 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 225 pixels (ratio 0.01 of all image pixels) are different.
138 | }
139 |
> 140 | await expect(page).toHaveScreenshot(config);
| ^
141 | });
142 | };
143 |
at /__w/core-web/core-web/showcases/e2e/default.ts:140:22
|
test-showcase-react / 🧪🎭 - react-showcase:1/6
Process completed with exit code 1.
|
[chromium-highContrast] › showcases/e2e/default.ts:99:2 › DBTabItem › should match screenshot:
showcases/e2e/default.ts#L140
3) [chromium-highContrast] › showcases/e2e/default.ts:99:2 › DBTabItem › should match screenshot ─
Error: expect(page).toHaveScreenshot(expected)
Expected an image 1280px by 2315px, received 1280px by 2331px. 20480 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/core-web/core-web/__snapshots__/tab-item/showcase/chromium-highContrast/DBTabItem-should-match-screenshot-1/DBTabItem-should-match-screenshot.png
Received: /__w/core-web/core-web/showcases/stencil-showcase/test-results/tab-item-tab-item-snapshot-DBTabItem-should-match-screenshot-chromium-highContrast/DBTabItem-should-match-screenshot-1-actual.png
Diff: /__w/core-web/core-web/showcases/stencil-showcase/test-results/tab-item-tab-item-snapshot-DBTabItem-should-match-screenshot-chromium-highContrast/DBTabItem-should-match-screenshot-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- Expected an image 1280px by 2315px, received 1280px by 2331px. 20480 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- Expected an image 1280px by 2315px, received 1280px by 2331px. 20480 pixels (ratio 0.01 of all image pixels) are different.
138 | }
139 |
> 140 | await expect(page).toHaveScreenshot(config);
| ^
141 | });
142 | };
143 |
at /__w/core-web/core-web/showcases/e2e/default.ts:140:22
|
[chromium-highContrast] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot:
showcases/e2e/default.ts#L273
2) [chromium-highContrast] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -87,13 +87,13 @@
- option "Option 2"
- text: Invalid exclamation_mark_circle" / " Invalid Message
- status
- text: chevron_down" / " Label
- combobox "Label":
- - option "Valid" [selected]
+ - option "Valid"
- option "Option 2"
- - text: check_circle" / " Valid message
+ - text: Valid check_circle" / " Valid message
- status
- text: chevron_down" / "
- link "Disabled arrow_up_right\" / \""
- text: Label
- combobox "Label":
Expected: /__w/core-web/core-web/__snapshots__/select/showcase/chromium-highContrast/should-have-same-aria-snapshot/DBSelect-should-have-same-aria-snapshot.yaml
Received: /__w/core-web/core-web/showcases/stencil-showcase/test-results/select-select-snapshot-DBS-40d44-uld-have-same-aria-snapshot-chromium-highContrast-retry1/should-have-same-aria-snapshot-actual.yaml
271 |
272 | const snapshot = await page.locator('main').ariaSnapshot();
> 273 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
274 | });
275 | };
276 |
at /__w/core-web/core-web/showcases/e2e/default.ts:273:20
|
[chromium-highContrast] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot:
showcases/e2e/default.ts#L273
2) [chromium-highContrast] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot
Error: expect(string).toMatchSnapshot(expected)
@@ -87,13 +87,13 @@
- option "Option 2"
- text: Invalid exclamation_mark_circle" / " Invalid Message
- status
- text: chevron_down" / " Label
- combobox "Label":
- - option "Valid" [selected]
+ - option "Valid"
- option "Option 2"
- - text: check_circle" / " Valid message
+ - text: Valid check_circle" / " Valid message
- status
- text: chevron_down" / "
- link "Disabled arrow_up_right\" / \""
- text: Label
- combobox "Label":
Expected: /__w/core-web/core-web/__snapshots__/select/showcase/chromium-highContrast/should-have-same-aria-snapshot/DBSelect-should-have-same-aria-snapshot.yaml
Received: /__w/core-web/core-web/showcases/stencil-showcase/test-results/select-select-snapshot-DBS-40d44-uld-have-same-aria-snapshot-chromium-highContrast/should-have-same-aria-snapshot-actual.yaml
271 |
272 | const snapshot = await page.locator('main').ariaSnapshot();
> 273 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
274 | });
275 | };
276 |
at /__w/core-web/core-web/showcases/e2e/default.ts:273:20
|
[chromium-highContrast] › showcases/e2e/default.ts:99:2 › DBSelect › should match screenshot:
showcases/e2e/default.ts#L140
1) [chromium-highContrast] › showcases/e2e/default.ts:99:2 › DBSelect › should match screenshot ──
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
237 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/core-web/core-web/__snapshots__/select/showcase/chromium-highContrast/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png
Received: /__w/core-web/core-web/showcases/stencil-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium-highContrast-retry1/DBSelect-should-match-screenshot-1-actual.png
Diff: /__w/core-web/core-web/showcases/stencil-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium-highContrast-retry1/DBSelect-should-match-screenshot-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 237 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 237 pixels (ratio 0.01 of all image pixels) are different.
138 | }
139 |
> 140 | await expect(page).toHaveScreenshot(config);
| ^
141 | });
142 | };
143 |
at /__w/core-web/core-web/showcases/e2e/default.ts:140:22
|
[chromium-highContrast] › showcases/e2e/default.ts:99:2 › DBSelect › should match screenshot:
showcases/e2e/default.ts#L140
1) [chromium-highContrast] › showcases/e2e/default.ts:99:2 › DBSelect › should match screenshot ──
Error: expect(page).toHaveScreenshot(expected)
237 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/core-web/core-web/__snapshots__/select/showcase/chromium-highContrast/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png
Received: /__w/core-web/core-web/showcases/stencil-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium-highContrast/DBSelect-should-match-screenshot-1-actual.png
Diff: /__w/core-web/core-web/showcases/stencil-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium-highContrast/DBSelect-should-match-screenshot-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 237 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 237 pixels (ratio 0.01 of all image pixels) are different.
138 | }
139 |
> 140 | await expect(page).toHaveScreenshot(config);
| ^
141 | });
142 | };
143 |
at /__w/core-web/core-web/showcases/e2e/default.ts:140:22
|
test-showcase-stencil / 🧪🎭 - stencil-showcase:3/6
Process completed with exit code 1.
|
[mobile_safari] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot:
showcases/e2e/default.ts#L273
1) [mobile_safari] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot ──
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -87,13 +87,13 @@
- option "Option 2"
- text: Invalid exclamation_mark_circle" / " Invalid Message
- status
- text: chevron_down" / " Label
- combobox "Label":
- - option "Valid" [selected]
+ - option "Valid"
- option "Option 2"
- - text: check_circle" / " Valid message
+ - text: Valid check_circle" / " Valid message
- status
- text: chevron_down" / "
- link "Disabled arrow_up_right\" / \""
- text: Label
- combobox "Label":
Expected: /__w/core-web/core-web/__snapshots__/select/showcase/mobile-safari/should-have-same-aria-snapshot/DBSelect-should-have-same-aria-snapshot.yaml
Received: /__w/core-web/core-web/showcases/angular-showcase/test-results/select-select-snapshot-DBS-40d44-uld-have-same-aria-snapshot-mobile-safari-retry1/should-have-same-aria-snapshot-actual.yaml
271 |
272 | const snapshot = await page.locator('main').ariaSnapshot();
> 273 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
274 | });
275 | };
276 |
at /__w/core-web/core-web/showcases/e2e/default.ts:273:20
|
[mobile_safari] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot:
showcases/e2e/default.ts#L273
1) [mobile_safari] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot ──
Error: expect(string).toMatchSnapshot(expected)
@@ -87,13 +87,13 @@
- option "Option 2"
- text: Invalid exclamation_mark_circle" / " Invalid Message
- status
- text: chevron_down" / " Label
- combobox "Label":
- - option "Valid" [selected]
+ - option "Valid"
- option "Option 2"
- - text: check_circle" / " Valid message
+ - text: Valid check_circle" / " Valid message
- status
- text: chevron_down" / "
- link "Disabled arrow_up_right\" / \""
- text: Label
- combobox "Label":
Expected: /__w/core-web/core-web/__snapshots__/select/showcase/mobile-safari/should-have-same-aria-snapshot/DBSelect-should-have-same-aria-snapshot.yaml
Received: /__w/core-web/core-web/showcases/angular-showcase/test-results/select-select-snapshot-DBS-40d44-uld-have-same-aria-snapshot-mobile-safari/should-have-same-aria-snapshot-actual.yaml
271 |
272 | const snapshot = await page.locator('main').ariaSnapshot();
> 273 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
274 | });
275 | };
276 |
at /__w/core-web/core-web/showcases/e2e/default.ts:273:20
|
test-showcase-angular / 🧪🎭 - angular-showcase:6/6
Process completed with exit code 1.
|
[mobile_chrome] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot:
showcases/e2e/default.ts#L273
1) [mobile_chrome] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot ──
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -87,13 +87,13 @@
- option "Option 2"
- text: Invalid exclamation_mark_circle" / " Invalid Message
- status
- text: chevron_down" / " Label
- combobox "Label":
- - option "Valid" [selected]
+ - option "Valid"
- option "Option 2"
- - text: check_circle" / " Valid message
+ - text: Valid check_circle" / " Valid message
- status
- text: chevron_down" / "
- link "Disabled arrow_up_right\" / \""
- text: Label
- combobox "Label":
Expected: /__w/core-web/core-web/__snapshots__/select/showcase/mobile-chrome/should-have-same-aria-snapshot/DBSelect-should-have-same-aria-snapshot.yaml
Received: /__w/core-web/core-web/showcases/angular-showcase/test-results/select-select-snapshot-DBS-40d44-uld-have-same-aria-snapshot-mobile-chrome-retry1/should-have-same-aria-snapshot-actual.yaml
271 |
272 | const snapshot = await page.locator('main').ariaSnapshot();
> 273 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
274 | });
275 | };
276 |
at /__w/core-web/core-web/showcases/e2e/default.ts:273:20
|
[mobile_chrome] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot:
showcases/e2e/default.ts#L273
1) [mobile_chrome] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot ──
Error: expect(string).toMatchSnapshot(expected)
@@ -87,13 +87,13 @@
- option "Option 2"
- text: Invalid exclamation_mark_circle" / " Invalid Message
- status
- text: chevron_down" / " Label
- combobox "Label":
- - option "Valid" [selected]
+ - option "Valid"
- option "Option 2"
- - text: check_circle" / " Valid message
+ - text: Valid check_circle" / " Valid message
- status
- text: chevron_down" / "
- link "Disabled arrow_up_right\" / \""
- text: Label
- combobox "Label":
Expected: /__w/core-web/core-web/__snapshots__/select/showcase/mobile-chrome/should-have-same-aria-snapshot/DBSelect-should-have-same-aria-snapshot.yaml
Received: /__w/core-web/core-web/showcases/angular-showcase/test-results/select-select-snapshot-DBS-40d44-uld-have-same-aria-snapshot-mobile-chrome/should-have-same-aria-snapshot-actual.yaml
271 |
272 | const snapshot = await page.locator('main').ariaSnapshot();
> 273 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
274 | });
275 | };
276 |
at /__w/core-web/core-web/showcases/e2e/default.ts:273:20
|
test-showcase-angular / 🧪🎭 - angular-showcase:5/6
Process completed with exit code 1.
|
[chromium] › showcases/e2e/default.ts:99:2 › DBSection › should match screenshot:
showcases/e2e/default.ts#L140
3) [chromium] › showcases/e2e/default.ts:99:2 › DBSection › should match screenshot ──────────────
Error: expect(page).toHaveScreenshot(expected)
Expected an image 1280px by 2883px, received 1280px by 2899px.
Expected: /__w/core-web/core-web/__snapshots__/section/showcase/chromium/DBSection-should-match-screenshot-1/DBSection-should-match-screenshot.png
Received: /__w/core-web/core-web/showcases/stencil-showcase/test-results/section-section-snapshot-DBSection-should-match-screenshot-chromium/DBSection-should-match-screenshot-1-actual.png
Diff: /__w/core-web/core-web/showcases/stencil-showcase/test-results/section-section-snapshot-DBSection-should-match-screenshot-chromium/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 2883px, received 1280px by 2899px.
- 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 2883px, received 1280px by 2899px.
138 | }
139 |
> 140 | await expect(page).toHaveScreenshot(config);
| ^
141 | });
142 | };
143 |
at /__w/core-web/core-web/showcases/e2e/default.ts:140:22
|
[chromium] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot:
showcases/e2e/default.ts#L273
2) [chromium] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot ───────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -87,13 +87,13 @@
- option "Option 2"
- text: Invalid exclamation_mark_circle" / " Invalid Message
- status
- text: chevron_down" / " Label
- combobox "Label":
- - option "Valid" [selected]
+ - option "Valid"
- option "Option 2"
- - text: check_circle" / " Valid message
+ - text: Valid check_circle" / " Valid message
- status
- text: chevron_down" / "
- link "Disabled arrow_up_right\" / \""
- text: Label
- combobox "Label":
Expected: /__w/core-web/core-web/__snapshots__/select/showcase/chromium/should-have-same-aria-snapshot/DBSelect-should-have-same-aria-snapshot.yaml
Received: /__w/core-web/core-web/showcases/stencil-showcase/test-results/select-select-snapshot-DBS-40d44-uld-have-same-aria-snapshot-chromium-retry1/should-have-same-aria-snapshot-actual.yaml
271 |
272 | const snapshot = await page.locator('main').ariaSnapshot();
> 273 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
274 | });
275 | };
276 |
at /__w/core-web/core-web/showcases/e2e/default.ts:273:20
|
[chromium] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot:
showcases/e2e/default.ts#L273
2) [chromium] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot ───────
Error: expect(string).toMatchSnapshot(expected)
@@ -87,13 +87,13 @@
- option "Option 2"
- text: Invalid exclamation_mark_circle" / " Invalid Message
- status
- text: chevron_down" / " Label
- combobox "Label":
- - option "Valid" [selected]
+ - option "Valid"
- option "Option 2"
- - text: check_circle" / " Valid message
+ - text: Valid check_circle" / " Valid message
- status
- text: chevron_down" / "
- link "Disabled arrow_up_right\" / \""
- text: Label
- combobox "Label":
Expected: /__w/core-web/core-web/__snapshots__/select/showcase/chromium/should-have-same-aria-snapshot/DBSelect-should-have-same-aria-snapshot.yaml
Received: /__w/core-web/core-web/showcases/stencil-showcase/test-results/select-select-snapshot-DBS-40d44-uld-have-same-aria-snapshot-chromium/should-have-same-aria-snapshot-actual.yaml
271 |
272 | const snapshot = await page.locator('main').ariaSnapshot();
> 273 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
274 | });
275 | };
276 |
at /__w/core-web/core-web/showcases/e2e/default.ts:273:20
|
[chromium] › showcases/e2e/default.ts:99:2 › DBSelect › should match screenshot:
showcases/e2e/default.ts#L140
1) [chromium] › showcases/e2e/default.ts:99:2 › DBSelect › should match screenshot ───────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
225 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/core-web/core-web/__snapshots__/select/showcase/chromium/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png
Received: /__w/core-web/core-web/showcases/stencil-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium-retry1/DBSelect-should-match-screenshot-1-actual.png
Diff: /__w/core-web/core-web/showcases/stencil-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium-retry1/DBSelect-should-match-screenshot-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 225 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 225 pixels (ratio 0.01 of all image pixels) are different.
138 | }
139 |
> 140 | await expect(page).toHaveScreenshot(config);
| ^
141 | });
142 | };
143 |
at /__w/core-web/core-web/showcases/e2e/default.ts:140:22
|
[chromium] › showcases/e2e/default.ts:99:2 › DBSelect › should match screenshot:
showcases/e2e/default.ts#L140
1) [chromium] › showcases/e2e/default.ts:99:2 › DBSelect › should match screenshot ───────────────
Error: expect(page).toHaveScreenshot(expected)
225 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/core-web/core-web/__snapshots__/select/showcase/chromium/DBSelect-should-match-screenshot-1/DBSelect-should-match-screenshot.png
Received: /__w/core-web/core-web/showcases/stencil-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium/DBSelect-should-match-screenshot-1-actual.png
Diff: /__w/core-web/core-web/showcases/stencil-showcase/test-results/select-select-snapshot-DBSelect-should-match-screenshot-chromium/DBSelect-should-match-screenshot-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 225 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 225 pixels (ratio 0.01 of all image pixels) are different.
138 | }
139 |
> 140 | await expect(page).toHaveScreenshot(config);
| ^
141 | });
142 | };
143 |
at /__w/core-web/core-web/showcases/e2e/default.ts:140:22
|
test-showcase-stencil / 🧪🎭 - stencil-showcase:1/6
Process completed with exit code 1.
|
[firefox] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot:
showcases/e2e/default.ts#L273
1) [firefox] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot ────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -87,13 +87,13 @@
- option "Option 2"
- text: Invalid exclamation_mark_circle" / " Invalid Message
- status
- text: chevron_down" / " Label
- combobox "Label":
- - option "Valid" [selected]
+ - option "Valid"
- option "Option 2"
- - text: check_circle" / " Valid message
+ - text: Valid check_circle" / " Valid message
- status
- text: chevron_down" / "
- link "Disabled arrow_up_right\" / \""
- text: Label
- combobox "Label":
Expected: /__w/core-web/core-web/__snapshots__/select/showcase/firefox/should-have-same-aria-snapshot/DBSelect-should-have-same-aria-snapshot.yaml
Received: /__w/core-web/core-web/showcases/angular-showcase/test-results/select-select-snapshot-DBS-40d44-uld-have-same-aria-snapshot-firefox-retry1/should-have-same-aria-snapshot-actual.yaml
271 |
272 | const snapshot = await page.locator('main').ariaSnapshot();
> 273 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
274 | });
275 | };
276 |
at /__w/core-web/core-web/showcases/e2e/default.ts:273:20
|
[firefox] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot:
showcases/e2e/default.ts#L273
1) [firefox] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot ────────
Error: expect(string).toMatchSnapshot(expected)
@@ -87,13 +87,13 @@
- option "Option 2"
- text: Invalid exclamation_mark_circle" / " Invalid Message
- status
- text: chevron_down" / " Label
- combobox "Label":
- - option "Valid" [selected]
+ - option "Valid"
- option "Option 2"
- - text: check_circle" / " Valid message
+ - text: Valid check_circle" / " Valid message
- status
- text: chevron_down" / "
- link "Disabled arrow_up_right\" / \""
- text: Label
- combobox "Label":
Expected: /__w/core-web/core-web/__snapshots__/select/showcase/firefox/should-have-same-aria-snapshot/DBSelect-should-have-same-aria-snapshot.yaml
Received: /__w/core-web/core-web/showcases/angular-showcase/test-results/select-select-snapshot-DBS-40d44-uld-have-same-aria-snapshot-firefox/should-have-same-aria-snapshot-actual.yaml
271 |
272 | const snapshot = await page.locator('main').ariaSnapshot();
> 273 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
274 | });
275 | };
276 |
at /__w/core-web/core-web/showcases/e2e/default.ts:273:20
|
test-showcase-angular / 🧪🎭 - angular-showcase:3/6
Process completed with exit code 1.
|
[webkit] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot:
showcases/e2e/default.ts#L273
1) [webkit] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot ─────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -87,13 +87,13 @@
- option "Option 2"
- text: Invalid exclamation_mark_circle" / " Invalid Message
- status
- text: chevron_down" / " Label
- combobox "Label":
- - option "Valid" [selected]
+ - option "Valid"
- option "Option 2"
- - text: check_circle" / " Valid message
+ - text: Valid check_circle" / " Valid message
- status
- text: chevron_down" / "
- link "Disabled arrow_up_right\" / \""
- text: Label
- combobox "Label":
Expected: /__w/core-web/core-web/__snapshots__/select/showcase/webkit/should-have-same-aria-snapshot/DBSelect-should-have-same-aria-snapshot.yaml
Received: /__w/core-web/core-web/showcases/angular-showcase/test-results/select-select-snapshot-DBS-40d44-uld-have-same-aria-snapshot-webkit-retry1/should-have-same-aria-snapshot-actual.yaml
271 |
272 | const snapshot = await page.locator('main').ariaSnapshot();
> 273 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
274 | });
275 | };
276 |
at /__w/core-web/core-web/showcases/e2e/default.ts:273:20
|
[webkit] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot:
showcases/e2e/default.ts#L273
1) [webkit] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot ─────────
Error: expect(string).toMatchSnapshot(expected)
@@ -87,13 +87,13 @@
- option "Option 2"
- text: Invalid exclamation_mark_circle" / " Invalid Message
- status
- text: chevron_down" / " Label
- combobox "Label":
- - option "Valid" [selected]
+ - option "Valid"
- option "Option 2"
- - text: check_circle" / " Valid message
+ - text: Valid check_circle" / " Valid message
- status
- text: chevron_down" / "
- link "Disabled arrow_up_right\" / \""
- text: Label
- combobox "Label":
Expected: /__w/core-web/core-web/__snapshots__/select/showcase/webkit/should-have-same-aria-snapshot/DBSelect-should-have-same-aria-snapshot.yaml
Received: /__w/core-web/core-web/showcases/angular-showcase/test-results/select-select-snapshot-DBS-40d44-uld-have-same-aria-snapshot-webkit/should-have-same-aria-snapshot-actual.yaml
271 |
272 | const snapshot = await page.locator('main').ariaSnapshot();
> 273 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
274 | });
275 | };
276 |
at /__w/core-web/core-web/showcases/e2e/default.ts:273:20
|
test-showcase-angular / 🧪🎭 - angular-showcase:4/6
Process completed with exit code 1.
|
[chromium-highContrast] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot:
showcases/e2e/default.ts#L273
1) [chromium-highContrast] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -87,13 +87,13 @@
- option "Option 2"
- text: Invalid exclamation_mark_circle" / " Invalid Message
- status
- text: chevron_down" / " Label
- combobox "Label":
- - option "Valid" [selected]
+ - option "Valid"
- option "Option 2"
- - text: check_circle" / " Valid message
+ - text: Valid check_circle" / " Valid message
- status
- text: chevron_down" / "
- link "Disabled arrow_up_right\" / \""
- text: Label
- combobox "Label":
Expected: /__w/core-web/core-web/__snapshots__/select/showcase/chromium-highContrast/should-have-same-aria-snapshot/DBSelect-should-have-same-aria-snapshot.yaml
Received: /__w/core-web/core-web/showcases/angular-showcase/test-results/select-select-snapshot-DBS-40d44-uld-have-same-aria-snapshot-chromium-highContrast-retry1/should-have-same-aria-snapshot-actual.yaml
271 |
272 | const snapshot = await page.locator('main').ariaSnapshot();
> 273 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
274 | });
275 | };
276 |
at /__w/core-web/core-web/showcases/e2e/default.ts:273:20
|
[chromium-highContrast] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot:
showcases/e2e/default.ts#L273
1) [chromium-highContrast] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot
Error: expect(string).toMatchSnapshot(expected)
@@ -87,13 +87,13 @@
- option "Option 2"
- text: Invalid exclamation_mark_circle" / " Invalid Message
- status
- text: chevron_down" / " Label
- combobox "Label":
- - option "Valid" [selected]
+ - option "Valid"
- option "Option 2"
- - text: check_circle" / " Valid message
+ - text: Valid check_circle" / " Valid message
- status
- text: chevron_down" / "
- link "Disabled arrow_up_right\" / \""
- text: Label
- combobox "Label":
Expected: /__w/core-web/core-web/__snapshots__/select/showcase/chromium-highContrast/should-have-same-aria-snapshot/DBSelect-should-have-same-aria-snapshot.yaml
Received: /__w/core-web/core-web/showcases/angular-showcase/test-results/select-select-snapshot-DBS-40d44-uld-have-same-aria-snapshot-chromium-highContrast/should-have-same-aria-snapshot-actual.yaml
271 |
272 | const snapshot = await page.locator('main').ariaSnapshot();
> 273 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
274 | });
275 | };
276 |
at /__w/core-web/core-web/showcases/e2e/default.ts:273:20
|
test-showcase-angular / 🧪🎭 - angular-showcase:2/6
Process completed with exit code 1.
|
[chromium] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot:
showcases/e2e/default.ts#L273
1) [chromium] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot ───────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -87,13 +87,13 @@
- option "Option 2"
- text: Invalid exclamation_mark_circle" / " Invalid Message
- status
- text: chevron_down" / " Label
- combobox "Label":
- - option "Valid" [selected]
+ - option "Valid"
- option "Option 2"
- - text: check_circle" / " Valid message
+ - text: Valid check_circle" / " Valid message
- status
- text: chevron_down" / "
- link "Disabled arrow_up_right\" / \""
- text: Label
- combobox "Label":
Expected: /__w/core-web/core-web/__snapshots__/select/showcase/chromium/should-have-same-aria-snapshot/DBSelect-should-have-same-aria-snapshot.yaml
Received: /__w/core-web/core-web/showcases/angular-showcase/test-results/select-select-snapshot-DBS-40d44-uld-have-same-aria-snapshot-chromium-retry1/should-have-same-aria-snapshot-actual.yaml
271 |
272 | const snapshot = await page.locator('main').ariaSnapshot();
> 273 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
274 | });
275 | };
276 |
at /__w/core-web/core-web/showcases/e2e/default.ts:273:20
|
[chromium] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot:
showcases/e2e/default.ts#L273
1) [chromium] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot ───────
Error: expect(string).toMatchSnapshot(expected)
@@ -87,13 +87,13 @@
- option "Option 2"
- text: Invalid exclamation_mark_circle" / " Invalid Message
- status
- text: chevron_down" / " Label
- combobox "Label":
- - option "Valid" [selected]
+ - option "Valid"
- option "Option 2"
- - text: check_circle" / " Valid message
+ - text: Valid check_circle" / " Valid message
- status
- text: chevron_down" / "
- link "Disabled arrow_up_right\" / \""
- text: Label
- combobox "Label":
Expected: /__w/core-web/core-web/__snapshots__/select/showcase/chromium/should-have-same-aria-snapshot/DBSelect-should-have-same-aria-snapshot.yaml
Received: /__w/core-web/core-web/showcases/angular-showcase/test-results/select-select-snapshot-DBS-40d44-uld-have-same-aria-snapshot-chromium/should-have-same-aria-snapshot-actual.yaml
271 |
272 | const snapshot = await page.locator('main').ariaSnapshot();
> 273 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
274 | });
275 | };
276 |
at /__w/core-web/core-web/showcases/e2e/default.ts:273:20
|
test-showcase-angular / 🧪🎭 - angular-showcase:1/6
Process completed with exit code 1.
|
checks-done
Process completed with exit code 1.
|
test-showcase-vue / 🧪🎭 - vue-showcase:5/6
No files were found with the provided path: ./showcases/vue-showcase-showcase/results. No artifacts will be uploaded.
|
test-showcase-vue / 🧪🎭 - vue-showcase:6/6
No files were found with the provided path: ./showcases/vue-showcase-showcase/results. No artifacts will be uploaded.
|
test-showcase-vue / 🧪🎭 - vue-showcase:3/6
No files were found with the provided path: ./showcases/vue-showcase-showcase/results. No artifacts will be uploaded.
|
test-showcase-vue / 🧪🎭 - vue-showcase:4/6
No files were found with the provided path: ./showcases/vue-showcase-showcase/results. No artifacts will be uploaded.
|
test-showcase-react / 🧪🎭 - react-showcase:6/6
No files were found with the provided path: ./showcases/react-showcase-showcase/results. No artifacts will be uploaded.
|
test-showcase-react / 🧪🎭 - react-showcase:3/6
No files were found with the provided path: ./showcases/react-showcase-showcase/results. No artifacts will be uploaded.
|
test-showcase-react / 🧪🎭 - react-showcase:5/6
No files were found with the provided path: ./showcases/react-showcase-showcase/results. No artifacts will be uploaded.
|
test-showcase-vue / 🧪🎭 - vue-showcase:1/6
No files were found with the provided path: ./showcases/vue-showcase-showcase/results. No artifacts will be uploaded.
|
test-showcase-react / 🧪🎭 - react-showcase:4/6
No files were found with the provided path: ./showcases/react-showcase-showcase/results. No artifacts will be uploaded.
|
test-showcase-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-vue / 🧪🎭 - vue-showcase:2/6
No files were found with the provided path: ./showcases/vue-showcase-showcase/results. No artifacts will be uploaded.
|
test-showcase-stencil / 🧪🎭 - stencil-showcase:5/6
No files were found with the provided path: ./showcases/stencil-showcase-showcase/results. No artifacts will be uploaded.
|
test-showcase-react / 🧪🎭 - react-showcase:2/6
No files were found with the provided path: ./showcases/react-showcase-showcase/results. No artifacts will be uploaded.
|
test-showcase-stencil / 🧪🎭 - stencil-showcase:4/6
No files were found with the provided path: ./showcases/stencil-showcase-showcase/results. No artifacts will be uploaded.
|
test-showcase-react / 🧪🎭 - react-showcase:1/6
No files were found with the provided path: ./showcases/react-showcase-showcase/results. No artifacts will be uploaded.
|
test-showcase-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-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:5/6
No files were found with the provided path: ./showcases/angular-showcase-showcase/results. No artifacts will be uploaded.
|
test-showcase-stencil / 🧪🎭 - stencil-showcase:1/6
No files were found with the provided path: ./showcases/stencil-showcase-showcase/results. No artifacts will be uploaded.
|
test-showcase-angular / 🧪🎭 - angular-showcase:3/6
No files were found with the provided path: ./showcases/angular-showcase-showcase/results. No artifacts will be uploaded.
|
test-showcase-angular / 🧪🎭 - angular-showcase:4/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:1/6
No files were found with the provided path: ./showcases/angular-showcase-showcase/results. No artifacts will be uploaded.
|
🎭 Playwright Run Summary
2 failed
[mobile_chrome] › showcases/e2e/default.ts:99:2 › DBSelect › should match screenshot ───────────
[mobile_chrome] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot ───
58 skipped
117 passed (2.4m)
|
🎭 Playwright Run Summary
1 failed
[mobile_safari] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot ───
60 skipped
116 passed (3.4m)
|
🎭 Playwright Run Summary
1 failed
[firefox] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot ─────────
58 skipped
118 passed (3.7m)
|
🎭 Playwright Run Summary
1 failed
[webkit] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot ──────────
60 skipped
116 passed (4.0m)
|
🎭 Playwright Run Summary
1 failed
[mobile_safari] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot ───
59 skipped
117 passed (3.4m)
|
🎭 Playwright Run Summary
1 failed
[firefox] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot ─────────
58 skipped
118 passed (3.6m)
|
🎭 Playwright Run Summary
2 failed
[mobile_chrome] › showcases/e2e/default.ts:99:2 › DBSelect › should match screenshot ───────────
[mobile_chrome] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot ───
58 skipped
117 passed (2.4m)
|
🎭 Playwright Run Summary
2 failed
[chromium] › showcases/e2e/default.ts:99:2 › DBSelect › should match screenshot ────────────────
[chromium] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot ────────
175 passed (4.7m)
|
🎭 Playwright Run Summary
1 failed
[webkit] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot ──────────
1 flaky
[webkit] › showcases/e2e/home/showcase-home.spec.ts:80:2 › Home › should not have any A11y issues
59 skipped
116 passed (4.1m)
|
🎭 Playwright Run Summary
2 failed
[mobile_chrome] › showcases/e2e/default.ts:99:2 › DBSelect › should match screenshot ───────────
[mobile_chrome] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot ───
63 skipped
82 passed (2.2m)
|
🎭 Playwright Run Summary
2 failed
[chromium-highContrast] › showcases/e2e/default.ts:99:2 › DBSelect › should match screenshot ───
[chromium-highContrast] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot
175 passed (4.8m)
|
🎭 Playwright Run Summary
1 failed
[webkit] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot ──────────
82 skipped
64 passed (2.7m)
|
🎭 Playwright Run Summary
2 failed
[chromium-highContrast] › showcases/e2e/default.ts:99:2 › DBSelect › should match screenshot ───
[chromium-highContrast] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot
175 passed (4.9m)
|
🎭 Playwright Run Summary
1 failed
[firefox] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot ─────────
67 skipped
79 passed (3.3m)
|
🎭 Playwright Run Summary
2 failed
[chromium] › showcases/e2e/default.ts:99:2 › DBSelect › should match screenshot ────────────────
[chromium] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot ────────
175 passed (4.9m)
|
🎭 Playwright Run Summary
2 failed
[chromium-highContrast] › showcases/e2e/default.ts:99:2 › DBSelect › should match screenshot ───
[chromium-highContrast] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot
1 flaky
[chromium-highContrast] › showcases/e2e/default.ts:99:2 › DBTabItem › should match screenshot ──
43 skipped
102 passed (3.8m)
|
🎭 Playwright Run Summary
1 failed
[mobile_safari] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot ───
68 skipped
108 passed (3.6m)
|
🎭 Playwright Run Summary
1 failed
[mobile_chrome] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot ───
67 skipped
109 passed (2.6m)
|
🎭 Playwright Run Summary
2 failed
[chromium] › showcases/e2e/default.ts:99:2 › DBSelect › should match screenshot ────────────────
[chromium] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot ────────
1 flaky
[chromium] › showcases/e2e/default.ts:99:2 › DBSection › should match screenshot ───────────────
22 skipped
123 passed (4.6m)
|
🎭 Playwright Run Summary
1 failed
[firefox] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot ─────────
67 skipped
109 passed (4.0m)
|
🎭 Playwright Run Summary
1 failed
[webkit] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot ──────────
68 skipped
108 passed (4.3m)
|
🎭 Playwright Run Summary
1 failed
[chromium-highContrast] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot
14 skipped
162 passed (5.3m)
|
🎭 Playwright Run Summary
1 failed
[chromium] › showcases/e2e/default.ts:255:2 › DBSelect › should have same aria-snapshot ────────
14 skipped
162 passed (5.4m)
|
Artifacts
Produced during runtime
Name | Size | Digest | |
---|---|---|---|
angular-showcase-playwright-results-1
|
568 KB |
sha256:cce2fd725ccd5a93342c7f99717f528bf1c4c55e77ef078cd5a82ef2623b37d6
|
|
angular-showcase-playwright-results-2
|
567 KB |
sha256:69bd66bb80ad5e2f0c667b6926ac016838bde444d582db5403e0526b1e7376e2
|
|
angular-showcase-playwright-results-3
|
602 KB |
sha256:6cc44e535be2a41767103484d9ae572e9f390ef31269d7e34ec5e386a8ed363b
|
|
angular-showcase-playwright-results-4
|
1.2 MB |
sha256:a16cfcaa92c5c0a4326011f71ba7b5f2bf958583ce8251b4de645dce9396d6a7
|
|
angular-showcase-playwright-results-5
|
548 KB |
sha256:bd71f1229267650f69c022ad9e2e086b8ed2b59f24962cb581d4da484c5368ac
|
|
angular-showcase-playwright-results-6
|
1.19 MB |
sha256:f48f7cd088599586331bec8f42cd708a5038b561750ff722a29258279d46729d
|
|
db-ux-angular-showcase
|
2 MB |
sha256:073e8f194f41712d3833f860cd77fd702a83ab98a46d7df36f82716c913027e3
|
|
db-ux-angular-ssr-showcase
|
2.54 MB |
sha256:0928630bf759b5f240f048d36e89d66b62a5ac3df89f9c72bc48dfd527445508
|
|
db-ux-components-build
|
391 KB |
sha256:afc4ca33feac0aab22a1505e9d9bf35705511c437264ee81bfb1c7d9f30d52fc
|
|
db-ux-foundations-build
|
265 KB |
sha256:7bf72ec7b8113af3ebbfa3b365b8d227b5c6c5147ca7ec4a620e58ceff14c8bf
|
|
db-ux-migration-build
|
2.74 KB |
sha256:417630b439adf100574ecd7b75c22c32109f8a417d8f06dd85af33016adceb78
|
|
db-ux-next-showcase
|
2.05 MB |
sha256:6a3951619cdd316c844ca8c94d049ff8121c642a0f8f63993e414ea7450bb685
|
|
db-ux-nuxt-showcase
|
2.61 MB |
sha256:5babeaf857832da0c3e31a8bc6a25218b0799da98d5d2e501b1941ded5363677
|
|
db-ux-output
|
553 KB |
sha256:36bef5d64488294b8cec4d6fbc6580320a6f061dafcb97bc4b7f3990b27730ef
|
|
db-ux-outputs
|
3.24 MB |
sha256:d5cf500426468fb9ed8e293528ed0848574de74bfd7a01098118768867ad2ce4
|
|
db-ux-patternhub
|
4.39 MB |
sha256:4d2bbaeda61e4a9025cfe08727d46f6544966b6110e1b277de69b0a9aab6707a
|
|
db-ux-react-showcase
|
1.91 MB |
sha256:8b6b58e507a3f8fbb041c10d70c2c923e0f53ae1f1366f6c694541ba8a4091af
|
|
db-ux-stencil-showcase
|
1.95 MB |
sha256:1bd86c277a3ef8ed685b0bac5320531c8a2782ec00e51cb5284177fdc48ba42a
|
|
db-ux-stylelint-build
|
22.2 KB |
sha256:9efb75b43b4cc8da95954088d452414fa564378db830a9791293f71688f7a3d3
|
|
db-ux-vue-showcase
|
1.86 MB |
sha256:2b0a2d5222e7f99dcf5a2b59c89809934b4c0decdf63c47e73bd4e0eb9b33ddf
|
|
react-showcase-playwright-results-1
|
1.83 MB |
sha256:83ff052d53f6d495888998f1e0c58146f23d977af859ccbd6f5d4929521f2d53
|
|
react-showcase-playwright-results-2
|
1.86 MB |
sha256:74009d70e53081f0920c8d274194fae0a02dc776fe4dcd3f87c057a3116deee1
|
|
react-showcase-playwright-results-3
|
571 KB |
sha256:60fca017de0da1658ee38ad41378845523c1033ba40791851b94b391e77b18bc
|
|
react-showcase-playwright-results-4
|
3.74 MB |
sha256:37be8f1980a6bdcaef643f85547f072fb2e0c85bc07ba657b91d35e78b0bf8eb
|
|
react-showcase-playwright-results-5
|
1.77 MB |
sha256:86eeee7f98113458f3345980f1468cec8a2322063c231aec50b845fede8030fd
|
|
react-showcase-playwright-results-6
|
1.15 MB |
sha256:a1ab620aed374779aff5cec31e76aa72b80f6bae002f1128b4d0cbd7d7cb8da9
|
|
snapshots-showcases
|
15.3 MB |
sha256:0583218bf54e6e591cc205f945db19d77fd3dd3512b1f938b49dcc387e3c9285
|
|
stencil-showcase-playwright-results-1
|
2.57 MB |
sha256:e5b0c6268b1ce0aec165be563a4e0fa0b60fa00b79c49e8717a38b7bdb6e914f
|
|
stencil-showcase-playwright-results-3
|
2.48 MB |
sha256:7f6be19de21c19401122221829c1131ef33d97a3f8b1a88888706fcd1894da4c
|
|
stencil-showcase-playwright-results-4
|
570 KB |
sha256:b51058ebcbbfc9091d5baa7e49b1f86ebef98c9ffb0d245a004161aebeff2727
|
|
stencil-showcase-playwright-results-5
|
1.2 MB |
sha256:36408d790a48f953b13d531b6d001298b08430fdd139ad92b7a9d07765a0f001
|
|
stencil-showcase-playwright-results-6
|
1.91 MB |
sha256:115e70bfad4ac8021c1609d4275714968b8511155e44ce57b945ec15b8adb3d6
|
|
vue-showcase-playwright-results-1
|
1.8 MB |
sha256:477379dd34ed77bdf6261caffd735deab98b9769122ec62ebee25009780397ef
|
|
vue-showcase-playwright-results-2
|
1.75 MB |
sha256:d6f06427750993edfc4a4177c7a4ee170f461a5d926afabb0d4b4e7f8394782c
|
|
vue-showcase-playwright-results-3
|
576 KB |
sha256:b18dbac1cdde903211c2fbc872ede54a80d3f8eb44b43d7caadae117059556a7
|
|
vue-showcase-playwright-results-4
|
1.19 MB |
sha256:5cbb8cdfdb13361b8ad287ff90865a712ae0e01e534a2d256c195a178fcdc705
|
|
vue-showcase-playwright-results-5
|
1.79 MB |
sha256:237d619353aed2f8160cbd3951df2216b14a96c1598557f7b862afc185cc3807
|
|
vue-showcase-playwright-results-6
|
1.17 MB |
sha256:f67bb8ae8af4acb505f5ba95d466848e64efd40e5f9f8f11d51f9174dc14850e
|
|