Skip to content

Commit d0a84b0

Browse files
engcom-Charlieengcom-Charlie
authored andcommitted
32293-Replacing fillField AdminProductFormSectionproductQuantity with AdminFillProductQtyOnProductFormActionGroup
1 parent 904b5a7 commit d0a84b0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@
5555
<click stepKey="openFirstProduct" selector="{{AdminProductGridSection.productRowBySku($$createConfigProduct.sku$$)}}"/>
5656
<waitForPageLoad stepKey="waitForProductToLoad"/>
5757

58-
<fillField selector="{{AdminProductFormSection.productQuantity}}" userInput="100" stepKey="fillProductQty"/>
58+
<actionGroup ref="AdminFillProductQtyOnProductFormActionGroup" stepKey="fillProductQty">
59+
<argument name="productQty" value="100"/>
60+
</actionGroup>
5961
<selectOption selector="{{AdminProductFormSection.productStockStatus}}" userInput="In Stock" stepKey="selectStockStatus"/>
6062

6163
<!-- Create New Product Attribute -->

0 commit comments

Comments
 (0)