feat: cal-3452 parameter for impersonation #22026
Annotations
1 error, 1 warning, and 1 notice
Run Tests:
apps/web/playwright/booking-seats.e2e.ts#L176
1) [@***com/web] › apps/web/playwright/booking-seats.e2e.ts:119:7 › Reschedule for booking with seats › If rescheduled/cancelled booking with seats it should display the correct number of seats
page.goto: net::ERR_ABORTED at http://***:3000/reschedule/2a14325b-8bf2-441a-848c-c76dbd6c0be6
=========================== logs ===========================
navigating to "http://***:3000/reschedule/2a14325b-8bf2-441a-848c-c76dbd6c0be6", waiting until "load"
============================================================
174 | expect(oldBooking?.status).toBe(BookingStatus.ACCEPTED);
175 |
> 176 | await page.goto(`/reschedule/${references[1].referenceUid}`);
| ^
177 |
178 | await page.click('[data-testid="incrementMonth"]');
179 |
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/booking-seats.e2e.ts:176: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
1 flaky
[@***com/web] › apps/web/playwright/booking-seats.e2e.ts:119:7 › Reschedule for booking with seats › If rescheduled/cancelled booking with seats it should display the correct number of seats
3 skipped
65 passed (1.6m)
|
Loading