All Tests (nightly run) #188
Annotations
3 errors, 1 warning, and 1 notice
|
run all tests:
xmlui/src/components/NumberBox/NumberBox.spec.ts#L329
3) [xmlui-nonsmoke] › xmlui/src/components/NumberBox/NumberBox.spec.ts:326:3 › Accessibility › component supports keyboard navigation
Error: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: getByRole('textbox')
Expected: focused
Received: inactive
Call log:
- Expect "toBeFocused" with timeout 5000ms
- waiting for getByRole('textbox')
8 × locator resolved to <input step="1" value="" id=":r4:" type="text" inputmode="numeric" data-part-id="input" class="_input_ylrv1_14"/>
- unexpected value "inactive"
327 | await initTestBed(`<NumberBox label="Amount" />`);
328 | await page.keyboard.press("Tab");
> 329 | await expect(page.getByRole("textbox")).toBeFocused();
| ^
330 | });
331 |
332 | test("required has proper ARIA attributes", async ({ initTestBed, page }) => {
at /home/runner/work/xmlui/xmlui/xmlui/src/components/NumberBox/NumberBox.spec.ts:329:45
|
|
run all tests:
xmlui/src/components/Checkbox/Checkbox.spec.ts#L471
2) [xmlui-nonsmoke] › xmlui/src/components/Checkbox/Checkbox.spec.ts:468:3 › Accessibility › component supports keyboard navigation
Error: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: getByRole('checkbox')
Expected: focused
Received: inactive
Call log:
- Expect "toBeFocused" with timeout 5000ms
- waiting for getByRole('checkbox')
8 × locator resolved to <input type="checkbox" role="checkbox" data-part-id="input" aria-checked="false" aria-disabled="false" data-testid="test-id-component" class="css-1in0jmp _resetAppearance_qiuzz_14 _checkbox_qiuzz_31"/>
- unexpected value "inactive"
469 | await initTestBed(`<Checkbox />`);
470 | await page.keyboard.press("Tab", { delay: 100 });
> 471 | await expect(page.getByRole("checkbox")).toBeFocused();
| ^
472 | });
473 |
474 | test("aria-checked=false applies correctly", async ({ initTestBed, page }) => {
at /home/runner/work/xmlui/xmlui/xmlui/src/components/Checkbox/Checkbox.spec.ts:471:46
|
|
run all tests:
xmlui/src/components/Bookmark/Bookmark.spec.ts#L177
1) [xmlui-nonsmoke] › xmlui/src/components/Bookmark/Bookmark.spec.ts:168:3 › Accessibility › supports keyboard navigation to content
Error: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: getByRole('button', { name: 'Focusable Content' })
Expected: focused
Received: inactive
Call log:
- Expect "toBeFocused" with timeout 5000ms
- waiting for getByRole('button', { name: 'Focusable Content' })
8 × locator resolved to <button type="button" class="_button_1i2u7_14 _buttonHorizontal_1i2u7_39 _sm_1i2u7_49 _solidPrimary_1i2u7_104 css-1in0jmp">Focusable Content</button>
- unexpected value "inactive"
175 | await page.keyboard.press("Tab");
176 | const button = page.getByRole("button", { name: "Focusable Content" });
> 177 | await expect(button).toBeFocused();
| ^
178 | });
179 | });
180 |
at /home/runner/work/xmlui/xmlui/xmlui/src/components/Bookmark/Bookmark.spec.ts:177:26
|
|
Run actions/upload-artifact@v4
No files were found with the provided path: xmlui/playwright-report/. No artifacts will be uploaded.
|
|
run all tests
3 flaky
[xmlui-nonsmoke] › xmlui/src/components/Bookmark/Bookmark.spec.ts:168:3 › Accessibility › supports keyboard navigation to content
[xmlui-nonsmoke] › xmlui/src/components/Checkbox/Checkbox.spec.ts:468:3 › Accessibility › component supports keyboard navigation
[xmlui-nonsmoke] › xmlui/src/components/NumberBox/NumberBox.spec.ts:326:3 › Accessibility › component supports keyboard navigation
20 skipped
4357 passed (27.9m)
|
Loading