diff --git a/frontend/e2e/auth.setup.ts b/frontend/e2e/auth.setup.ts index a46d667..c0b6b1d 100644 --- a/frontend/e2e/auth.setup.ts +++ b/frontend/e2e/auth.setup.ts @@ -13,7 +13,7 @@ import { test as setup } from '@playwright/test'; import path from 'path'; -import { setupAuthenticatedMocks, setupSuperuserMocks } from './helpers/auth'; +import { setupAuthenticatedMocks, setupSuperuserMocks, loginViaUI } from './helpers/auth'; // Use absolute paths to ensure correct file location const ADMIN_STORAGE_STATE = path.join(__dirname, '.auth', 'admin.json');