Fix top vault listing cache versioning #3940
javascript.yml
on: pull_request
build
upload-sourcemaps
0s
Annotations
1 error, 3 warnings, and 2 notices
|
tests/e2e/blog.test.ts:14:2 › blog index page › clicking blog tile heading should open post:
tests/e2e/blog.test.ts#L22
1) tests/e2e/blog.test.ts:14:2 › blog index page › clicking blog tile heading should open post ───
Error: expect(page).toHaveURL(expected) failed
Expected: "http://localhost:4173/blog/podcast-2-ember-protocol"
Received: "http://localhost:4173/blog"
Timeout: 5000ms
Call log:
- Expect "toHaveURL" with timeout 5000ms
9 × unexpected value "http://localhost:4173/blog"
20 | const title = await heading.textContent();
21 | await titleLink.click();
> 22 | await expect(page).toHaveURL(url!);
| ^
23 | await expect(page).toHaveTitle(title!);
24 | });
25 | });
at /home/runner/work/frontend/frontend/tests/e2e/blog.test.ts:22:22
|
|
check-format
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test-e2e
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4, webfactory/ssh-agent@v0.9.0. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4, webfactory/ssh-agent@v0.9.0. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🎭 Playwright Run Summary
1 flaky
tests/e2e/blog.test.ts:14:2 › blog index page › clicking blog tile heading should open post ────
3 skipped
16 passed (32.8s)
|
|
🎭 Playwright Run Summary
2 skipped
195 passed (1.9m)
|