Update locator for Afterpay banner validation
This commit is contained in:
parent
557fe7cf9e
commit
5090d2f231
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ export class ServicePackagesPage extends BasePage {
|
|||
this.promoCodeTextbox = this.page.getByLabel('Enter a promo code');
|
||||
this.applyPromoButton = this.page.getByRole('button', { name: 'Apply promo code' });
|
||||
this.repeatedClicksModalCloseButton = this.page.locator('.QSISlider').locator('img[src*=\'close\']');
|
||||
this.afterPayBanner = this.page.locator('#afterpay-banner');
|
||||
this.afterPayBanner = this.page.locator('div.afterpay-modal-banner');
|
||||
this.glassOnlypackagePrice = this.page.locator('fieldset:has(legend#ServicePackageQuestion) label').filter({ hasText: 'Glass service only' }).locator('.pricing-info');
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue