diff --git a/tests/utils/wait-helpers.ts b/tests/utils/wait-helpers.ts index cef8da40..776cee7f 100644 --- a/tests/utils/wait-helpers.ts +++ b/tests/utils/wait-helpers.ts @@ -246,7 +246,7 @@ export async function waitForLoadingComplete( // Wait for any loading indicator to disappear // Updated to be more specific and exclude pulsing UI badges const loader = page.locator([ - '[role="progressbar"]', + '[role="progressbar"]:not([aria-label*="Challenge timeout progress"])', '[aria-busy="true"]', '.loading-spinner', '.loading',