test: update test files and documentation

This commit is contained in:
2026-04-26 16:37:39 -07:00
parent d436b1f66e
commit 9589bb8718
10 changed files with 16 additions and 15 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ function getTestCredentials() {
const timestamp = Date.now();
return {
email: `register-test-${timestamp}@example.com`,
password: 'TestPassword123!',
password: 'TestPassword1234!',
name: `Register Test User ${timestamp}`
};
}