Remove unnecessary changes

teste2e-allQuestions
gitstart-calcom 2023-10-06 16:27:58 +00:00
parent 972cb6b9af
commit 5f32d4652a
1 changed files with 0 additions and 4 deletions

View File

@ -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 };