diff --git a/src/page-objects/storefront/AccountLogin.ts b/src/page-objects/storefront/AccountLogin.ts index 67d24a6d..a7e1f6e6 100644 --- a/src/page-objects/storefront/AccountLogin.ts +++ b/src/page-objects/storefront/AccountLogin.ts @@ -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*');