feat: getSession on root beforeLoad to avoid spinner #1500
Annotations
24 errors, 6 warnings, and 3 notices
|
E2E (chromium)
Process completed with exit code 1.
|
|
[chromium] › e2e/users.spec.ts:30:3 › User management as manager › Create a user:
e2e/users.spec.ts#L42
1) [chromium] › e2e/users.spec.ts:30:3 › User management as manager › Create a user ──────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForURL: Test timeout of 30000ms exceeded.
=========================== logs ===========================
waiting for navigation to "/manager/users" until "load"
navigated to "http://localhost:3000/manager/users/new?name=New+user&email=new-user-YNPfaf4o%40user.com"
============================================================
40 | await page.getByText(t.user.manager.new.createButton.label).click();
41 |
> 42 | await page.waitForURL('/manager/users');
| ^
43 | await page
44 | .getByPlaceholder(t.components.searchInput.placeholder)
45 | .fill(`new-user-${randomId}`);
at /home/runner/work/start-ui-web/start-ui-web/e2e/users.spec.ts:42:16
|
|
[chromium] › e2e/users.spec.ts:30:3 › User management as manager › Create a user:
e2e/users.spec.ts#L0
1) [chromium] › e2e/users.spec.ts:30:3 › User management as manager › Create a user ──────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
|
[chromium] › e2e/users.spec.ts:30:3 › User management as manager › Create a user:
e2e/users.spec.ts#L42
1) [chromium] › e2e/users.spec.ts:30:3 › User management as manager › Create a user ──────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForURL: Test timeout of 30000ms exceeded.
=========================== logs ===========================
waiting for navigation to "/manager/users" until "load"
navigated to "http://localhost:3000/manager/users/new?name=New+user&email=new-user-qFXcnEGL%40user.com"
============================================================
40 | await page.getByText(t.user.manager.new.createButton.label).click();
41 |
> 42 | await page.waitForURL('/manager/users');
| ^
43 | await page
44 | .getByPlaceholder(t.components.searchInput.placeholder)
45 | .fill(`new-user-${randomId}`);
at /home/runner/work/start-ui-web/start-ui-web/e2e/users.spec.ts:42:16
|
|
[chromium] › e2e/users.spec.ts:30:3 › User management as manager › Create a user:
e2e/users.spec.ts#L0
1) [chromium] › e2e/users.spec.ts:30:3 › User management as manager › Create a user ──────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
|
[chromium] › e2e/users.spec.ts:30:3 › User management as manager › Create a user:
e2e/users.spec.ts#L42
1) [chromium] › e2e/users.spec.ts:30:3 › User management as manager › Create a user ──────────────
Error: page.waitForURL: Test timeout of 30000ms exceeded.
=========================== logs ===========================
waiting for navigation to "/manager/users" until "load"
navigated to "http://localhost:3000/manager/users/new?name=New+user&email=new-user-ni84Umhn%40user.com"
============================================================
40 | await page.getByText(t.user.manager.new.createButton.label).click();
41 |
> 42 | await page.waitForURL('/manager/users');
| ^
43 | await page
44 | .getByPlaceholder(t.components.searchInput.placeholder)
45 | .fill(`new-user-${randomId}`);
at /home/runner/work/start-ui-web/start-ui-web/e2e/users.spec.ts:42:16
|
|
[chromium] › e2e/users.spec.ts:30:3 › User management as manager › Create a user:
e2e/users.spec.ts#L0
1) [chromium] › e2e/users.spec.ts:30:3 › User management as manager › Create a user ──────────────
Test timeout of 30000ms exceeded.
|
|
E2E (chromium)
Testing stopped early after 1 maximum allowed failures.
|
|
E2E (firefox)
Process completed with exit code 1.
|
|
[firefox] › e2e/users.spec.ts:30:3 › User management as manager › Create a user:
e2e/users.spec.ts#L37
1) [firefox] › e2e/users.spec.ts:30:3 › User management as manager › Create a user ───────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForURL: Test timeout of 30000ms exceeded.
=========================== logs ===========================
waiting for navigation to "/manager/users/new" until "load"
navigated to "http://localhost:3000/manager/users"
============================================================
35 |
36 | // Fill the form
> 37 | await page.waitForURL('/manager/users/new');
| ^
38 | await page.getByLabel(t.user.common.name.label).fill('New user');
39 | await page.getByLabel(t.user.common.email.label).fill(uniqueEmail);
40 | await page.getByText(t.user.manager.new.createButton.label).click();
at /home/runner/work/start-ui-web/start-ui-web/e2e/users.spec.ts:37:16
|
|
[firefox] › e2e/users.spec.ts:30:3 › User management as manager › Create a user:
e2e/users.spec.ts#L0
1) [firefox] › e2e/users.spec.ts:30:3 › User management as manager › Create a user ───────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
|
[firefox] › e2e/users.spec.ts:30:3 › User management as manager › Create a user:
e2e/users.spec.ts#L37
1) [firefox] › e2e/users.spec.ts:30:3 › User management as manager › Create a user ───────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForURL: Test timeout of 30000ms exceeded.
=========================== logs ===========================
waiting for navigation to "/manager/users/new" until "load"
navigated to "http://localhost:3000/manager/users"
============================================================
35 |
36 | // Fill the form
> 37 | await page.waitForURL('/manager/users/new');
| ^
38 | await page.getByLabel(t.user.common.name.label).fill('New user');
39 | await page.getByLabel(t.user.common.email.label).fill(uniqueEmail);
40 | await page.getByText(t.user.manager.new.createButton.label).click();
at /home/runner/work/start-ui-web/start-ui-web/e2e/users.spec.ts:37:16
|
|
[firefox] › e2e/users.spec.ts:30:3 › User management as manager › Create a user:
e2e/users.spec.ts#L0
1) [firefox] › e2e/users.spec.ts:30:3 › User management as manager › Create a user ───────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
|
[firefox] › e2e/users.spec.ts:30:3 › User management as manager › Create a user:
e2e/users.spec.ts#L37
1) [firefox] › e2e/users.spec.ts:30:3 › User management as manager › Create a user ───────────────
Error: page.waitForURL: Test timeout of 30000ms exceeded.
=========================== logs ===========================
waiting for navigation to "/manager/users/new" until "load"
navigated to "http://localhost:3000/manager/users"
============================================================
35 |
36 | // Fill the form
> 37 | await page.waitForURL('/manager/users/new');
| ^
38 | await page.getByLabel(t.user.common.name.label).fill('New user');
39 | await page.getByLabel(t.user.common.email.label).fill(uniqueEmail);
40 | await page.getByText(t.user.manager.new.createButton.label).click();
at /home/runner/work/start-ui-web/start-ui-web/e2e/users.spec.ts:37:16
|
|
[firefox] › e2e/users.spec.ts:30:3 › User management as manager › Create a user:
e2e/users.spec.ts#L0
1) [firefox] › e2e/users.spec.ts:30:3 › User management as manager › Create a user ───────────────
Test timeout of 30000ms exceeded.
|
|
E2E (firefox)
Testing stopped early after 1 maximum allowed failures.
|
|
E2E (webkit)
Process completed with exit code 1.
|
|
[webkit] › e2e/users.spec.ts:30:3 › User management as manager › Create a user:
e2e/users.spec.ts#L42
1) [webkit] › e2e/users.spec.ts:30:3 › User management as manager › Create a user ────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForURL: Test timeout of 30000ms exceeded.
=========================== logs ===========================
waiting for navigation to "/manager/users" until "load"
navigated to "http://localhost:3000/manager/users/new?name=New+user&email=new-user-2gA9Kzjd%40user.com"
============================================================
40 | await page.getByText(t.user.manager.new.createButton.label).click();
41 |
> 42 | await page.waitForURL('/manager/users');
| ^
43 | await page
44 | .getByPlaceholder(t.components.searchInput.placeholder)
45 | .fill(`new-user-${randomId}`);
at /home/runner/work/start-ui-web/start-ui-web/e2e/users.spec.ts:42:16
|
|
[webkit] › e2e/users.spec.ts:30:3 › User management as manager › Create a user:
e2e/users.spec.ts#L0
1) [webkit] › e2e/users.spec.ts:30:3 › User management as manager › Create a user ────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
|
[webkit] › e2e/users.spec.ts:30:3 › User management as manager › Create a user:
e2e/users.spec.ts#L42
1) [webkit] › e2e/users.spec.ts:30:3 › User management as manager › Create a user ────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForURL: Test timeout of 30000ms exceeded.
=========================== logs ===========================
waiting for navigation to "/manager/users" until "load"
============================================================
40 | await page.getByText(t.user.manager.new.createButton.label).click();
41 |
> 42 | await page.waitForURL('/manager/users');
| ^
43 | await page
44 | .getByPlaceholder(t.components.searchInput.placeholder)
45 | .fill(`new-user-${randomId}`);
at /home/runner/work/start-ui-web/start-ui-web/e2e/users.spec.ts:42:16
|
|
[webkit] › e2e/users.spec.ts:30:3 › User management as manager › Create a user:
e2e/users.spec.ts#L0
1) [webkit] › e2e/users.spec.ts:30:3 › User management as manager › Create a user ────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
|
[webkit] › e2e/users.spec.ts:30:3 › User management as manager › Create a user:
e2e/users.spec.ts#L42
1) [webkit] › e2e/users.spec.ts:30:3 › User management as manager › Create a user ────────────────
Error: page.waitForURL: Test timeout of 30000ms exceeded.
=========================== logs ===========================
waiting for navigation to "/manager/users" until "load"
============================================================
40 | await page.getByText(t.user.manager.new.createButton.label).click();
41 |
> 42 | await page.waitForURL('/manager/users');
| ^
43 | await page
44 | .getByPlaceholder(t.components.searchInput.placeholder)
45 | .fill(`new-user-${randomId}`);
at /home/runner/work/start-ui-web/start-ui-web/e2e/users.spec.ts:42:16
|
|
[webkit] › e2e/users.spec.ts:30:3 › User management as manager › Create a user:
e2e/users.spec.ts#L0
1) [webkit] › e2e/users.spec.ts:30:3 › User management as manager › Create a user ────────────────
Test timeout of 30000ms exceeded.
|
|
E2E (webkit)
Testing stopped early after 1 maximum allowed failures.
|
|
E2E (chromium)
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/
|
|
E2E (chromium)
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
|
E2E (firefox)
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/
|
|
E2E (firefox)
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
|
E2E (webkit)
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/
|
|
E2E (webkit)
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
|
🎭 Playwright Run Summary
1 failed
[chromium] › e2e/users.spec.ts:30:3 › User management as manager › Create a user ───────────────
2 did not run
8 passed (2.1m)
|
|
🎭 Playwright Run Summary
1 failed
[firefox] › e2e/users.spec.ts:30:3 › User management as manager › Create a user ────────────────
2 did not run
8 passed (2.3m)
|
|
🎭 Playwright Run Summary
1 failed
[webkit] › e2e/users.spec.ts:30:3 › User management as manager › Create a user ─────────────────
2 did not run
8 passed (2.2m)
|