From e6cc05893596c96ab691c94a45c83f688f7dd499 Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Thu, 23 Oct 2025 18:04:05 -0600 Subject: [PATCH] test: remove a raw 3-second wait from test utils --- test-playwright/testUtils.ts | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/test-playwright/testUtils.ts b/test-playwright/testUtils.ts index ba2e3c02..321f9343 100644 --- a/test-playwright/testUtils.ts +++ b/test-playwright/testUtils.ts @@ -368,12 +368,9 @@ export async function waitForRegistrationStatusToSettle(page: Page): Promise