merge dev into main #8502
Annotations
1 error and 1 notice
[chromium] › commandmenu.spec.ts:225:7 › command menu › renders Commands items correctly:
e2e/commandmenu.spec.ts#L13
1) [chromium] › commandmenu.spec.ts:225:7 › command menu › renders Commands items correctly ──────
Error: Timed out 10000ms waiting for expect(locator).toBeAttached()
Locator: locator('[role="listbox"]')
Expected: attached
Received: <element(s) not found>
Call log:
- expect.toBeAttached with timeout 10000ms
- waiting for locator('[role="listbox"]')
11 | // eslint-disable-next-line no-shadow
12 | const expectListboxToBeVisible = async (page: Page) => {
> 13 | await expect(page.locator('[role="listbox"]')).toBeAttached({
| ^
14 | timeout: 10000,
15 | });
16 | };
at expectListboxToBeVisible (/home/runner/work/lhowsam.com/lhowsam.com/e2e/commandmenu.spec.ts:13:50)
at /home/runner/work/lhowsam.com/lhowsam.com/e2e/commandmenu.spec.ts:231:11
|
🎭 Playwright Run Summary
1 flaky
[chromium] › commandmenu.spec.ts:225:7 › command menu › renders Commands items correctly ───────
1 skipped
18 passed (26.8s)
|