mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-09 13:44:19 +00:00
ci/cd: fix .auth path of e2e tests
This commit is contained in:
@@ -2,7 +2,7 @@ import { test as setup } from '@playwright/test';
|
||||
import authUtil from './utils/auth.util';
|
||||
import { cleanupBackend } from './utils/cleanup.util';
|
||||
|
||||
const authFile = 'tests/.auth/user.json';
|
||||
const authFile = '.auth/user.json';
|
||||
|
||||
setup('authenticate', async ({ page }) => {
|
||||
await cleanupBackend();
|
||||
|
||||
Reference in New Issue
Block a user