diff --git a/tests/auth.setup.ts b/tests/specs/auth.setup.ts similarity index 65% rename from tests/auth.setup.ts rename to tests/specs/auth.setup.ts index 12fd53d3..4e0e7cbc 100644 --- a/tests/auth.setup.ts +++ b/tests/specs/auth.setup.ts @@ -1,8 +1,8 @@ import { test as setup } from '@playwright/test'; -import authUtil from './utils/auth.util'; -import { cleanupBackend } from './utils/cleanup.util'; +import authUtil from '../utils/auth.util'; +import { cleanupBackend } from '../utils/cleanup.util'; -const authFile = '.auth/user.json'; +const authFile = './.auth/user.json'; setup('authenticate', async ({ page }) => { await cleanupBackend();