Skip to content

Commit 9d267b1

Browse files
4286 Fixed failed test case
1 parent 26c67bd commit 9d267b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Test/Mftf/Test/VerifyTinyMCEIsNativeWYSIWYGOnProductTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<fillField userInput="{{_defaultProduct.price}}" selector="{{AdminProductFormSection.productPrice}}" stepKey="fillPrice"/>
2929
<fillField userInput="{{_defaultProduct.sku}}" selector="{{AdminProductFormSection.productSku}}" stepKey="fillSKU"/>
3030
<actionGroup ref="AdminFillProductQtyOnProductFormActionGroup" stepKey="fillQuantity">
31-
<argument name="productQty" value="{{_defaultProduct.quantity}"/>
31+
<argument name="productQty" value="{{_defaultProduct.quantity}}"/>
3232
</actionGroup>
3333
<scrollTo selector="{{AdminProductFormSection.productQuantity}}" stepKey="scrollToQty" />
3434
<click selector="{{AdminProductFormSection.contentTab}}" stepKey="clickContentTab" />

0 commit comments

Comments
 (0)