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/profile.e2e.ts#L309
1) [@***com/web] › apps/web/playwright/profile.e2e.ts:302:7 › Update Profile › Newly added secondary email should show as Unverified
Error: expect(received).toEqual(expected) // deep equality
Expected: true
Received: false
307 |
308 | expect(await page.getByTestId("profile-form-email-1-primary-badge").isVisible()).toEqual(false);
> 309 | expect(await page.getByTestId("profile-form-email-1-unverified-badge").isVisible()).toEqual(true);
| ^
310 | });
311 |
312 | test("Can verify the newly added secondary email", async ({ page, users, prisma }) => {
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/profile.e2e.ts:309:89
|
Run Tests:
apps/web/playwright/profile.e2e.ts#L309
1) [@***com/web] › apps/web/playwright/profile.e2e.ts:302:7 › Update Profile › Newly added secondary email should show as Unverified
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: true
Received: false
307 |
308 | expect(await page.getByTestId("profile-form-email-1-primary-badge").isVisible()).toEqual(false);
> 309 | expect(await page.getByTestId("profile-form-email-1-unverified-badge").isVisible()).toEqual(true);
| ^
310 | });
311 |
312 | test("Can verify the newly added secondary email", async ({ page, users, prisma }) => {
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/profile.e2e.ts:309:89
|
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/profile.e2e.ts:302:7 › Update Profile › Newly added secondary email should show as Unverified
3 skipped
33 passed (55.0s)
|
Loading