add test for new name-entry & copy-to-clipboard flow

This commit is contained in:
2024-08-24 07:23:49 -06:00
parent d3a4377935
commit 9e98a9ab43
5 changed files with 56 additions and 36 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: 10000,
// timeout: 5000,
/* Run your local dev server before starting the tests */
/**