File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed
dev/tests/acceptance/tests/functional/Magento/FunctionalTest/ProductVideo/Test Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!--
3
+ /**
4
+ * Copyright © Magento, Inc. All rights reserved.
5
+ * See COPYING.txt for license details.
6
+ */
7
+ -->
8
+
9
+ <tests xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
+ xsi : noNamespaceSchemaLocation =" ../../../../../../vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Test/etc/testSchema.xsd" >
11
+ <test name =" AdminRemoveDefaultVideoVirtualProductTest" extends =" AdminRemoveDefaultVideoSimpleProductTest" >
12
+ <annotations >
13
+ <features value =" ProductVideo" />
14
+ <stories value =" Add/remove images and videos for all product types and category" />
15
+ <title value =" Admin should be able to remove default product video from a Virtual Product" />
16
+ <description value =" Admin should be able to remove default product video from a Virtual Product" />
17
+ <severity value =" MAJOR" />
18
+ <testCaseId value =" MC-204" />
19
+ <group value =" ProductVideo" />
20
+ </annotations >
21
+
22
+ <!-- Replacing steps in base AdminRemoveDefaultVideoSimpleProductTest -->
23
+
24
+ <actionGroup ref =" goToCreateProductPage" stepKey =" goToCreateProductPage" >
25
+ <argument name =" product" value =" defaultVirtualProduct" />
26
+ </actionGroup >
27
+ <actionGroup ref =" fillMainProductFormNoWeight" stepKey =" fillMainProductForm" >
28
+ <argument name =" product" value =" defaultVirtualProduct" />
29
+ </actionGroup >
30
+ <actionGroup ref =" AssertProductInStorefrontProductPage" stepKey =" AssertProductInStorefrontProductPageAfterRemove" >
31
+ <argument name =" product" value =" defaultVirtualProduct" />
32
+ </actionGroup >
33
+ </test >
34
+ </tests >
You can’t perform that action at this time.
0 commit comments