File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
app/code/Magento/Weee/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 6
6
*/
7
7
-->
8
8
<tests xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9
- xsi : noNamespaceSchemaLocation =" ../../../../../../../dev/tests/acceptance/ vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Test/etc/testSchema.xsd" >
9
+ xsi : noNamespaceSchemaLocation =" ../../../../../../../vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Test/etc/testSchema.xsd" >
10
10
<test name =" AdminRemoveProductWeeeAttributeOptionTest" >
11
11
<annotations >
12
12
<features value =" Weee attribute options can be removed in product page" />
53
53
<argument name =" product" value =" $$createSimpleProduct$$" />
54
54
</actionGroup >
55
55
<!-- Step 2: Remove weee attribute options -->
56
+ <scrollTo stepKey =" scrollToProductDetails" selector =" [data-index='product-details']" x =" 0" y =" -80" />
56
57
<click selector =" {{AdminProductAddFPTValueSection.removeRowByIndex('$$createProductFPTAttribute.attribute_code$$','1')}}" stepKey =" removeAttributeOption" />
57
58
<actionGroup ref =" SaveProductOnProductPageOnAdmin" stepKey =" saveProduct" />
58
59
<!-- Assert weee attribute options are empty -->
You can’t perform that action at this time.
0 commit comments