Version Packages for Stable Release #1065
release-packages.yml
on: pull_request
Publish Stable and Create GitHub Release
18m 3s
Annotations
6 errors and 1 notice
|
Publish Stable and Create GitHub Release
Process completed with exit code 1.
|
|
[xmlui-nonsmoke] › xmlui/src/components/Bookmark/Bookmark.spec.ts:168:3 › Accessibility › supports keyboard navigation to content:
xmlui/src/components/Bookmark/Bookmark.spec.ts#L177
2) [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
|
|
[xmlui-nonsmoke] › xmlui/src/components/Table/Table.spec.ts:930:3 › Edge Cases › row checkboxes work when no 'dataIdProperty' prop and no 'id' in data items:
xmlui/src/components/Table/Table.spec.ts#L949
1) [xmlui-nonsmoke] › xmlui/src/components/Table/Table.spec.ts:930:3 › Edge Cases › row checkboxes work when no 'dataIdProperty' prop and no 'id' in data items
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).not.toBeChecked()
Locator: locator('input[type=\'checkbox\']').nth(2)
Expected: not checked
Received: checked
Call log:
- Expect "not toBeChecked" with timeout 5000ms
- waiting for locator('input[type=\'checkbox\']').nth(2)
9 × locator resolved to <input checked type="checkbox" role="checkbox" aria-checked="true" data-part-id="input" aria-disabled="false" class="_checkBoxWrapper_fw2wb_133 _forceHoverWrapper_fw2wb_296 _resetAppearance_qiuzz_14 _checkbox_qiuzz_31 _forceHover_qiuzz_62"/>
- unexpected value "checked"
947 | await checkboxes.nth(1).check({ force: true }); // First data row
948 | await expect(checkboxes.nth(1)).toBeChecked();
> 949 | await expect(checkboxes.nth(2)).not.toBeChecked(); // Second data row
| ^
950 | }
951 | );
952 | });
at /home/runner/work/xmlui/xmlui/xmlui/src/components/Table/Table.spec.ts:949:43
|
|
[xmlui-nonsmoke] › xmlui/src/components/Table/Table.spec.ts:930:3 › Edge Cases › row checkboxes work when no 'dataIdProperty' prop and no 'id' in data items:
xmlui/src/components/Table/Table.spec.ts#L949
1) [xmlui-nonsmoke] › xmlui/src/components/Table/Table.spec.ts:930:3 › Edge Cases › row checkboxes work when no 'dataIdProperty' prop and no 'id' in data items
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).not.toBeChecked()
Locator: locator('input[type=\'checkbox\']').nth(2)
Expected: not checked
Received: checked
Call log:
- Expect "not toBeChecked" with timeout 5000ms
- waiting for locator('input[type=\'checkbox\']').nth(2)
9 × locator resolved to <input checked type="checkbox" role="checkbox" aria-checked="true" data-part-id="input" aria-disabled="false" class="_checkBoxWrapper_fw2wb_133 _forceHoverWrapper_fw2wb_296 _resetAppearance_qiuzz_14 _checkbox_qiuzz_31 _forceHover_qiuzz_62"/>
- unexpected value "checked"
947 | await checkboxes.nth(1).check({ force: true }); // First data row
948 | await expect(checkboxes.nth(1)).toBeChecked();
> 949 | await expect(checkboxes.nth(2)).not.toBeChecked(); // Second data row
| ^
950 | }
951 | );
952 | });
at /home/runner/work/xmlui/xmlui/xmlui/src/components/Table/Table.spec.ts:949:43
|
|
[xmlui-nonsmoke] › xmlui/src/components/Table/Table.spec.ts:930:3 › Edge Cases › row checkboxes work when no 'dataIdProperty' prop and no 'id' in data items:
xmlui/src/components/Table/Table.spec.ts#L949
1) [xmlui-nonsmoke] › xmlui/src/components/Table/Table.spec.ts:930:3 › Edge Cases › row checkboxes work when no 'dataIdProperty' prop and no 'id' in data items
Error: Timed out 5000ms waiting for expect(locator).not.toBeChecked()
Locator: locator('input[type=\'checkbox\']').nth(2)
Expected: not checked
Received: checked
Call log:
- Expect "not toBeChecked" with timeout 5000ms
- waiting for locator('input[type=\'checkbox\']').nth(2)
9 × locator resolved to <input checked type="checkbox" role="checkbox" aria-checked="true" data-part-id="input" aria-disabled="false" class="_checkBoxWrapper_fw2wb_133 _forceHoverWrapper_fw2wb_296 _resetAppearance_qiuzz_14 _checkbox_qiuzz_31 _forceHover_qiuzz_62"/>
- unexpected value "checked"
947 | await checkboxes.nth(1).check({ force: true }); // First data row
948 | await expect(checkboxes.nth(1)).toBeChecked();
> 949 | await expect(checkboxes.nth(2)).not.toBeChecked(); // Second data row
| ^
950 | }
951 | );
952 | });
at /home/runner/work/xmlui/xmlui/xmlui/src/components/Table/Table.spec.ts:949:43
|
|
Publish Stable and Create GitHub Release
//#test:e2e: command (/home/runner/work/xmlui/xmlui/) /opt/hostedtoolcache/node/22.21.1/x64/bin/npm run test:e2e exited (1)
|
|
🎭 Playwright Run Summary
1 failed
[xmlui-nonsmoke] › xmlui/src/components/Table/Table.spec.ts:930:3 › Edge Cases › row checkboxes work when no 'dataIdProperty' prop and no 'id' in data items
1 flaky
[xmlui-nonsmoke] › xmlui/src/components/Bookmark/Bookmark.spec.ts:168:3 › Accessibility › supports keyboard navigation to content
20 skipped
4358 passed (14.9m)
|