Remove extra click

This commit is contained in:
JennyNou 2026-04-10 12:29:18 -04:00
parent ec3c83adfe
commit 9b5ff7488a

View file

@ -32,7 +32,7 @@ export class ServicePackagesPage extends BasePage {
try {await this.wiperModal.waitFor({ state: 'visible', timeout: 5000 }); try {await this.wiperModal.waitFor({ state: 'visible', timeout: 5000 });
await this.wiperModalCloseButton.click(); await this.wiperModalCloseButton.click();
} catch { } catch {
await this.continueButton.click(); console.log('Wiper modal not displayed');
} }
} else if (servicePackage === ServicePackage.GlassOnly) { } else if (servicePackage === ServicePackage.GlassOnly) {
await this.glassOnlyPackageButton.check(); await this.glassOnlyPackageButton.check();