Skip to content

Commit 064b19a

Browse files
Merge branch 'ACQE-8991-1' into ACQE-functional-deployment-version24
2 parents ef666cd + 03c525e commit 064b19a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

app/code/Magento/Paypal/Test/Mftf/Test/StorefrontPaypalExpressCheckoutPaymentMethodDiscountTest.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,12 @@
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$$"

0 commit comments

Comments
 (0)