refactor: Refactor seats logic #16642
Annotations
2 errors and 1 notice
Run Tests:
apps/web/playwright/fixtures/regularBookings.ts#L287
1) [@***com/web] › apps/web/playwright/booking/radioGroupQuestion.e2e.ts:381:11 › Booking With Radio Question and Each Other Question › Booking With Radio Question and Address Question › Booking With Radio Question and select Question › Radio and select not required
locator.isVisible: Execution context was destroyed, most likely because of a navigation
=========================== logs ===========================
checking visibility of getByRole('button', { name: 'View next' })
============================================================
at apps/web/playwright/fixtures/regularBookings.ts:287
285 | await goToNextMonthIfNoAvailabilities(eventTypePage);
286 | await eventTypePage.getByText("Reschedule").click();
> 287 | while (await eventTypePage.getByRole("button", { name: "View next" }).isVisible()) {
| ^
288 | await eventTypePage.getByRole("button", { name: "View next" }).click();
289 | }
290 | await eventTypePage.getByTestId("time").first().click();
at Object.rescheduleBooking (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/fixtures/regularBookings.ts:287:77)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/booking/radioGroupQuestion.e2e.ts:395:9
|
Run Tests:
apps/web/playwright/fixtures/regularBookings.ts#L287
2) [@***com/web] › apps/web/playwright/booking/selectQuestion.e2e.ts:99:9 › Booking With Phone Question and Each Other Question › Booking With Select Question and checkbox Question › Select required and checkbox required
locator.isVisible: Execution context was destroyed, most likely because of a navigation
=========================== logs ===========================
checking visibility of getByRole('button', { name: 'View next' })
============================================================
at apps/web/playwright/fixtures/regularBookings.ts:287
285 | await goToNextMonthIfNoAvailabilities(eventTypePage);
286 | await eventTypePage.getByText("Reschedule").click();
> 287 | while (await eventTypePage.getByRole("button", { name: "View next" }).isVisible()) {
| ^
288 | await eventTypePage.getByRole("button", { name: "View next" }).click();
289 | }
290 | await eventTypePage.getByTestId("time").first().click();
at Object.rescheduleBooking (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/fixtures/regularBookings.ts:287:77)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/booking/selectQuestion.e2e.ts:113:7
|
Run Tests
2 flaky
[@***com/web] › apps/web/playwright/booking/radioGroupQuestion.e2e.ts:381:11 › Booking With Radio Question and Each Other Question › Booking With Radio Question and Address Question › Booking With Radio Question and select Question › Radio and select not required
[@***com/web] › apps/web/playwright/booking/selectQuestion.e2e.ts:99:9 › Booking With Phone Question and Each Other Question › Booking With Select Question and checkbox Question › Select required and checkbox required
1 skipped
122 passed (5.5m)
|
The logs for this run have expired and are no longer available.
Loading