Skip to content

Commit ec18622

Browse files
committed
MQE-1112: Bump MFTF version in Magento
1 parent 43dadde commit ec18622

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Weee/Test/Mftf/Test/AdminRemoveProductWeeeAttributeOptionTest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*/
77
-->
88
<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">
1010
<test name="AdminRemoveProductWeeeAttributeOptionTest">
1111
<annotations>
1212
<features value="Weee attribute options can be removed in product page"/>
@@ -53,6 +53,7 @@
5353
<argument name="product" value="$$createSimpleProduct$$"/>
5454
</actionGroup>
5555
<!-- Step 2: Remove weee attribute options -->
56+
<scrollTo stepKey="scrollToProductDetails" selector="[data-index='product-details']" x="0" y="-80" />
5657
<click selector="{{AdminProductAddFPTValueSection.removeRowByIndex('$$createProductFPTAttribute.attribute_code$$','1')}}" stepKey="removeAttributeOption"/>
5758
<actionGroup ref="SaveProductOnProductPageOnAdmin" stepKey="saveProduct"/>
5859
<!-- Assert weee attribute options are empty -->

0 commit comments

Comments
 (0)