Skip to content

Commit 6daa9b2

Browse files
author
bshevchenko
committed
MAGETWO-94841: Automate with MFTF Managing Advanced Prices from Shared Catalog Page
1 parent 9d4812f commit 6daa9b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminProductActionGroup.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,12 +171,12 @@
171171
</actionGroup>
172172

173173
<!--Check tier price with a discount percentage on product-->
174-
<actionGroup name="AssertDiscountsPercentageOfProducts">
174+
<actionGroup name="AssertDiscountsPercentageOfProduct">
175175
<arguments>
176176
<argument name="amount" type="string" defaultValue="45"/>
177177
</arguments>
178178
<click selector="{{AdminProductFormSection.advancedPricingLink}}" stepKey="clickOnAdvancedPricingButton"/>
179-
<waitForElement selector="{{AdminProductFormAdvancedPricingSection.customerGroupPriceAddButton}}" stepKey="waitForCustomerGroupPriceAddButton"/>
179+
<waitForElementVisible selector="{{AdminProductFormAdvancedPricingSection.customerGroupPriceAddButton}}" stepKey="waitForCustomerGroupPriceAddButton"/>
180180
<grabValueFrom selector="{{AdminProductFormAdvancedPricingSection.productTierPricePercentageValuePriceInput('0')}}" stepKey="grabProductTierPriceInput"/>
181181
<assertEquals stepKey="assertProductTierPriceInput">
182182
<expectedResult type="string">{{amount}}</expectedResult>

0 commit comments

Comments
 (0)