diff --git a/apps/web/playwright/booking/allQuestionse2e/bookingWithAllQuestions.e2e.ts b/apps/web/playwright/booking/allQuestionse2e/bookingWithAllQuestions.e2e.ts index f32c77efe2..e0c57e1752 100644 --- a/apps/web/playwright/booking/allQuestionse2e/bookingWithAllQuestions.e2e.ts +++ b/apps/web/playwright/booking/allQuestionse2e/bookingWithAllQuestions.e2e.ts @@ -1,10 +1,6 @@ import { test } from "../../lib/fixtures"; import { scheduleAllQuestionsBooking } from "../utils/scheduleAllBookings"; -test.describe.configure({ mode: "parallel" }); - -test.afterEach(({ users }) => users.deleteAll()); - test.describe("Booking With All Questions", () => { const bookingOptions = { isAllRequired: true };