Skip to content

Commit 0fbc9fd

Browse files
committed
MAGETWO-90373: Automate with MFTF product tier price
1 parent 98e8bc0 commit 0fbc9fd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/code/Magento/Catalog/Test/Mftf/Test/AdminApplyTierPriceToProductTest.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
<actionGroup ref="OpenEditProductOnBackendActionGroup" stepKey="openEditProduct1">
4444
<argument name="product" value="$$createSimpleProduct$$"/>
4545
</actionGroup>
46+
<scrollToTopOfPage stepKey="scrollToTopOfPage1"/>
4647
<click selector="{{AdminProductFormSection.advancedPricingLink}}" stepKey="clickOnAdvancedPricingButton1"/>
4748
<waitForElement selector="{{AdminProductFormAdvancedPricingSection.customerGroupPriceAddButton}}" stepKey="waitForCustomerGroupPriceAddButton1"/>
4849
<click selector="{{AdminProductFormAdvancedPricingSection.customerGroupPriceAddButton}}" stepKey="addCustomerGroupAllGroupsQty1PriceDiscountAnd10percent"/>
@@ -72,6 +73,7 @@
7273
<actionGroup ref="OpenEditProductOnBackendActionGroup" stepKey="openEditProduct2">
7374
<argument name="product" value="$$createSimpleProduct$$"/>
7475
</actionGroup>
76+
<scrollToTopOfPage stepKey="scrollToTopOfPage2"/>
7577
<click selector="{{AdminProductFormSection.advancedPricingLink}}" stepKey="clickOnAdvancedPricingButton2"/>
7678
<waitForElement selector="{{AdminProductFormAdvancedPricingSection.customerGroupPriceAddButton}}" stepKey="waitForcustomerGroupPriceAddButton2"/>
7779
<waitForElement selector="{{AdminProductFormAdvancedPricingSection.productTierPriceCustGroupSelect('0')}}" time="30" stepKey="waitForSelectCustomerGroupNameAttribute1"/>
@@ -96,6 +98,7 @@
9698
<actionGroup ref="OpenEditProductOnBackendActionGroup" stepKey="openEditProduct3">
9799
<argument name="product" value="$$createSimpleProduct$$"/>
98100
</actionGroup>
101+
<scrollToTopOfPage stepKey="scrollToTopOfPage3"/>
99102
<click selector="{{AdminProductFormSection.advancedPricingLink}}" stepKey="clickOnAdvancedPricingButton3"/>
100103
<waitForElement selector="{{AdminProductFormAdvancedPricingSection.customerGroupPriceAddButton}}" stepKey="waitForcustomerGroupPriceAddButton3"/>
101104
<waitForElement selector="{{AdminProductFormAdvancedPricingSection.productTierPriceCustGroupSelect('0')}}" stepKey="waitForSelectCustomerGroupNameAttribute2"/>
@@ -161,6 +164,7 @@
161164
<actionGroup ref="OpenEditProductOnBackendActionGroup" stepKey="openEditProduct4">
162165
<argument name="product" value="$$createSimpleProduct$$"/>
163166
</actionGroup>
167+
<scrollToTopOfPage stepKey="scrollToTopOfPage4"/>
164168
<click selector="{{AdminProductFormSection.advancedPricingLink}}" stepKey="clickOnAdvancedPricingButton4"/>
165169
<waitForElement selector="{{AdminProductFormAdvancedPricingSection.customerGroupPriceAddButton}}" stepKey="waitForcustomerGroupPriceAddButton4"/>
166170
<fillField selector="{{AdminProductFormAdvancedPricingSection.productTierPricePercentageValuePriceInput('1')}}" userInput="25" stepKey="selectProductTierPricePercentageValue2"/>
@@ -228,12 +232,14 @@
228232
<actionGroup ref="OpenEditProductOnBackendActionGroup" stepKey="openEditProduct5">
229233
<argument name="product" value="$$createSimpleProduct$$"/>
230234
</actionGroup>
235+
<scrollToTopOfPage stepKey="scrollToTopOfPage5"/>
231236
<click selector="{{AdminProductFormSection.advancedPricingLink}}" stepKey="clickOnAdvancedPricingButton5"/>
232237
<waitForElement selector="{{AdminProductFormAdvancedPricingSection.customerGroupPriceDeleteButton}}" stepKey="waitForcustomerGroupPriceDeleteButton"/>
233238
<click selector="{{AdminProductFormAdvancedPricingSection.customerGroupPriceDeleteButton}}" stepKey="deleteFirstRowOfCustomerGroupPrice"/>
234239
<click selector="{{AdminProductFormAdvancedPricingSection.customerGroupPriceDeleteButton}}" stepKey="deleteSecondRowOfCustomerGroupPrice"/>
235240
<click selector="{{AdminProductFormAdvancedPricingSection.doneButton}}" stepKey="clickDoneButton5"/>
236241
<actionGroup ref="saveProductForm" stepKey="saveProduct5"/>
242+
<scrollToTopOfPage stepKey="scrollToTopOfPage6"/>
237243
<click selector="{{AdminProductFormSection.advancedPricingLink}}" stepKey="clickOnAdvancedPricingButton6"/>
238244
<waitForElement selector="{{AdminProductFormAdvancedPricingSection.customerGroupPriceAddButton}}" stepKey="waitForcustomerGroupPriceAddButton5"/>
239245
<dontSeeElement selector="{{AdminProductFormAdvancedPricingSection.productTierPriceQtyInput('0')}}" stepKey="dontSeeQtyInputOfFirstRow"/>

0 commit comments

Comments
 (0)