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:
parent
08e51f5dde
commit
b4fd2ed970
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ export class BasePage {
|
||||||
|
|
||||||
async validateProgressBar(progressPercentage: string, timeout: number = 60000) {
|
async validateProgressBar(progressPercentage: string, timeout: number = 60000) {
|
||||||
// This section has been commented out until progress bar work is completed for parity.
|
// This section has been commented out until progress bar work is completed for parity.
|
||||||
//
|
|
||||||
|
|
||||||
// await waitUntil(async () => {
|
// await waitUntil(async () => {
|
||||||
// let loaderElements = await this.page.locator('button .loader, .buy-loader, timeout, .modal-loader').all();
|
// let loaderElements = await this.page.locator('button .loader, .buy-loader, timeout, .modal-loader').all();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue