UI tests (sst) #9
Annotations
3 errors, 1 warning, and 1 notice
[chromium] › commandmenu.spec.ts:40:7 › command menu › CMD+K opens command menu when clicked:
e2e/commandmenu.spec.ts#L35
1) [chromium] › commandmenu.spec.ts:40:7 › command menu › CMD+K opens command menu when clicked ──
TimeoutError: page.waitForLoadState: Timeout 20000ms exceeded.
33 | test.beforeEach(async () => {
34 | page.keyboard.press('Escape');
> 35 | await page.waitForLoadState('networkidle');
| ^
36 | await page.focus('body');
37 | await sleep(2000);
38 | });
at /home/runner/work/lhowsam.com/lhowsam.com/e2e/commandmenu.spec.ts:35:16
|
[chromium] › commandmenu.spec.ts:68:7 › command menu › navigation items navigate correctly:
e2e/commandmenu.spec.ts#L35
2) [chromium] › commandmenu.spec.ts:68:7 › command menu › navigation items navigate correctly ────
TimeoutError: page.waitForLoadState: Timeout 20000ms exceeded.
33 | test.beforeEach(async () => {
34 | page.keyboard.press('Escape');
> 35 | await page.waitForLoadState('networkidle');
| ^
36 | await page.focus('body');
37 | await sleep(2000);
38 | });
at /home/runner/work/lhowsam.com/lhowsam.com/e2e/commandmenu.spec.ts:35:16
|
[chromium] › commandmenu.spec.ts:194:7 › command menu › renders social items correctly:
e2e/commandmenu.spec.ts#L35
3) [chromium] › commandmenu.spec.ts:194:7 › command menu › renders social items correctly ────────
TimeoutError: page.waitForLoadState: Timeout 20000ms exceeded.
33 | test.beforeEach(async () => {
34 | page.keyboard.press('Escape');
> 35 | await page.waitForLoadState('networkidle');
| ^
36 | await page.focus('body');
37 | await sleep(2000);
38 | });
at /home/runner/work/lhowsam.com/lhowsam.com/e2e/commandmenu.spec.ts:35:16
|
e2e sst
Could not get pull request number(s), exiting
|
🎭 Playwright Run Summary
3 flaky
[chromium] › commandmenu.spec.ts:40:7 › command menu › CMD+K opens command menu when clicked ───
[chromium] › commandmenu.spec.ts:68:7 › command menu › navigation items navigate correctly ─────
[chromium] › commandmenu.spec.ts:194:7 › command menu › renders social items correctly ─────────
1 skipped
16 passed (38.9s)
|