All checks #372
Annotations
1 error and 1 notice
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/1b4c0389-f45e-43d1-8db4-db121fc6fa26
=========================== logs ===========================
navigating to "http://***:3000/reschedule/1b4c0389-f45e-43d1-8db4-db121fc6fa26", 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
|
|
The logs for this run have expired and are no longer available.
Loading