feat: replace DB icons with whitelabel open source icons #15975
Annotations
11 errors, 1 warning, and 1 notice
👩🔬 Test showcase with Playwright 🎭
Process completed with exit code 1.
|
🔣 Print GitHub Report:
showcases/e2e/default.ts#L232
1) [mobile_chrome] › default.ts:219:2 › DBButton › should have same aria-snapshot ────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBButton" [level=1]
- link "Density arrow_up_right\" / \""
- button "Functional"
- button "(Default) Regular"
- button "Expressive"
- link "Variant arrow_up_right\" / \""
- button "(Default) Outlined - Adaptive"
- button "Filled - Adaptive"
- button "Ghost - Adaptive"
- button "Brand"
- link "Disabled arrow_up_right\" / \""
- button "(Default) False"
- button "True" [disabled]
- link "Size arrow_up_right\" / \""
- button "(Default) Medium"
- button "Small"
- link "Show Icon arrow_up_right\" / \""
- button "(Default) False"
- button "x_placershonlder\" / \" True"
- link "No Text arrow_up_right\" / \""
- button "x_placershonlder\" / \" (Default) False"
- button "x_placershonlder\" / \" True"
- link "Width arrow_up_right\" / \""
- button "(Default) Auto"
- button "Width"
Expected: /__w/mono/mono/__snapshots__/button/showcase/mobile-chrome/should-have-same-aria-snapshot/DBButton-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/button-button-snapshot-DBB-caae1-uld-have-same-aria-snapshot-mobile-chrome/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
🔣 Print GitHub Report:
showcases/e2e/default.ts#L232
1) [mobile_chrome] › default.ts:219:2 › DBButton › should have same aria-snapshot ────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBButton" [level=1]
- link "Density arrow_up_right\" / \""
- button "Functional"
- button "(Default) Regular"
- button "Expressive"
- link "Variant arrow_up_right\" / \""
- button "(Default) Outlined - Adaptive"
- button "Filled - Adaptive"
- button "Ghost - Adaptive"
- button "Brand"
- link "Disabled arrow_up_right\" / \""
- button "(Default) False"
- button "True" [disabled]
- link "Size arrow_up_right\" / \""
- button "(Default) Medium"
- button "Small"
- link "Show Icon arrow_up_right\" / \""
- button "(Default) False"
- button "x_placershonlder\" / \" True"
- link "No Text arrow_up_right\" / \""
- button "x_placershonlder\" / \" (Default) False"
- button "x_placershonlder\" / \" True"
- link "Width arrow_up_right\" / \""
- button "(Default) Auto"
- button "Width"
Expected: /__w/mono/mono/__snapshots__/button/showcase/mobile-chrome/should-have-same-aria-snapshot/DBButton-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/button-button-snapshot-DBB-caae1-uld-have-same-aria-snapshot-mobile-chrome-retry1/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
🔣 Print GitHub Report:
showcases/e2e/default.ts#L111
2) [mobile_chrome] › default.ts:79:2 › DBCheckbox › should match screenshot ──────────────────────
Error: expect(page).toHaveScreenshot(expected)
200 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/checkbox/showcase/mobile-chrome/DBCheckbox-should-match-screenshot-1/DBCheckbox-should-match-screenshot.png
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-mobile-chrome/DBCheckbox-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-mobile-chrome/DBCheckbox-should-match-screenshot-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 200 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 200 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
🔣 Print GitHub Report:
showcases/e2e/default.ts#L111
2) [mobile_chrome] › default.ts:79:2 › DBCheckbox › should match screenshot ──────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
200 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/checkbox/showcase/mobile-chrome/DBCheckbox-should-match-screenshot-1/DBCheckbox-should-match-screenshot.png
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-mobile-chrome-retry1/DBCheckbox-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/checkbox-checkbox-snapshot-b0616-box-should-match-screenshot-mobile-chrome-retry1/DBCheckbox-should-match-screenshot-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 200 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 200 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
🔣 Print GitHub Report:
showcases/e2e/default.ts#L111
3) [mobile_chrome] › default.ts:79:2 › DBDivider › should match screenshot ───────────────────────
Error: expect(page).toHaveScreenshot(expected)
589 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/divider/showcase/mobile-chrome/DBDivider-should-match-screenshot-1/DBDivider-should-match-screenshot.png
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/divider-divider-snapshot-DBDivider-should-match-screenshot-mobile-chrome/DBDivider-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/divider-divider-snapshot-DBDivider-should-match-screenshot-mobile-chrome/DBDivider-should-match-screenshot-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 589 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 589 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
🔣 Print GitHub Report:
showcases/e2e/default.ts#L111
3) [mobile_chrome] › default.ts:79:2 › DBDivider › should match screenshot ───────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
589 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/divider/showcase/mobile-chrome/DBDivider-should-match-screenshot-1/DBDivider-should-match-screenshot.png
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/divider-divider-snapshot-DBDivider-should-match-screenshot-mobile-chrome-retry1/DBDivider-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/divider-divider-snapshot-DBDivider-should-match-screenshot-mobile-chrome-retry1/DBDivider-should-match-screenshot-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 589 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 589 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
🔣 Print GitHub Report:
showcases/e2e/default.ts#L111
4) [mobile_chrome] › default.ts:79:2 › DBIcon › should match screenshot ──────────────────────────
Error: expect(page).toHaveScreenshot(expected)
454 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/icon/showcase/mobile-chrome/DBIcon-should-match-screenshot-1/DBIcon-should-match-screenshot.png
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/icon-icon-snapshot-DBIcon-should-match-screenshot-mobile-chrome/DBIcon-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/icon-icon-snapshot-DBIcon-should-match-screenshot-mobile-chrome/DBIcon-should-match-screenshot-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 454 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 454 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
🔣 Print GitHub Report:
showcases/e2e/default.ts#L111
4) [mobile_chrome] › default.ts:79:2 › DBIcon › should match screenshot ──────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
454 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/icon/showcase/mobile-chrome/DBIcon-should-match-screenshot-1/DBIcon-should-match-screenshot.png
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/icon-icon-snapshot-DBIcon-should-match-screenshot-mobile-chrome-retry1/DBIcon-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/icon-icon-snapshot-DBIcon-should-match-screenshot-mobile-chrome-retry1/DBIcon-should-match-screenshot-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 454 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 454 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
🔣 Print GitHub Report:
showcases/e2e/default.ts#L111
5) [mobile_chrome] › default.ts:79:2 › DBInfotext › should match screenshot ──────────────────────
Error: expect(page).toHaveScreenshot(expected)
1604 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/infotext/showcase/mobile-chrome/DBInfotext-should-match-screenshot-1/DBInfotext-should-match-screenshot.png
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-mobile-chrome/DBInfotext-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-mobile-chrome/DBInfotext-should-match-screenshot-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 1604 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 1604 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
🔣 Print GitHub Report:
showcases/e2e/default.ts#L111
5) [mobile_chrome] › default.ts:79:2 › DBInfotext › should match screenshot ──────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
1604 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/infotext/showcase/mobile-chrome/DBInfotext-should-match-screenshot-1/DBInfotext-should-match-screenshot.png
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-mobile-chrome-retry1/DBInfotext-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/infotext-infotext-snapshot-63fb4-ext-should-match-screenshot-mobile-chrome-retry1/DBInfotext-should-match-screenshot-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 1604 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 1604 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
🆙 Upload aChecker results
No files were found with the provided path: ./showcases/stencil-showcase-showcase/results. No artifacts will be uploaded.
|
🔣 Print GitHub Report
19 failed
[mobile_chrome] › default.ts:219:2 › DBButton › should have same aria-snapshot ─────────────────
[mobile_chrome] › default.ts:79:2 › DBCheckbox › should match screenshot ───────────────────────
[mobile_chrome] › default.ts:79:2 › DBDivider › should match screenshot ────────────────────────
[mobile_chrome] › default.ts:79:2 › DBIcon › should match screenshot ───────────────────────────
[mobile_chrome] › default.ts:79:2 › DBInfotext › should match screenshot ───────────────────────
[mobile_chrome] › default.ts:79:2 › DBInput › should match screenshot ──────────────────────────
[mobile_chrome] › default.ts:79:2 › DBLink › should match screenshot ───────────────────────────
[mobile_chrome] › default.ts:79:2 › DBNavigation › should match screenshot ─────────────────────
[mobile_chrome] › default.ts:219:2 › DBNavigation › should have same aria-snapshot ─────────────
[mobile_chrome] › default.ts:79:2 › DBNavigationItem › should match screenshot ─────────────────
[mobile_chrome] › default.ts:219:2 › DBNavigationItem › should have same aria-snapshot ─────────
[mobile_chrome] › default.ts:79:2 › DBNotification › should match screenshot ───────────────────
[mobile_chrome] › default.ts:79:2 › DBPopover › should match screenshot ────────────────────────
[mobile_chrome] › default.ts:79:2 › DBSelect › should match screenshot ─────────────────────────
[mobile_chrome] › default.ts:79:2 › DBSwitch › should match screenshot ─────────────────────────
[mobile_chrome] › default.ts:79:2 › DBTabs › should match screenshot ───────────────────────────
[mobile_chrome] › default.ts:79:2 › DBTag › should match screenshot ────────────────────────────
[mobile_chrome] › default.ts:219:2 › DBTag › should have same aria-snapshot ────────────────────
[mobile_chrome] › default.ts:79:2 › DBTextarea › should match screenshot ───────────────────────
59 skipped
62 passed (2.9m)
|
Loading