Skip to content

Commit 4cf830f

Browse files
committed
MC-204: Admin should be able to remove default video from virtual product
- updated mftf test
1 parent 5ef3c3e commit 4cf830f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
xsi:noNamespaceSchemaLocation="../../../../../../vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Test/etc/testSchema.xsd">
1111
<test name="AdminRemoveDefaultVideoVirtualProductTest" extends="AdminRemoveDefaultVideoSimpleProductTest">
1212
<annotations>
13-
<features value="ProductVideo"/>
13+
<features value="Catalog"/>
1414
<stories value="Add/remove images and videos for all product types and category"/>
1515
<title value="Admin should be able to remove default product video from a Virtual Product"/>
1616
<description value="Admin should be able to remove default product video from a Virtual Product"/>
1717
<severity value="MAJOR"/>
1818
<testCaseId value="MC-204"/>
19-
<group value="ProductVideo"/>
19+
<group value="Catalog"/>
2020
</annotations>
2121

2222
<!-- Replacing steps in base AdminRemoveDefaultVideoSimpleProductTest -->
@@ -27,7 +27,7 @@
2727
<actionGroup ref="fillMainProductFormNoWeight" stepKey="fillMainProductForm">
2828
<argument name="product" value="defaultVirtualProduct"/>
2929
</actionGroup>
30-
<actionGroup ref="AssertProductInStorefrontProductPage" stepKey="AssertProductInStorefrontProductPageAfterRemove">
30+
<actionGroup ref="AssertProductInStorefrontProductPage" stepKey="AssertProductInStorefrontProductPage">
3131
<argument name="product" value="defaultVirtualProduct"/>
3232
</actionGroup>
3333
</test>

0 commit comments

Comments
 (0)