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 14
14
</annotations >
15
15
<arguments >
16
16
<argument name =" website" type =" string" defaultValue =" " />
17
- <argument name =" group" type =" string" defaultValue =" " / >
17
+ <!-- < argument name="group" type="string" defaultValue="Retailer"/> -- >
18
18
<argument name =" quantity" type =" string" defaultValue =" 1" />
19
19
<argument name =" price" type =" string" defaultValue =" Discount" />
20
20
<argument name =" amount" type =" string" defaultValue =" 45" />
26
26
<click selector =" {{AdminProductFormAdvancedPricingSection.customerGroupPriceAddButton}}" stepKey =" addCustomerGroupAllGroupsQty1PriceDiscountAnd10percent" />
27
27
<waitForElement selector =" {{AdminProductFormAdvancedPricingSection.productTierPriceCustGroupSelect(index)}}" stepKey =" waitForSelectCustomerGroupNameAttribute2" />
28
28
<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"/> -- >
30
30
<fillField selector =" {{AdminProductFormAdvancedPricingSection.productTierPriceQtyInput(index)}}" userInput =" {{quantity}}" stepKey =" fillProductTierPriceQtyInput" />
31
31
<selectOption selector =" {{AdminProductFormAdvancedPricingSection.productTierPriceValueTypeSelect(index)}}" userInput =" {{price}}" stepKey =" selectProductTierPriceValueType" />
32
32
<fillField selector =" {{AdminProductFormAdvancedPricingSection.productTierPricePercentageValuePriceInput(index)}}" userInput =" {{amount}}" stepKey =" selectProductTierPricePriceInput" />
You can’t perform that action at this time.
0 commit comments