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
@@ -15,7 +15,7 @@ function getTestCredentials() {
const timestamp = Date.now();
return {
email: `test-${timestamp}@example.com`,
password: 'TestPassword123!',
password: 'TestPassword1234!',
name: `Test User ${timestamp}`
};
}