refactor: Refactor seats logic #16642
Annotations
2 errors and 1 notice
Run Tests:
apps/web/playwright/fixtures/regularBookings.ts#L296
1) [@***com/web] › apps/web/playwright/booking/addressQuestione2e/addressQuestion.e2e.ts:439:9 › Booking With Address Question and Each Other Question › Booking With Address Question and Short text question › Address required and Short text required
locator.isVisible: Execution context was destroyed, most likely because of a navigation
=========================== logs ===========================
checking visibility of getByRole('heading', { name: 'Could not reschedule the meeting.' })
============================================================
at apps/web/playwright/fixtures/regularBookings.ts:296
294 | await eventTypePage.waitForTimeout(400);
295 | if (
> 296 | await eventTypePage.getByRole("heading", { name: "Could not reschedule the meeting." }).isVisible()
| ^
297 | ) {
298 | await eventTypePage.getByTestId("back").click();
299 | await eventTypePage.getByTestId("time").last().click();
at Object.rescheduleBooking (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/fixtures/regularBookings.ts:296:97)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/booking/addressQuestione2e/addressQuestion.e2e.ts:455:7
|
Run Tests:
apps/web/playwright/fixtures/regularBookings.ts#L287
2) [@***com/web] › apps/web/playwright/booking/longTextQuestion.e2e.ts:277:7 › Booking With Long Text Question and Each Other Question › Long Text required and Number 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/longTextQuestion.e2e.ts:293:5
|
Run Tests
2 flaky
[@***com/web] › apps/web/playwright/booking/addressQuestione2e/addressQuestion.e2e.ts:439:9 › Booking With Address Question and Each Other Question › Booking With Address Question and Short text question › Address required and Short text required
[@***com/web] › apps/web/playwright/booking/longTextQuestion.e2e.ts:277:7 › Booking With Long Text Question and Each Other Question › Long Text required and Number not required
1 skipped
78 passed (5.5m)
|
The logs for this run have expired and are no longer available.
Loading