Skip to content

Commit 30ecf98

Browse files
committed
MC-389: [Visual Merchandiser] Admin should be able to mass remove products to category by SKU
- added mftf test (cherry picked from commit 9faff43)
1 parent a9771d6 commit 30ecf98

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Catalog/ActionGroup/StorefrontCategoryActionGroup.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,4 @@
3232
<!-- @TODO: MAGETWO-80272 Move to Magento_Checkout -->
3333
<seeElement selector="{{StorefrontCategoryProductSection.ProductAddToCartByName(product.name)}}" stepKey="AssertAddToCart" />
3434
</actionGroup>
35-
36-
<!-- Check simple product not on the category page -->
37-
<actionGroup name="StorefrontCheckSimpleProductNotInCategory">
38-
<arguments>
39-
<argument name="product"/>
40-
</arguments>
41-
<dontSeeElement selector="{{StorefrontCategoryProductSection.ProductTitleByName(product.name)}}" stepKey="assertProductName"/>
42-
</actionGroup>
4335
</actionGroups>

0 commit comments

Comments
 (0)