Update locator for TPA flow to work
This commit is contained in:
parent
9c391239b4
commit
4b67276abb
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ export class TpaSearchPage extends BasePage {
|
|||
constructor(page: Page) {
|
||||
super(page);
|
||||
this.page = page;
|
||||
this.firstLocationButton = page.locator('div.button-content').first();
|
||||
this.firstLocationButton = page.locator('div.button-content').filter({ hasNotText: /safelite/i }).first();
|
||||
}
|
||||
|
||||
async selectFirstLocation() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue