refactor: enabled firefox "support" again #8904
Annotations
11 errors, 2 warnings, and 1 notice
🔣 Print GitHub Report:
output/vue/vue3/src/components/accordion/accordion.spec.tsx#L25
1) [firefox] › accordion/accordion.spec.tsx:23:2 › DBAccordion › should match screenshot ─────────
Error: A snapshot doesn't exist at /__w/mono/mono/__snapshots__/accordion/component/firefox/DBAccordion-should-match-screenshot.png.
23 | test('should match screenshot', async ({ mount }) => {
24 | const component = await mount(comp);
> 25 | await expect(component).toHaveScreenshot();
| ^
26 | });
27 | };
28 |
at /__w/mono/mono/output/vue/vue3/src/components/accordion/accordion.spec.tsx:25:27
|
🔣 Print GitHub Report:
output/vue/vue3/src/components/accordion/accordion.spec.tsx#L25
1) [firefox] › accordion/accordion.spec.tsx:23:2 › DBAccordion › should match screenshot ─────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: A snapshot doesn't exist at /__w/mono/mono/__snapshots__/accordion/component/firefox/DBAccordion-should-match-screenshot.png, writing actual.
23 | test('should match screenshot', async ({ mount }) => {
24 | const component = await mount(comp);
> 25 | await expect(component).toHaveScreenshot();
| ^
26 | });
27 | };
28 |
at /__w/mono/mono/output/vue/vue3/src/components/accordion/accordion.spec.tsx:25:3
|
🔣 Print GitHub Report:
output/vue/vue3/src/components/accordion-item/accordion-item.spec.tsx#L18
2) [firefox] › accordion-item/accordion-item.spec.tsx:16:2 › DBAccordionItem › should match screenshot
Error: A snapshot doesn't exist at /__w/mono/mono/__snapshots__/accordion-item/component/firefox/DBAccordionItem-should-match-screenshot.png.
16 | test('should match screenshot', async ({ mount }) => {
17 | const component = await mount(comp);
> 18 | await expect(component).toHaveScreenshot();
| ^
19 | });
20 | };
21 |
at /__w/mono/mono/output/vue/vue3/src/components/accordion-item/accordion-item.spec.tsx:18:27
|
🔣 Print GitHub Report:
output/vue/vue3/src/components/accordion-item/accordion-item.spec.tsx#L18
2) [firefox] › accordion-item/accordion-item.spec.tsx:16:2 › DBAccordionItem › should match screenshot
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: A snapshot doesn't exist at /__w/mono/mono/__snapshots__/accordion-item/component/firefox/DBAccordionItem-should-match-screenshot.png, writing actual.
16 | test('should match screenshot', async ({ mount }) => {
17 | const component = await mount(comp);
> 18 | await expect(component).toHaveScreenshot();
| ^
19 | });
20 | };
21 |
at /__w/mono/mono/output/vue/vue3/src/components/accordion-item/accordion-item.spec.tsx:18:3
|
🔣 Print GitHub Report:
output/vue/vue3/src/components/alert/alert.spec.tsx#L22
3) [firefox] › alert/alert.spec.tsx:20:2 › DBAlert › should match screenshot ─────────────────────
Error: A snapshot doesn't exist at /__w/mono/mono/__snapshots__/alert/component/firefox/DBAlert-should-match-screenshot.png.
20 | test(`should match screenshot`, async ({ mount }) => {
21 | const component = await mount(comp);
> 22 | await expect(component).toHaveScreenshot();
| ^
23 | });
24 | };
25 |
at /__w/mono/mono/output/vue/vue3/src/components/alert/alert.spec.tsx:22:27
|
🔣 Print GitHub Report:
output/vue/vue3/src/components/alert/alert.spec.tsx#L22
3) [firefox] › alert/alert.spec.tsx:20:2 › DBAlert › should match screenshot ─────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: A snapshot doesn't exist at /__w/mono/mono/__snapshots__/alert/component/firefox/DBAlert-should-match-screenshot.png, writing actual.
20 | test(`should match screenshot`, async ({ mount }) => {
21 | const component = await mount(comp);
> 22 | await expect(component).toHaveScreenshot();
| ^
23 | });
24 | };
25 |
at /__w/mono/mono/output/vue/vue3/src/components/alert/alert.spec.tsx:22:3
|
🔣 Print GitHub Report:
output/vue/vue3/src/components/alert/alert.spec.tsx#L34
4) [firefox] › alert/alert.spec.tsx:28:3 › DBAlert › should match screenshot for variant critical
Error: A snapshot doesn't exist at /__w/mono/mono/__snapshots__/alert/component/firefox/DBAlert-should-match-screenshot-for-variant-critical.png.
32 | <DBAlert variant={variant}>Test</DBAlert>
33 | );
> 34 | await expect(component).toHaveScreenshot();
| ^
35 | });
36 | }
37 | };
at /__w/mono/mono/output/vue/vue3/src/components/alert/alert.spec.tsx:34:28
|
🔣 Print GitHub Report:
output/vue/vue3/src/components/alert/alert.spec.tsx#L34
4) [firefox] › alert/alert.spec.tsx:28:3 › DBAlert › should match screenshot for variant critical
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: A snapshot doesn't exist at /__w/mono/mono/__snapshots__/alert/component/firefox/DBAlert-should-match-screenshot-for-variant-critical.png, writing actual.
32 | <DBAlert variant={variant}>Test</DBAlert>
33 | );
> 34 | await expect(component).toHaveScreenshot();
| ^
35 | });
36 | }
37 | };
at /__w/mono/mono/output/vue/vue3/src/components/alert/alert.spec.tsx:34:4
|
🔣 Print GitHub Report:
output/vue/vue3/src/components/alert/alert.spec.tsx#L34
5) [firefox] › alert/alert.spec.tsx:28:3 › DBAlert › should match screenshot for variant informational
Error: A snapshot doesn't exist at /__w/mono/mono/__snapshots__/alert/component/firefox/DBAlert-should-match-screenshot-for-variant-informational.png.
32 | <DBAlert variant={variant}>Test</DBAlert>
33 | );
> 34 | await expect(component).toHaveScreenshot();
| ^
35 | });
36 | }
37 | };
at /__w/mono/mono/output/vue/vue3/src/components/alert/alert.spec.tsx:34:28
|
🔣 Print GitHub Report:
output/vue/vue3/src/components/alert/alert.spec.tsx#L34
5) [firefox] › alert/alert.spec.tsx:28:3 › DBAlert › should match screenshot for variant informational
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: A snapshot doesn't exist at /__w/mono/mono/__snapshots__/alert/component/firefox/DBAlert-should-match-screenshot-for-variant-informational.png, writing actual.
32 | <DBAlert variant={variant}>Test</DBAlert>
33 | );
> 34 | await expect(component).toHaveScreenshot();
| ^
35 | });
36 | }
37 | };
at /__w/mono/mono/output/vue/vue3/src/components/alert/alert.spec.tsx:34:4
|
👩🔬 Test with Playwright 🎭
Process completed with exit code 1.
|
🔣 Print GitHub Report:
output/vue/vue3/[firefox] › card/card.spec.tsx#L1
output/vue/vue3/[firefox] › card/card.spec.tsx took 22.8s
|
🔣 Print GitHub Report:
output/vue/vue3/[firefox] › button/button.spec.tsx#L1
output/vue/vue3/[firefox] › button/button.spec.tsx took 22.0s
|
🔣 Print GitHub Report
45 failed
[firefox] › accordion/accordion.spec.tsx:23:2 › DBAccordion › should match screenshot ──────────
[firefox] › accordion-item/accordion-item.spec.tsx:16:2 › DBAccordionItem › should match screenshot
[firefox] › alert/alert.spec.tsx:20:2 › DBAlert › should match screenshot ──────────────────────
[firefox] › alert/alert.spec.tsx:28:3 › DBAlert › should match screenshot for variant critical ─
[firefox] › alert/alert.spec.tsx:28:3 › DBAlert › should match screenshot for variant informational
[firefox] › alert/alert.spec.tsx:28:3 › DBAlert › should match screenshot for variant warning ──
[firefox] › alert/alert.spec.tsx:28:3 › DBAlert › should match screenshot for variant successful
[firefox] › badge/badge.spec.tsx:16:2 › DBBadge › should match screenshot ──────────────────────
[firefox] › brand/brand.spec.tsx:35:2 › DBBrand › should match screenshot ──────────────────────
[firefox] › button/button.spec.tsx:19:3 › DBButton › should match screenshot for variant outlined
[firefox] › button/button.spec.tsx:28:3 › DBButton › should only have icon for variant outlined
[firefox] › button/button.spec.tsx:19:3 › DBButton › should match screenshot for variant primary
[firefox] › button/button.spec.tsx:28:3 › DBButton › should only have icon for variant primary ─
[firefox] › button/button.spec.tsx:19:3 › DBButton › should match screenshot for variant solid ─
[firefox] › button/button.spec.tsx:28:3 › DBButton › should only have icon for variant solid ───
[firefox] › button/button.spec.tsx:19:3 › DBButton › should match screenshot for variant text ──
[firefox] › button/button.spec.tsx:28:3 › DBButton › should only have icon for variant text ────
[firefox] › card/card.spec.tsx:29:2 › DBCard › should match screenshot ─────────────────────────
[firefox] › card/card.spec.tsx:37:3 › DBCard › should match screenshot for color variant neutral
[firefox] › card/card.spec.tsx:37:3 › DBCard › should match screenshot for color variant neutral-strong
[firefox] › card/card.spec.tsx:37:3 › DBCard › should match screenshot for color variant primary
[firefox] › card/card.spec.tsx:37:3 › DBCard › should match screenshot for color variant critical
[firefox] › card/card.spec.tsx:37:3 › DBCard › should match screenshot for color variant successful
[firefox] › card/card.spec.tsx:37:3 › DBCard › should match screenshot for color variant warning
[firefox] › card/card.spec.tsx:37:3 › DBCard › should match screenshot for color variant informational
[firefox] › card/card.spec.tsx:50:3 › DBCard › should match screenshot for variant interactive ─
[firefox] › checkbox/checkbox.spec.tsx:16:2 › DBCheckbox › should match screenshot ─────────────
[firefox] › code-docs/code-docs.spec.tsx:16:2 › DBCodeDocs › should match screenshot ───────────
[firefox] › infotext/infotext.spec.tsx:16:2 › DBInfotext › should match screenshot ─────────────
[firefox] › infotext/infotext.spec.tsx:24:3 › DBInfotext › should match screenshot for variant critical
[firefox] › infotext/infotext.spec.tsx:24:3 › DBInfotext › should match screenshot for variant informational
[firefox] › infotext/infotext.spec.tsx:24:3 › DBInfotext › should match screenshot for variant warning
[firefox] › infotext/infotext.spec.tsx:24:3 › DBInfotext › should match screenshot for variant successful
[firefox] › main-navigation/main-navigation.spec.tsx:24:2 › DBMainNavigation › should match screenshot
[firefox] › navigation-item/navigation-item.spec.tsx:28:2 › DBNavigationItem › should match screenshot
[firefox] › popover/popover.spec.tsx:24:2 › DBPopover › should match screenshot ────────────────
[firefox] › radio/radio.spec.tsx:16:2 › DBRadio › should match screenshot ──────────────────────
[firefox] › select/select.spec.tsx:21:2 › DBSelect › should match screenshot ───────────────────
[firefox] › tag/tag.spec.tsx:16:2 › DBTag › should match screenshot ────────────────────────────
[firefox] › tag/tag.spec.tsx:24:3 › DBTag › should ma
|
The logs for this run have expired and are no longer available.
Loading