From b4fd2ed9703434bb937e66947305633e6518cfa5 Mon Sep 17 00:00:00 2001 From: maguire-arman Date: Fri, 1 Aug 2025 14:14:55 -0400 Subject: [PATCH] test commit to trigger pipeline 2 Comments out the progress bar validation logic in the base page. This is a temporary measure until the progress bar implementation is completed. --- playwright-tests/pages/BasePage.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwright-tests/pages/BasePage.ts b/playwright-tests/pages/BasePage.ts index 0c2779ba2..c5326504d 100644 --- a/playwright-tests/pages/BasePage.ts +++ b/playwright-tests/pages/BasePage.ts @@ -132,7 +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. - // + // await waitUntil(async () => { // let loaderElements = await this.page.locator('button .loader, .buy-loader, timeout, .modal-loader').all();