Remove unnecessary changes
parent
972cb6b9af
commit
5f32d4652a
|
@ -1,10 +1,6 @@
|
||||||
import { test } from "../../lib/fixtures";
|
import { test } from "../../lib/fixtures";
|
||||||
import { scheduleAllQuestionsBooking } from "../utils/scheduleAllBookings";
|
import { scheduleAllQuestionsBooking } from "../utils/scheduleAllBookings";
|
||||||
|
|
||||||
test.describe.configure({ mode: "parallel" });
|
|
||||||
|
|
||||||
test.afterEach(({ users }) => users.deleteAll());
|
|
||||||
|
|
||||||
test.describe("Booking With All Questions", () => {
|
test.describe("Booking With All Questions", () => {
|
||||||
const bookingOptions = { isAllRequired: true };
|
const bookingOptions = { isAllRequired: true };
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue