refactor: reverted DB logo instead of placeholder usage #15619
Annotations
3 errors, 2 warnings, and 1 notice
🔣 Print GitHub Report:
showcases/e2e/default.ts#L229
1) [mobile_chrome] › default.ts:219:2 › DBTabItem › should have same aria-snapshot ───────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBTabItem" [level=1]
- link "Density arrow_up_right\" / \""
- tablist:
- tab "Functional": "on"
- text: Functional
- tablist:
- tab "(Default) Regular": "on"
- text: (Default) Regular
- tablist:
- tab "Expressive": "on"
- text: Expressive
- link "States arrow_up_right\" / \""
- tablist:
- tab "(Default) Enabled": "on"
- text: (Default) Enabled
- tablist:
- tab "active" [selected]: "on"
- text: active
- tablist:
- tab "disabled" [disabled]: "on"
- text: disabled
- link "Content arrow_up_right\" / \""
- tablist:
- tab "(Default) Text": "on"
- text: (Default) Text
- tablist:
- text: x_placeholder" / "
- tab "x_placeholder\" / \" Text - Icon (Leading)": "on"
- text: Text - Icon (Leading)
- tablist:
- tab "Text - Icon (Trailing) x_placeholder\" / \"": "on"
- text: Text - Icon (Trailing) x_placeholder" / "
- tablist:
- text: x_placeholder" / "
- tab "x_placeholder\" / \" Icon": "on"
- text: Icon
- link "Behaviour arrow_up_right\" / \""
- tablist:
- tab "(Default) Auto Width": "on"
- text: (Default) Auto Width
- tablist:
- tab "Width full": "on"
- text: Width full
- link "Content Alignment Full Width arrow_up_right\" / \""
- tablist:
- tab "Left": "on"
- text: Left
- tablist:
- tab "Centered": "on"
- text: Centered
Expected: /__w/mono/mono/__snapshots__/tab-item/showcase/mobile-chrome/should-have-same-aria-snapshot/DBTabItem-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/angular-showcase/test-results/tab-item-tab-item-snapshot-be296-uld-have-same-aria-snapshot-mobile-chrome/should-have-same-aria-snapshot-actual.yaml
227 |
228 | const snapshot = await page.locator('main').ariaSnapshot();
> 229 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
230 | });
231 | };
232 |
at /__w/mono/mono/showcases/e2e/default.ts:229:20
|
🔣 Print GitHub Report:
showcases/e2e/default.ts#L229
1) [mobile_chrome] › default.ts:219:2 › DBTabItem › should have same aria-snapshot ───────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBTabItem" [level=1]
- link "Density arrow_up_right\" / \""
- tablist:
- tab "Functional": "on"
- text: Functional
- tablist:
- tab "(Default) Regular": "on"
- text: (Default) Regular
- tablist:
- tab "Expressive": "on"
- text: Expressive
- link "States arrow_up_right\" / \""
- tablist:
- tab "(Default) Enabled": "on"
- text: (Default) Enabled
- tablist:
- tab "active" [selected]: "on"
- text: active
- tablist:
- tab "disabled" [disabled]: "on"
- text: disabled
- link "Content arrow_up_right\" / \""
- tablist:
- tab "(Default) Text": "on"
- text: (Default) Text
- tablist:
- text: x_placeholder" / "
- tab "x_placeholder\" / \" Text - Icon (Leading)": "on"
- text: Text - Icon (Leading)
- tablist:
- tab "Text - Icon (Trailing) x_placeholder\" / \"": "on"
- text: Text - Icon (Trailing) x_placeholder" / "
- tablist:
- text: x_placeholder" / "
- tab "x_placeholder\" / \" Icon": "on"
- text: Icon
- link "Behaviour arrow_up_right\" / \""
- tablist:
- tab "(Default) Auto Width": "on"
- text: (Default) Auto Width
- tablist:
- tab "Width full": "on"
- text: Width full
- link "Content Alignment Full Width arrow_up_right\" / \""
- tablist:
- tab "Left": "on"
- text: Left
- tablist:
- tab "Centered": "on"
- text: Centered
Expected: /__w/mono/mono/__snapshots__/tab-item/showcase/mobile-chrome/should-have-same-aria-snapshot/DBTabItem-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/angular-showcase/test-results/tab-item-tab-item-snapshot-be296-uld-have-same-aria-snapshot-mobile-chrome-retry1/should-have-same-aria-snapshot-actual.yaml
227 |
228 | const snapshot = await page.locator('main').ariaSnapshot();
> 229 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
230 | });
231 | };
232 |
at /__w/mono/mono/showcases/e2e/default.ts:229:20
|
👩🔬 Test showcase with Playwright 🎭
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
🆙 Upload aChecker results
No files were found with the provided path: ./showcases/angular-showcase-showcase/results. No artifacts will be uploaded.
|
🔣 Print GitHub Report
1 failed
[mobile_chrome] › default.ts:219:2 › DBTabItem › should have same aria-snapshot ────────────────
63 skipped
105 passed (2.1m)
|
Loading