test commit
test commit
This commit is contained in:
parent
b4fd2ed970
commit
94aaad64d3
1 changed files with 0 additions and 1 deletions
|
|
@ -133,7 +133,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.
|
||||
|
||||
|
||||
// await waitUntil(async () => {
|
||||
// let loaderElements = await this.page.locator('button .loader, .buy-loader, timeout, .modal-loader').all();
|
||||
// return !(await Promise.any(loaderElements.map(el => el.isVisible())).catch(() => false));
|
||||
|
|
|
|||
Loading…
Reference in a new issue