Skip to content

Commit 72a2ef6

Browse files
author
Oleksandr Iegorov
committed
MAGETWO-86609: Disabled wishlist product still appears in wishlist
1 parent 7381d7f commit 72a2ef6

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

app/code/Magento/Reports/Block/Adminhtml/Grid/AbstractGrid.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,6 @@ protected function _addCustomFilter($collection, $filterData)
409409
}
410410

411411
/**
412-
*
413412
* @return array
414413
* @throws \Magento\Framework\Exception\LocalizedException
415414
*/

app/code/Magento/Wishlist/Test/Mftf/Test/StorefrontAddMultipleStoreProductsToWishlistTest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@
7676
<!-- Add product visible on default store to wishlist -->
7777
<amOnPage url="$$product.name$$.html" stepKey="navigateToProductPageOnDefaultStore"/>
7878
<see selector="{{StorefrontProductInfoMainSection.productName}}" userInput="$$product.name$$" stepKey="assertFirstProductNameTitle"/>
79-
<click stepKey="addFirstProductToWishlist" selector="{{StorefrontProductPageSection.addToWishlist}}"/>
8079
<!-- Switch to second store and add second product (visible on second store) to wishlist -->
8180
<click stepKey="ClickSwitchStoreButtonOnDefaultStore" selector="{{StorefrontFooterSection.SwitchStoreButton}}"/>
8281
<click stepKey="SelectSecondStoreToSwitchOn" selector="{{StorefrontFooterSection.StoreLink($$storeGroup.group[name]$$)}}"/>

0 commit comments

Comments
 (0)