Skip to content

Commit a9771d6

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 9c59138)
1 parent e13e108 commit a9771d6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,12 @@
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>
3543
</actionGroups>

0 commit comments

Comments
 (0)