We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0a84b0 commit 827765fCopy full SHA for 827765f
app/code/Magento/Catalog/Test/Mftf/Test/AdminCreateProductAttributeFromProductPageTest.xml
@@ -52,7 +52,9 @@
52
<click stepKey="openFirstProduct" selector="{{AdminProductGridSection.productRowBySku($$createSimpleProduct.sku$$)}}"/>
53
<waitForPageLoad stepKey="waitForProductToLoad"/>
54
55
- <fillField selector="{{AdminProductFormSection.productQuantity}}" userInput="100" stepKey="fillProductQty"/>
+ <actionGroup ref="AdminFillProductQtyOnProductFormActionGroup" stepKey="fillProductQty">
56
+ <argument name="productQty" value="100"/>
57
+ </actionGroup>
58
<actionGroup ref="AdminSetStockStatusActionGroup" stepKey="selectStockStatus">
59
<argument name="stockStatus" value="In Stock"/>
60
</actionGroup>
0 commit comments