E2E Tests #351
Annotations
5 errors, 1 warning, and 1 notice
|
Run E2E tests
Process completed with exit code 1.
|
|
Run E2E tests:
e2e/helpers/auth.ts#L25
2) [chromium] › tests/sign-in-out.spec.ts:12:7 › Authentication session flows › user can sign up, sign out, sign in again, and sign out
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.waitForURL: Timeout 30000ms exceeded.
=========================== logs ===========================
waiting for navigation until "load"
============================================================
at ../helpers/auth.ts:25
23 |
24 | // Wait for navigation away from sign-up
> 25 | await page.waitForURL((url) => !url.pathname.includes("/sign-up"), {
| ^
26 | timeout: 30_000,
27 | });
28 | }
at signUp (/home/runner/work/march-fit/march-fit/e2e/helpers/auth.ts:25:14)
at /home/runner/work/march-fit/march-fit/e2e/tests/sign-in-out.spec.ts:19:5
|
|
Run E2E tests:
e2e/helpers/auth.ts#L25
2) [chromium] › tests/sign-in-out.spec.ts:12:7 › Authentication session flows › user can sign up, sign out, sign in again, and sign out
TimeoutError: page.waitForURL: Timeout 30000ms exceeded.
=========================== logs ===========================
waiting for navigation until "load"
============================================================
at ../helpers/auth.ts:25
23 |
24 | // Wait for navigation away from sign-up
> 25 | await page.waitForURL((url) => !url.pathname.includes("/sign-up"), {
| ^
26 | timeout: 30_000,
27 | });
28 | }
at signUp (/home/runner/work/march-fit/march-fit/e2e/helpers/auth.ts:25:14)
at /home/runner/work/march-fit/march-fit/e2e/tests/sign-in-out.spec.ts:19:5
|
|
Run E2E tests:
e2e/helpers/auth.ts#L52
1) [chromium] › tests/category-leaderboard.spec.ts:25:7 › Category leaderboard (March 2026) › cumulative category leaderboard loads with data
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.waitForURL: Timeout 30000ms exceeded.
=========================== logs ===========================
waiting for navigation until "load"
============================================================
at ../helpers/auth.ts:52
50 |
51 | // Wait for navigation away from sign-in
> 52 | await page.waitForURL((url) => !url.pathname.includes("/sign-in"), {
| ^
53 | timeout: 30_000,
54 | });
55 | }
at signIn (/home/runner/work/march-fit/march-fit/e2e/helpers/auth.ts:52:14)
at /home/runner/work/march-fit/march-fit/e2e/tests/category-leaderboard.spec.ts:28:5
|
|
Run E2E tests:
e2e/helpers/auth.ts#L52
1) [chromium] › tests/category-leaderboard.spec.ts:25:7 › Category leaderboard (March 2026) › cumulative category leaderboard loads with data
TimeoutError: page.waitForURL: Timeout 30000ms exceeded.
=========================== logs ===========================
waiting for navigation until "load"
============================================================
at ../helpers/auth.ts:52
50 |
51 | // Wait for navigation away from sign-in
> 52 | await page.waitForURL((url) => !url.pathname.includes("/sign-in"), {
| ^
53 | timeout: 30_000,
54 | });
55 | }
at signIn (/home/runner/work/march-fit/march-fit/e2e/helpers/auth.ts:52:14)
at /home/runner/work/march-fit/march-fit/e2e/tests/category-leaderboard.spec.ts:28:5
|
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4, actions/upload-artifact@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Run E2E tests
2 failed
[chromium] › tests/category-leaderboard.spec.ts:25:7 › Category leaderboard (March 2026) › cumulative category leaderboard loads with data
[chromium] › tests/sign-in-out.spec.ts:12:7 › Authentication session flows › user can sign up, sign out, sign in again, and sign out
5 skipped
3 passed (2.4m)
|
background
wait
wait-all
cancel
Loading