Skip to content

Commit a8370ed

Browse files
ACQE-5709 : Added configuration of paypal express checkout
1 parent 4be6a5c commit a8370ed

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,10 @@
4141
<fillField selector="{{AdminCartPriceRulesFormSection.discountAmount}}" userInput="20" stepKey="fillDiscountAmount"/>
4242
<actionGroup ref="AdminCartPriceRuleSaveActionGroup" stepKey="saveCartPriceRule"/>
4343
<!-- end of create cart price rule -->
44-
44+
<!-- Configure Paypal Express Checkout -->
45+
<actionGroup ref="AdminPayPalExpressCheckoutEnableActionGroup" stepKey="ConfigPayPalExpress">
46+
<argument name="credentials" value="SamplePaypalExpressConfig2"/>
47+
</actionGroup>
4548
</before>
4649
<after>
4750
<magentoCLI command="config:set payment/paypal_express/active 0" stepKey="disablePayPalExpress"/>

0 commit comments

Comments
 (0)