Update booking-pages.test.ts

pull/2652/head
zomars 2022-05-11 12:03:22 -06:00
parent f0ea8d30ca
commit f2988870d5
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ import {
todo,
} from "./lib/testUtils";
test.describe.configure({ mode: "parallel" });
test.describe("free user", () => {
test.beforeEach(async ({ page }) => {
await page.goto("/free");