Fix a11y form component ids #11466
Annotations
3 errors and 1 notice
👩🔬 Test with Playwright 🎭
Process completed with exit code 1.
|
🔣 Print GitHub Report:
output/vue/src/components/accordion/accordion.spec.tsx#L96
1) [mobile_chrome] › accordion/accordion.spec.tsx:90:2 › DBAccordion › textarea inside item works
Error: Timed out 5000ms waiting for expect(locator).toHaveValue(expected)
Locator: locator('#root').locator('internal:control=component').getByRole('textbox')
Expected string: "Test"
Received string: ""
Call log:
- expect.toHaveValue with timeout 5000ms
- waiting for locator('#root').locator('internal:control=component').getByRole('textbox')
- locator resolved to <textarea rows="4" placeholder=" " aria-describedby="" ari…></textarea>
- unexpected value ""
- locator resolved to <textarea rows="4" placeholder=" " aria-describedby="" ari…></textarea>
- unexpected value ""
- locator resolved to <textarea rows="4" placeholder=" " aria-describedby="" ari…></textarea>
- unexpected value ""
- locator resolved to <textarea rows="4" placeholder=" " aria-describedby="" ari…></textarea>
- unexpected value ""
- locator resolved to <textarea rows="4" placeholder=" " aria-describedby="" ari…></textarea>
- unexpected value ""
- locator resolved to <textarea rows="4" placeholder=" " aria-describedby="" ari…></textarea>
- unexpected value ""
- locator resolved to <textarea rows="4" placeholder=" " aria-describedby="" ari…></textarea>
- unexpected value ""
- locator resolved to <textarea rows="4" placeholder=" " aria-describedby="" ari…></textarea>
- unexpected value ""
- locator resolved to <textarea rows="4" placeholder=" " aria-describedby="" ari…></textarea>
- unexpected value ""
94 | await expect(textArea).toBeVisible();
95 | await textArea.fill('Test');
> 96 | await expect(textArea).toHaveValue('Test');
| ^
97 | });
98 | };
99 |
at /__w/mono/mono/output/vue/src/components/accordion/accordion.spec.tsx:96:26
|
🔣 Print GitHub Report:
output/vue/src/components/accordion/accordion.spec.tsx#L96
1) [mobile_chrome] › accordion/accordion.spec.tsx:90:2 › DBAccordion › textarea inside item works
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveValue(expected)
Locator: locator('#root').locator('internal:control=component').getByRole('textbox')
Expected string: "Test"
Received string: ""
Call log:
- expect.toHaveValue with timeout 5000ms
- waiting for locator('#root').locator('internal:control=component').getByRole('textbox')
- locator resolved to <textarea rows="4" placeholder=" " aria-describedby="" ari…></textarea>
- unexpected value ""
- locator resolved to <textarea rows="4" placeholder=" " aria-describedby="" ari…></textarea>
- unexpected value ""
- locator resolved to <textarea rows="4" placeholder=" " aria-describedby="" ari…></textarea>
- unexpected value ""
- locator resolved to <textarea rows="4" placeholder=" " aria-describedby="" ari…></textarea>
- unexpected value ""
- locator resolved to <textarea rows="4" placeholder=" " aria-describedby="" ari…></textarea>
- unexpected value ""
- locator resolved to <textarea rows="4" placeholder=" " aria-describedby="" ari…></textarea>
- unexpected value ""
- locator resolved to <textarea rows="4" placeholder=" " aria-describedby="" ari…></textarea>
- unexpected value ""
- locator resolved to <textarea rows="4" placeholder=" " aria-describedby="" ari…></textarea>
- unexpected value ""
- locator resolved to <textarea rows="4" placeholder=" " aria-describedby="" ari…></textarea>
- unexpected value ""
94 | await expect(textArea).toBeVisible();
95 | await textArea.fill('Test');
> 96 | await expect(textArea).toHaveValue('Test');
| ^
97 | });
98 | };
99 |
at /__w/mono/mono/output/vue/src/components/accordion/accordion.spec.tsx:96:26
|
🔣 Print GitHub Report
1 failed
[mobile_chrome] › accordion/accordion.spec.tsx:90:2 › DBAccordion › textarea inside item works ─
3 skipped
119 passed (43.8s)
|
Loading