Merge pull request #4620 from luke-h1/dev #921
Annotations
1 error, 1 warning, and 2 notices
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
|
|
|
|
The logs for this run have expired and are no longer available.
Loading