chore: replace mitosis generated vue output (options-api) with composition-api #16077
Annotations
7 errors and 1 notice
🔣 Print GitHub Report:
output/vue/src/components/input/input.spec.tsx#L50
1) [firefox] › input/input.spec.tsx:38:2 › DBInput › should change on input ──────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: "test"
Received: ""
48 | const component = await mount(comp);
49 | await component.getByRole('textbox').fill('test');
> 50 | expect(test).toEqual('test');
| ^
51 | });
52 | };
53 |
at /__w/mono/mono/output/vue/src/components/input/input.spec.tsx:50:16
|
🔣 Print GitHub Report:
output/vue/src/components/input/input.spec.tsx#L50
1) [firefox] › input/input.spec.tsx:38:2 › DBInput › should change on input ──────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: "test"
Received: ""
48 | const component = await mount(comp);
49 | await component.getByRole('textbox').fill('test');
> 50 | expect(test).toEqual('test');
| ^
51 | });
52 | };
53 |
at /__w/mono/mono/output/vue/src/components/input/input.spec.tsx:50:16
|
🔣 Print GitHub Report:
output/vue/src/components/select/select.spec.tsx#L61
2) [firefox] › select/select.spec.tsx:44:2 › DBSelect › should change on select ──────────────────
Error: expect(received).toContain(expected) // indexOf
Expected value: ""
Received array: ["test1"]
59 | const select = component.getByRole('combobox');
60 | const selected = await select.selectOption({ label: 'Test1' });
> 61 | expect(selected).toContain(test);
| ^
62 | });
63 | };
64 |
at /__w/mono/mono/output/vue/src/components/select/select.spec.tsx:61:20
|
🔣 Print GitHub Report:
output/vue/src/components/select/select.spec.tsx#L61
2) [firefox] › select/select.spec.tsx:44:2 › DBSelect › should change on select ──────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toContain(expected) // indexOf
Expected value: ""
Received array: ["test1"]
59 | const select = component.getByRole('combobox');
60 | const selected = await select.selectOption({ label: 'Test1' });
> 61 | expect(selected).toContain(test);
| ^
62 | });
63 | };
64 |
at /__w/mono/mono/output/vue/src/components/select/select.spec.tsx:61:20
|
🔣 Print GitHub Report:
output/vue/src/components/textarea/textarea.spec.tsx#L54
3) [firefox] › textarea/textarea.spec.tsx:42:2 › DBTextarea › should change on input ─────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: "test"
Received: ""
52 | const component = await mount(comp);
53 | await component.getByRole('textbox').fill('test');
> 54 | expect(test).toEqual('test');
| ^
55 | });
56 | };
57 |
at /__w/mono/mono/output/vue/src/components/textarea/textarea.spec.tsx:54:16
|
🔣 Print GitHub Report:
output/vue/src/components/textarea/textarea.spec.tsx#L54
3) [firefox] › textarea/textarea.spec.tsx:42:2 › DBTextarea › should change on input ─────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: "test"
Received: ""
52 | const component = await mount(comp);
53 | await component.getByRole('textbox').fill('test');
> 54 | expect(test).toEqual('test');
| ^
55 | });
56 | };
57 |
at /__w/mono/mono/output/vue/src/components/textarea/textarea.spec.tsx:54:16
|
👩🔬 Test with Playwright 🎭
Process completed with exit code 1.
|
🔣 Print GitHub Report
3 failed
[firefox] › input/input.spec.tsx:38:2 › DBInput › should change on input ───────────────────────
[firefox] › select/select.spec.tsx:44:2 › DBSelect › should change on select ───────────────────
[firefox] › textarea/textarea.spec.tsx:42:2 › DBTextarea › should change on input ──────────────
3 skipped
141 passed (1.5m)
|
Loading