File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
app/code/Magento/Catalog/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 472
472
<click selector =" {{AdminAddUpSellProductsModalSection.AddSelectedProductsButton}}" stepKey =" addRelatedProductSelected" />
473
473
<waitForPageLoad stepKey =" waitForPageToLoad1" />
474
474
</actionGroup >
475
+ <actionGroup name =" AdminProductAdvancedPricingNewCustomerGroupPrice" >
476
+ <arguments >
477
+ <argument name =" qty" type =" string" />
478
+ <argument name =" priceType" type =" string" />
479
+ <argument name =" discount" type =" string" />
480
+ <argument name =" customerGroup" type =" string" />
481
+ </arguments >
482
+ <click selector =" {{AdminProductFormAdvancedPricingSection.customerGroupPriceAddButton}}" stepKey =" addCustomerGroup" />
483
+ <fillField selector =" {{AdminProductFormAdvancedPricingSection.productTierPriceQtyInput(customerGroup)}}" userInput =" {{qty}}" stepKey =" fillProductTierPriceQtyInput1" />
484
+ <selectOption selector =" {{AdminProductFormAdvancedPricingSection.productTierPriceValueTypeSelect(customerGroup)}}" userInput =" {{priceType}}" stepKey =" selectProductTierPriceValueType1" />
485
+ <fillField selector =" {{AdminProductFormAdvancedPricingSection.productTierPricePercentageValuePriceInput(customerGroup)}}" userInput =" {{discount}}" stepKey =" selectProductTierPricePriceInput" />
486
+ <click selector =" {{AdminProductFormAdvancedPricingSection.doneButton}}" stepKey =" clickDoneButton1" />
487
+ </actionGroup >
475
488
</actionGroups >
You can’t perform that action at this time.
0 commit comments