chore(deps-dev): bump the playwright group with 3 updates #15540
Annotations
3 errors, 1 warning, and 1 notice
🔣 Print GitHub Report:
output/react/src/components/tabs/tabs.spec.tsx#L58
1) [chromium] › tabs/tabs.spec.tsx:55:6 › DBTabs › should have same aria-snapshot ────────────────
Error: expect(string).toMatchSnapshot(expected)
- tablist:
- tab "Test 1" [selected]: "on"
- text: Test 1
- tab "Test 2": "on"
- text: Test 2
- tab "Test 3": "on"
- text: Test 3
- tabpanel "Test 1": TestPanel 1
Expected: /__w/mono/mono/__snapshots__/tabs/component/chromium/DBTabs-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/output/react/test-results/tabs-tabs-DBTabs-should-have-same-aria-snapshot-chromium/5f54c067a185838e5f4f-b502496042102bd5def1-actual.yaml
56 | const component = await mount(comp);
57 | const snapshot = await component.ariaSnapshot();
> 58 | expect(snapshot).toMatchSnapshot(`${testInfo.testId}.yaml`);
| ^
59 | });
60 | test('should not have A11y issues', async ({ page, mount }) => {
61 | await mount(comp);
at /__w/mono/mono/output/react/src/components/tabs/tabs.spec.tsx:58:20
|
🔣 Print GitHub Report:
output/react/src/components/tabs/tabs.spec.tsx#L58
1) [chromium] › tabs/tabs.spec.tsx:55:6 › DBTabs › should have same aria-snapshot ────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
- tablist:
- tab "Test 1" [selected]: "on"
- text: Test 1
- tab "Test 2": "on"
- text: Test 2
- tab "Test 3": "on"
- text: Test 3
- tabpanel "Test 1": TestPanel 1
Expected: /__w/mono/mono/__snapshots__/tabs/component/chromium/DBTabs-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/output/react/test-results/tabs-tabs-DBTabs-should-have-same-aria-snapshot-chromium-retry1/5f54c067a185838e5f4f-b502496042102bd5def1-actual.yaml
56 | const component = await mount(comp);
57 | const snapshot = await component.ariaSnapshot();
> 58 | expect(snapshot).toMatchSnapshot(`${testInfo.testId}.yaml`);
| ^
59 | });
60 | test('should not have A11y issues', async ({ page, mount }) => {
61 | await mount(comp);
at /__w/mono/mono/output/react/src/components/tabs/tabs.spec.tsx:58:20
|
👩🔬 Test 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
|
🔣 Print GitHub Report
1 failed
[chromium] › tabs/tabs.spec.tsx:55:6 › DBTabs › should have same aria-snapshot ─────────────────
3 skipped
143 passed (35.7s)
|
Loading