test: update test files and documentation

This commit is contained in:
2026-04-26 16:37:39 -07:00
parent e61e020d9d
commit 36e273e2a1
10 changed files with 16 additions and 15 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ export default async function globalSetup(config: FullConfig) {
// Generate unique test credentials
const timestamp = Date.now();
const testEmail = `setup-user-${timestamp}@example.com`;
const testPassword = 'TestPassword123!';
const testPassword = 'TestPassword1234!';
const testName = 'Setup User';
try {