From d217f9ee44c33f6f4dcd5637645c5798c8004aa6 Mon Sep 17 00:00:00 2001 From: maguire-arman Date: Fri, 1 Aug 2025 13:52:08 -0400 Subject: [PATCH] Comments out progress bar validation. Comments out the progress bar validation code. This is done because the progress bar implementation is not yet complete. The validation will be re-enabled when the progress bar work is finished. --- playwright-tests/pages/BasePage.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/playwright-tests/pages/BasePage.ts b/playwright-tests/pages/BasePage.ts index bcaeab3ec..30df48447 100644 --- a/playwright-tests/pages/BasePage.ts +++ b/playwright-tests/pages/BasePage.ts @@ -132,7 +132,6 @@ 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();