File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
app/code/Magento/SalesRule/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 26
26
27
27
<!-- Delete Cart price Rule for Retailer customer-->
28
28
<actionGroup name =" AdminDeleteCartPriceRuleForRetailerActionGroup" >
29
- <click selector =" {{AdminMenuSection.marketing}}" stepKey =" clickOnMarketing" />
30
- <waitForPageLoad stepKey =" waitForMarketing" />
31
- <click selector =" {{CartPriceRulesSubmenuSection.cartPriceRules}}" stepKey =" clickOnCartPriceRules" />
29
+ <amOnPage url =" {{AdminCartPriceRulesPage.url}}" stepKey =" goToCartPriceRules" />
32
30
<waitForPageLoad stepKey =" waitForCartPriceRules" />
33
31
<fillField selector =" {{AdminCartPriceRulesSection.filterByNameInput}}" userInput =" {{SimpleSalesRule.name}}" stepKey =" filterByName" />
34
32
<click selector =" {{AdminCartPriceRulesSection.searchButton}}" stepKey =" doFilter" />
You can’t perform that action at this time.
0 commit comments