From 7cba232e4442fda5ff528add29f7e3cb5e2413ef Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Tue, 20 Aug 2024 20:05:04 -0600 Subject: [PATCH] fix tests --- playwright.config-local.ts | 2 +- src/views/ContactsView.vue | 17 ++++++++++++++--- test-playwright/40-add-contact.spec.ts | 4 ++-- test-playwright/{testUtils.js => testUtils.ts} | 4 ++-- 4 files changed, 19 insertions(+), 8 deletions(-) rename test-playwright/{testUtils.js => testUtils.ts} (91%) diff --git a/playwright.config-local.ts b/playwright.config-local.ts index eb95e44..511af52 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: 15000, + timeout: 20000, /* Run your local dev server before starting the tests */ /** diff --git a/src/views/ContactsView.vue b/src/views/ContactsView.vue index 524ddd0..a964371 100644 --- a/src/views/ContactsView.vue +++ b/src/views/ContactsView.vue @@ -56,7 +56,7 @@ />