File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
app/code/Magento/Catalog/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 485
485
</actionGroup >
486
486
<actionGroup name =" AdminProductAdvancedPricingNewCustomerGroupPrice" >
487
487
<arguments >
488
- <argument name =" qty" type =" string" />
489
- <argument name =" priceType" type =" string" />
490
- <argument name =" discount" type =" string" />
491
- <argument name =" customerGroup" type =" string" />
488
+ <argument name =" qty" type =" string" defaultValue = " 2 " />
489
+ <argument name =" priceType" type =" string" defaultValue = " Discount " />
490
+ <argument name =" discount" type =" string" defaultValue = " 75 " />
491
+ <argument name =" customerGroup" type =" string" defaultValue = " 0 " />
492
492
</arguments >
493
493
<click selector =" {{AdminProductFormAdvancedPricingSection.customerGroupPriceAddButton}}" stepKey =" addCustomerGroup" />
494
494
<fillField selector =" {{AdminProductFormAdvancedPricingSection.productTierPriceQtyInput(customerGroup)}}" userInput =" {{qty}}" stepKey =" fillProductTierPriceQtyInput1" />
You can’t perform that action at this time.
0 commit comments