build: Use "standalone" output to build Next.js as a standalone app #21768
Annotations
3 errors, 1 warning, and 1 notice
Run Tests:
apps/web/playwright/teams.e2e.ts#L156
1) [@***com/web] › apps/web/playwright/teams.e2e.ts:122:7 › Teams - NonOrg -- future › Can create a booking for Round Robin EventType
Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
154 | return BookingTitle === bookingTitle;
155 | })
> 156 | ).toBe(true);
| ^
157 |
158 | // Since all the users have the same leastRecentlyBooked value
159 | // Anyone of the teammates could be the Host of the booking.
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/teams.e2e.ts:156:7
|
Run Tests:
apps/web/playwright/webhook.e2e.ts#L517
2) [@***com/web] › apps/web/playwright/webhook.e2e.ts:449:7 › BOOKING_RESCHEDULED › when rescheduling to a booking that already exists, should send a booking rescheduled event with the existant booking uid
Error: expect(received).toMatchObject(expected)
- Expected - 1
+ Received + 1
Object {
"payload": Object {
- "uid": "bgSgZXL13Rwsa4M4pWEnak",
+ "uid": "48wbnK9k4BAfQQYhkXoYAn",
},
"triggerEvent": "BOOKING_RESCHEDULED",
}
515 | const [firstRequest] = webhookReceiver.requestList;
516 |
> 517 | expect(firstRequest?.body).toMatchObject({
| ^
518 | triggerEvent: "BOOKING_RESCHEDULED",
519 | payload: {
520 | uid: newBooking?.uid,
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/webhook.e2e.ts:517:32
|
Run Tests:
apps/web/playwright/webhook.e2e.ts#L618
3) [@***com/web] › apps/web/playwright/webhook.e2e.ts:611:7 › FORM_SUBMITTED › on submitting team form, triggers team webhook
page.goto: Timeout 30000ms exceeded.
=========================== logs ===========================
navigating to "http://***:3000/settings/developer/webhooks", waiting until "load"
============================================================
616 | await user.apiLogin();
617 |
> 618 | await page.goto(`/settings/developer/webhooks`);
| ^
619 | const teamId = await clickFirstTeamWebhookCta(page);
620 |
621 | // Add webhook
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/webhook.e2e.ts:618:16
|
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
3 flaky
[@***com/web] › apps/web/playwright/teams.e2e.ts:122:7 › Teams - NonOrg -- future › Can create a booking for Round Robin EventType
[@***com/web] › apps/web/playwright/webhook.e2e.ts:449:7 › BOOKING_RESCHEDULED › when rescheduling to a booking that already exists, should send a booking rescheduled event with the existant booking uid
[@***com/web] › apps/web/playwright/webhook.e2e.ts:611:7 › FORM_SUBMITTED › on submitting team form, triggers team webhook
12 skipped
39 passed (1.5m)
|
Loading