Updated locator for content page button for funnel entry

This commit is contained in:
JennyNou 2025-11-28 14:43:54 -05:00
parent f5d19210ea
commit 0c7fd57ee3

View file

@ -30,7 +30,7 @@ export class HomePage extends BasePage {
super(page); super(page);
this.page = page; this.page = page;
this.letsGetStartedButton = this.page.locator('.hero-content #zipCodeTextboxButton'); this.letsGetStartedButton = this.page.locator('#zipCodeTextboxButton');
this.cusmodalPopup = this.page.locator('#Cusmodalpopup'); this.cusmodalPopup = this.page.locator('#Cusmodalpopup');
this.closePopupButton = this.page.getByRole('button', { name: '×' }); this.closePopupButton = this.page.getByRole('button', { name: '×' });