diff --git a/src/versions/develop/pages/FO/hummingbird/myAccount/index.ts b/src/versions/develop/pages/FO/hummingbird/myAccount/index.ts index 29910b848..ac346bdcb 100644 --- a/src/versions/develop/pages/FO/hummingbird/myAccount/index.ts +++ b/src/versions/develop/pages/FO/hummingbird/myAccount/index.ts @@ -24,8 +24,8 @@ class MyAccountPage extends MyAccountPageVersion implements FoMyAccountPageInter this.orderSlipsLink = '#order-slips_link'; this.successMessageAlert = 'div.alert'; this.logoutFooterLink = '#footer_customeraccountlinks a.logout'; - this.myWishlistsLink = '.account-menu__nav #wishlist_link'; - this.psgdprLink = '.account-menu__nav #psgdpr_link'; + this.myWishlistsLink = '.account-menu__nav .account-menu__link--wishlist'; + this.psgdprLink = '.account-menu__nav .account-menu__link--psgdpr'; } }