diff --git a/frontend/tests/support/fixtures.ts b/frontend/tests/support/fixtures.ts index f04fe8c0b..1e5a9649f 100644 --- a/frontend/tests/support/fixtures.ts +++ b/frontend/tests/support/fixtures.ts @@ -20,6 +20,7 @@ export const test = base.extend<{ }, currentUser: async ({apiContext}, use) => { + await Factory.truncateAll() const user = await createFakeUser() await use(user) },