Merge pull request #4622 from luke-h1/feat/add-new-job #922
Annotations
2 errors, 2 warnings, and 2 notices
e2e/blog.spec.ts#L1
1) [chromium] › blog.spec.ts:14:7 › blog › renders index & slug pages correctly ──────────────────
Test timeout of 30000ms exceeded.
|
e2e/blog.spec.ts#L60
1) [chromium] › blog.spec.ts:14:7 › blog › renders index & slug pages correctly ──────────────────
Error: expect(locator).toHaveText(expected)
Locator: locator('h1').first()
Expected string: "Blog"
Received string: ""
Call log:
- expect.toHaveText with timeout 30000ms
- waiting for locator('h1').first()
58 |
59 | await page.goto(`${baseUrl}/blog`);
> 60 | await expect(page.locator('h1').first()).toHaveText('Blog');
| ^
61 | }
62 | });
63 |
at /home/runner/work/lhowsam.com/lhowsam.com/e2e/blog.spec.ts:60:48
|
|
[chromium] › commandmenu.spec.ts#L1
[chromium] › commandmenu.spec.ts took 34.6s
|
|
|
The logs for this run have expired and are no longer available.
Loading