Merge pull request #4622 from luke-h1/feat/add-new-job #922
deploy.yml
on: push
Deploy to dev
8m 28s
Deploy to live
0s
Annotations
2 errors, 2 warnings, and 2 notices
[chromium] › blog.spec.ts:14:7 › blog › renders index & slug pages correctly:
e2e/blog.spec.ts#L1
1) [chromium] › blog.spec.ts:14:7 › blog › renders index & slug pages correctly ──────────────────
Test timeout of 30000ms exceeded.
|
[chromium] › blog.spec.ts:14:7 › blog › renders index & slug pages correctly:
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
|
Deploy to dev
Could not get pull request number(s), exiting
|
Slow Test:
[chromium] › commandmenu.spec.ts#L1
[chromium] › commandmenu.spec.ts took 34.6s
|
🎭 Playwright Run Summary
1 skipped
19 passed (18.3s)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › blog.spec.ts:14:7 › blog › renders index & slug pages correctly ───────────────────
19 passed (50.6s)
|