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.
This commit is contained in:
maguire-arman 2025-08-01 13:52:08 -04:00
parent 1011e0ee44
commit d217f9ee44

View file

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