diff --git a/apps/web/playwright/signup.e2e.ts b/apps/web/playwright/signup.e2e.ts index 558c2f4e21..8ed72547ce 100644 --- a/apps/web/playwright/signup.e2e.ts +++ b/apps/web/playwright/signup.e2e.ts @@ -17,8 +17,6 @@ test.describe("Signup Flow Test", async () => { */ await users.deleteByEmail("rick@example.com"); await users.deleteByEmail("rick-jones@example.com"); - }); - test.afterEach(async ({ users }) => { // Clean up the user and token await prisma.user.deleteMany({ where: {