File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
app/code/Magento/Catalog/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 28
28
<fillField userInput =" {{_defaultProduct.price}}" selector =" {{AdminProductFormSection.productPrice}}" stepKey =" fillPrice" />
29
29
<fillField userInput =" {{_defaultProduct.sku}}" selector =" {{AdminProductFormSection.productSku}}" stepKey =" fillSKU" />
30
30
<actionGroup ref =" AdminFillProductQtyOnProductFormActionGroup" stepKey =" fillQuantity" >
31
- <argument name =" productQty" value =" {{_defaultProduct.quantity}" />
31
+ <argument name =" productQty" value =" {{_defaultProduct.quantity}} " />
32
32
</actionGroup >
33
33
<scrollTo selector =" {{AdminProductFormSection.productQuantity}}" stepKey =" scrollToQty" />
34
34
<click selector =" {{AdminProductFormSection.contentTab}}" stepKey =" clickContentTab" />
You can’t perform that action at this time.
0 commit comments