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 171
171
</actionGroup >
172
172
173
173
<!-- Check tier price with a discount percentage on product-->
174
- <actionGroup name =" AssertDiscountsPercentageOfProducts " >
174
+ <actionGroup name =" AssertDiscountsPercentageOfProduct " >
175
175
<arguments >
176
176
<argument name =" amount" type =" string" defaultValue =" 45" />
177
177
</arguments >
178
178
<click selector =" {{AdminProductFormSection.advancedPricingLink}}" stepKey =" clickOnAdvancedPricingButton" />
179
- <waitForElement selector =" {{AdminProductFormAdvancedPricingSection.customerGroupPriceAddButton}}" stepKey =" waitForCustomerGroupPriceAddButton" />
179
+ <waitForElementVisible selector =" {{AdminProductFormAdvancedPricingSection.customerGroupPriceAddButton}}" stepKey =" waitForCustomerGroupPriceAddButton" />
180
180
<grabValueFrom selector =" {{AdminProductFormAdvancedPricingSection.productTierPricePercentageValuePriceInput('0')}}" stepKey =" grabProductTierPriceInput" />
181
181
<assertEquals stepKey =" assertProductTierPriceInput" >
182
182
<expectedResult type =" string" >{{amount}}</expectedResult >
You can’t perform that action at this time.
0 commit comments