We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4be6a5c commit a8370edCopy full SHA for a8370ed
app/code/Magento/Paypal/Test/Mftf/Test/StorefrontPaypalExpressCheckoutWithDiscountCoupon.xml
@@ -41,7 +41,10 @@
41
<fillField selector="{{AdminCartPriceRulesFormSection.discountAmount}}" userInput="20" stepKey="fillDiscountAmount"/>
42
<actionGroup ref="AdminCartPriceRuleSaveActionGroup" stepKey="saveCartPriceRule"/>
43
<!-- end of create cart price rule -->
44
-
+ <!-- Configure Paypal Express Checkout -->
45
+ <actionGroup ref="AdminPayPalExpressCheckoutEnableActionGroup" stepKey="ConfigPayPalExpress">
46
+ <argument name="credentials" value="SamplePaypalExpressConfig2"/>
47
+ </actionGroup>
48
</before>
49
<after>
50
<magentoCLI command="config:set payment/paypal_express/active 0" stepKey="disablePayPalExpress"/>
0 commit comments