Merge pull request #4620 from luke-h1/dev #921
deploy.yml
on: push
Deploy to dev
0s
Deploy to live
8m 28s
Annotations
1 error, 1 warning, and 2 notices
[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
|
Deploy to live
Could not get pull request number(s), exiting
|
🎭 Playwright Run Summary
1 skipped
19 passed (18.4s)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › commandmenu.spec.ts:225:7 › command menu › renders Commands items correctly ───────
19 passed (31.6s)
|