build: Use "standalone" output to build Next.js as a standalone app #21768
Annotations
2 errors, 1 warning, and 1 notice
Run Tests:
apps/web/playwright/login.e2e.ts#L40
1) [@***com/web] › apps/web/playwright/login.e2e.ts:16:7 › user can login & logout succesfully -- future › login flow user & logout using dashboard
Error: Timed out 30000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for locator('[data-testid=login-form]')
- waiting for locator('[data-testid=login-form]')
38 |
39 | // Reroute to the home page to check if the login form shows up
> 40 | await expect(page.locator(`[data-testid=login-form]`)).toBeVisible();
| ^
41 | });
42 | });
43 | });
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/login.e2e.ts:40:62
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/login.e2e.ts:28:5
|
Run Tests:
apps/web/playwright/login.e2e.ts#L40
1) [@***com/web] › apps/web/playwright/login.e2e.ts:16:7 › user can login & logout succesfully -- future › login flow user & logout using dashboard
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 30000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for locator('[data-testid=login-form]')
- waiting for locator('[data-testid=login-form]')
38 |
39 | // Reroute to the home page to check if the login form shows up
> 40 | await expect(page.locator(`[data-testid=login-form]`)).toBeVisible();
| ^
41 | });
42 | });
43 | });
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/login.e2e.ts:40:62
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/login.e2e.ts:28:5
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run Tests
1 flaky
[@***com/web] › apps/web/playwright/login.e2e.ts:16:7 › user can login & logout succesfully -- future › login flow user & logout using dashboard
1 skipped
24 passed (1.5m)
|
Loading