Merge pull request #4559 from luke-h1/chore/update-dependencies #778
Annotations
2 errors, 4 warnings, and 2 notices
Deploy to dev:
e2e/blog.spec.ts#L1
1) [chromium] › blog.spec.ts:14:7 › blog › renders index & slug pages correctly ──────────────────
Test timeout of 30000ms exceeded.
|
Deploy to dev:
e2e/blog.spec.ts#L40
1) [chromium] › blog.spec.ts:14:7 › blog › renders index & slug pages correctly ──────────────────
Error: expect(locator).toBeVisible()
Locator: locator('h1')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for locator('h1')
38 |
39 | // slug
> 40 | await expect(page.locator('h1')).toBeVisible();
| ^
41 | await expect(page.locator('h1')).not.toBeEmpty();
42 |
43 | await expect(page.locator('[data-testid="time"]')).toBeVisible();
at /home/runner/work/lhowsam.com/lhowsam.com/e2e/blog.spec.ts:40:40
|
Build
Could not get pull request number(s), exiting
|
Build:
[chromium] › blog.spec.ts#L1
[chromium] › blog.spec.ts took 25.8s
|
Deploy to dev:
[chromium] › commandmenu.spec.ts#L1
[chromium] › commandmenu.spec.ts took 35.2s
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3, actions/cache@v3, actions/labeler@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build
1 skipped
18 passed (29.5s)
|
Deploy to dev
1 flaky
[chromium] › blog.spec.ts:14:7 › blog › renders index & slug pages correctly ───────────────────
18 passed (51.7s)
|
Loading