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.
This commit is contained in:
maguire-arman 2025-08-01 14:14:55 -04:00
parent 08e51f5dde
commit b4fd2ed970

View file

@ -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();