File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Catalog/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1414 </annotations >
1515 <arguments >
1616 <argument name =" website" type =" string" defaultValue =" " />
17- <argument name =" group" type =" string" defaultValue =" " / >
17+ <!-- < argument name="group" type="string" defaultValue="Retailer"/> -- >
1818 <argument name =" quantity" type =" string" defaultValue =" 1" />
1919 <argument name =" price" type =" string" defaultValue =" Discount" />
2020 <argument name =" amount" type =" string" defaultValue =" 45" />
2626 <click selector =" {{AdminProductFormAdvancedPricingSection.customerGroupPriceAddButton}}" stepKey =" addCustomerGroupAllGroupsQty1PriceDiscountAnd10percent" />
2727 <waitForElement selector =" {{AdminProductFormAdvancedPricingSection.productTierPriceCustGroupSelect(index)}}" stepKey =" waitForSelectCustomerGroupNameAttribute2" />
2828 <selectOption selector =" {{AdminProductFormAdvancedPricingSection.productTierPriceWebsiteSelect(index)}}" userInput =" {{website}}" stepKey =" selectProductWebsiteValue" />
29- <selectOption selector =" {{AdminProductFormAdvancedPricingSection.productTierPriceCustGroupSelect(index)}}" userInput =" {{group}}" stepKey =" selectProductCustomGroupValue" />
29+ <!-- < selectOption selector="{{AdminProductFormAdvancedPricingSection.productTierPriceCustGroupSelect(index)}}" userInput="{{group}}" stepKey="selectProductCustomGroupValue"/> -- >
3030 <fillField selector =" {{AdminProductFormAdvancedPricingSection.productTierPriceQtyInput(index)}}" userInput =" {{quantity}}" stepKey =" fillProductTierPriceQtyInput" />
3131 <selectOption selector =" {{AdminProductFormAdvancedPricingSection.productTierPriceValueTypeSelect(index)}}" userInput =" {{price}}" stepKey =" selectProductTierPriceValueType" />
3232 <fillField selector =" {{AdminProductFormAdvancedPricingSection.productTierPricePercentageValuePriceInput(index)}}" userInput =" {{amount}}" stepKey =" selectProductTierPricePriceInput" />
You can’t perform that action at this time.
0 commit comments