Updated locator for content page button for funnel entry
This commit is contained in:
parent
f5d19210ea
commit
0c7fd57ee3
1 changed files with 1 additions and 1 deletions
|
|
@ -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: '×' });
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue