File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/code/Magento/Catalog/Test/Mftf/Test/AdminApplyTierPriceToProductTest Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 228
228
<scrollToTopOfPage stepKey =" scrollToTopOfPage5" />
229
229
<click selector =" {{AdminProductFormSection.advancedPricingLink}}" stepKey =" clickOnAdvancedPricingButton5" />
230
230
<waitForElement selector =" {{AdminProductFormAdvancedPricingSection.customerGroupPriceDeleteButton}}" stepKey =" waitForcustomerGroupPriceDeleteButton" />
231
- <scrollTo selector =" //*[contains(@class, 'product_form_product_form_advanced_pricing_modal')]//table[@class='admin__dynamic-rows admin__control-table'] //button[@class='action-delete'] [1]" stepKey =" scrollToDeleteFirstRowOfCustomerGroupPrice" />
232
- <click selector =" //*[contains(@class, 'product_form_product_form_advanced_pricing_modal')]//table[@class='admin__dynamic-rows admin__control-table'] //button[@class='action-delete'] [1]" stepKey =" deleteFirstRowOfCustomerGroupPrice" />
233
- <click selector =" //*[contains(@class, 'product_form_product_form_advanced_pricing_modal')]//table[@class='admin__dynamic-rows admin__control-table']// button[@class='action-delete'][1] " stepKey =" deleteSecondRowOfCustomerGroupPrice" />
231
+ <scrollTo selector =" ( //*[contains(@class, 'product_form_product_form_advanced_pricing_modal')]//tr //button[@data-action='remove_row']) [1]" x = " 30 " y = " 0 " stepKey =" scrollToDeleteFirstRowOfCustomerGroupPrice" />
232
+ <click selector =" (//tr //button[@data-action='remove_row']) [1]" userInput = " .product_form_product_form_advanced_pricing_modal " stepKey =" deleteFirstRowOfCustomerGroupPrice" />
233
+ <click selector =" //tr// button[@data-action='remove_row'] " userInput = " .product_form_product_form_advanced_pricing_modal " stepKey =" deleteSecondRowOfCustomerGroupPrice" />
234
234
<click selector =" {{AdminProductFormAdvancedPricingSection.doneButton}}" userInput =" .product_form_product_form_advanced_pricing_modal" stepKey =" clickDoneButton5" />
235
235
<actionGroup ref =" SaveProductFormActionGroup" stepKey =" saveProduct5" />
236
236
<scrollToTopOfPage stepKey =" scrollToTopOfPage6" />
You can’t perform that action at this time.
0 commit comments