Remove extra click
This commit is contained in:
parent
ec3c83adfe
commit
9b5ff7488a
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ export class ServicePackagesPage extends BasePage {
|
|||
try {await this.wiperModal.waitFor({ state: 'visible', timeout: 5000 });
|
||||
await this.wiperModalCloseButton.click();
|
||||
} catch {
|
||||
await this.continueButton.click();
|
||||
console.log('Wiper modal not displayed');
|
||||
}
|
||||
} else if (servicePackage === ServicePackage.GlassOnly) {
|
||||
await this.glassOnlyPackageButton.check();
|
||||
|
|
|
|||
Loading…
Reference in a new issue