Merge pull request #2956 from Safelite/jnou/fix-locator-contentpage

Updated locator for content page button for funnel entry
This commit is contained in:
JennyNou 2025-12-01 12:57:33 -05:00 committed by GitHub
commit 5a4101d7b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,7 +30,7 @@ export class HomePage extends BasePage {
super(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.closePopupButton = this.page.getByRole('button', { name: '×' });