From 7a2589247251691f4432a97ed1f0f66fadada3bb Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Thu, 22 Aug 2024 20:21:37 -0600 Subject: [PATCH] add test for registration of new user --- playwright.config-local.ts | 2 +- src/views/AccountViewView.vue | 5 +- src/views/NewIdentifierView.vue | 12 ++--- src/views/StartView.vue | 1 + test-playwright/00-noid-tests.spec.ts | 18 ++++++- test-playwright/10-check-usage-limits.spec.ts | 12 ++++- test-playwright/40-add-contact.spec.ts | 7 ++- test-playwright/testUtils.ts | 50 ++++++++++++++++--- 8 files changed, 87 insertions(+), 20 deletions(-) diff --git a/playwright.config-local.ts b/playwright.config-local.ts index 511af52..c3bd2a5 100644 --- a/playwright.config-local.ts +++ b/playwright.config-local.ts @@ -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 */ /** diff --git a/src/views/AccountViewView.vue b/src/views/AccountViewView.vue index d5617a3..ea1a389 100644 --- a/src/views/AccountViewView.vue +++ b/src/views/AccountViewView.vue @@ -129,7 +129,10 @@
ID
-
+
{{ activeDid }}