From 19fe881094152ae75e436c583626042e6288e9e8 Mon Sep 17 00:00:00 2001 From: "GitStart-Cal.com" <121884634+gitstart-calcom@users.noreply.github.com> Date: Fri, 20 Oct 2023 16:08:23 -0300 Subject: [PATCH] Update regularBookings.ts --- apps/web/playwright/fixtures/regularBookings.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/playwright/fixtures/regularBookings.ts b/apps/web/playwright/fixtures/regularBookings.ts index 3ccdae50fe..e1d8890b0f 100644 --- a/apps/web/playwright/fixtures/regularBookings.ts +++ b/apps/web/playwright/fixtures/regularBookings.ts @@ -247,7 +247,7 @@ export function createBookingPageFixture(page: Page) { await scheduleSuccessfullyPage.waitFor({ state: "visible" }); await expect(scheduleSuccessfullyPage).toBeVisible(); }, -checkField: async (question: string) => { + checkField: async (question: string) => { await expect(page.getByTestId(`field-${question}-test`)).toBeVisible(); }, fillAllQuestions: async (eventTypePage: Page, questions: string[], options: BookingOptions) => {