File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Catalog/Test Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
xsi : noNamespaceSchemaLocation =" ../../../../../../vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Test/etc/testSchema.xsd" >
11
11
<test name =" AdminRemoveDefaultVideoVirtualProductTest" extends =" AdminRemoveDefaultVideoSimpleProductTest" >
12
12
<annotations >
13
- <features value =" ProductVideo " />
13
+ <features value =" Catalog " />
14
14
<stories value =" Add/remove images and videos for all product types and category" />
15
15
<title value =" Admin should be able to remove default product video from a Virtual Product" />
16
16
<description value =" Admin should be able to remove default product video from a Virtual Product" />
17
17
<severity value =" MAJOR" />
18
18
<testCaseId value =" MC-204" />
19
- <group value =" ProductVideo " />
19
+ <group value =" Catalog " />
20
20
</annotations >
21
21
22
22
<!-- Replacing steps in base AdminRemoveDefaultVideoSimpleProductTest -->
27
27
<actionGroup ref =" fillMainProductFormNoWeight" stepKey =" fillMainProductForm" >
28
28
<argument name =" product" value =" defaultVirtualProduct" />
29
29
</actionGroup >
30
- <actionGroup ref =" AssertProductInStorefrontProductPage" stepKey =" AssertProductInStorefrontProductPageAfterRemove " >
30
+ <actionGroup ref =" AssertProductInStorefrontProductPage" stepKey =" AssertProductInStorefrontProductPage " >
31
31
<argument name =" product" value =" defaultVirtualProduct" />
32
32
</actionGroup >
33
33
</test >
You can’t perform that action at this time.
0 commit comments