File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
app/code/Magento/Paypal/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 2525 <createData entity =" SimpleProduct" stepKey =" createProduct" />
2626 <!-- US Customer is created -->
2727 <createData entity =" Simple_US_Customer" stepKey =" createCustomer" />
28- <!-- Create new cart price rule -->
29- <createData entity =" SalesRuleDiscountOnPayPalExpressCheckoutAsPaymentMethod" stepKey =" createCartPriceRule" />
3028 <!-- Admin login -->
3129 <actionGroup ref =" AdminLoginActionGroup" stepKey =" loginAsAdmin" />
30+ <!-- Delete all cart price rules -->
31+ <actionGroup ref =" AdminCartPriceRuleDeleteAllActionGroup" stepKey =" deleteAllCartPriceRules" />
32+ <!-- Create new cart price rule -->
33+ <createData entity =" SalesRuleDiscountOnPayPalExpressCheckoutAsPaymentMethod" stepKey =" createCartPriceRule" />
3234 <!-- Search Cart Price Rule and go to edit Cart Price Rule -->
3335 <actionGroup ref =" AdminOpenCartPriceRulesPageActionGroup" stepKey =" amOnCartPriceList" />
3436 <fillField selector =" {{AdminCartPriceRulesSection.filterByNameInput}}" userInput =" $$createCartPriceRule.name$$"
You can’t perform that action at this time.
0 commit comments