chore: save WIP before workstation switch

This commit is contained in:
2026-05-18 17:33:31 -07:00
parent 98b18de00a
commit 2c5666e419
30 changed files with 765 additions and 395 deletions
+3
View File
@@ -112,6 +112,9 @@ async function createTestUsers(config: FullConfig) {
await context.storageState({ path: authFile });
console.log(`Created and authenticated test user: ${testEmail}`);
// Clear session so admin registration doesn't get redirected
await context.clearCookies();
const adminTimestamp = timestamp + 1;
const adminEmail = `setup-admin-${adminTimestamp}@example.com`;
const adminPassword = 'AdminPassword123!';