add test for registration of new user

This commit is contained in:
2024-08-22 20:21:37 -06:00
parent 85b9aa8e2b
commit 2d450e6455
8 changed files with 87 additions and 20 deletions

View File

@@ -74,7 +74,7 @@ export default defineConfig({
/* Configure global timeout; default is 30000 milliseconds */
// the image upload will often not succeed at 5 seconds
timeout: 20000,
// timeout: 10000,
/* Run your local dev server before starting the tests */
/**