From 1011e0ee448f460e07683ba7fc6515ae9dce6608 Mon Sep 17 00:00:00 2001 From: JennyNou <167806377+JennyNou@users.noreply.github.com> Date: Fri, 1 Aug 2025 13:44:13 -0400 Subject: [PATCH] Add to comment --- playwright-tests/pages/BasePage.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/playwright-tests/pages/BasePage.ts b/playwright-tests/pages/BasePage.ts index 30df48447..bcaeab3ec 100644 --- a/playwright-tests/pages/BasePage.ts +++ b/playwright-tests/pages/BasePage.ts @@ -132,6 +132,7 @@ export class BasePage { async validateProgressBar(progressPercentage: string, timeout: number = 60000) { // This section has been commented out until progress bar work is completed for parity. + // Uncomment when ready. // await waitUntil(async () => { // let loaderElements = await this.page.locator('button .loader, .buy-loader, timeout, .modal-loader').all();