All checks #397
Annotations
2 errors and 1 notice
apps/web/playwright/booking-seats.e2e.ts#L1
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
Test timeout of 60000ms exceeded.
|
apps/web/playwright/booking-seats.e2e.ts#L164
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.waitForResponse: Page closed
162 | await page.locator('[data-testid="confirm_cancel"]').click();
163 |
> 164 | await page.waitForResponse((res) => res.url().includes("api/cancel") && res.status() === 200);
| ^
165 |
166 | const oldBooking = await prisma.booking.findFirst({
167 | where: { uid: booking.uid },
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/booking-seats.e2e.ts:164:16
|
|
The logs for this run have expired and are no longer available.
Loading