diff --git a/app/code/Magento/Wishlist/view/frontend/web/js/add-to-wishlist.js b/app/code/Magento/Wishlist/view/frontend/web/js/add-to-wishlist.js index 47beb6d07e2de..49e3f43fcd003 100644 --- a/app/code/Magento/Wishlist/view/frontend/web/js/add-to-wishlist.js +++ b/app/code/Magento/Wishlist/view/frontend/web/js/add-to-wishlist.js @@ -36,7 +36,7 @@ define([ validateProductQty = '_validateWishlistQty', changeCustomOption = 'change ' + options.customOptionsInfo, changeQty = 'change ' + options.qtyInfo, - updateWishlist = 'click ' + options.actionElement, + updateWishlist = 'click ' + options.productPageWrapper + ' ' + options.actionElement, events = {}, key;