Skip to content

Commit

Permalink
fix: adjust account type selection locator for 6.7 compat (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
frobel authored Dec 11, 2024
1 parent 60e3996 commit 8c493b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/page-objects/storefront/AccountLogin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export class AccountLogin implements PageObject {

this.personalFormArea = page.locator('.register-personal');
this.billingAddressFormArea = page.locator('.register-billing');
this.accountTypeSelect = this.personalFormArea.locator('#accountType');
this.accountTypeSelect = this.personalFormArea.locator('.contact-select');
this.salutationSelect = this.personalFormArea.locator('#personalSalutation');
this.firstNameInput = this.personalFormArea.getByLabel('First name*');
this.lastNameInput = this.personalFormArea.getByLabel('Last name*');
Expand Down

0 comments on commit 8c493b9

Please sign in to comment.