File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
app/code/Magento/Paypal/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 44
44
<fillField selector =" {{AdminCartPriceRulesFormSection.discountAmount}}" userInput =" 20" stepKey =" fillDiscountAmount" />
45
45
<actionGroup ref =" AdminCartPriceRuleSaveActionGroup" stepKey =" saveCartPriceRule" />
46
46
<!-- end of create cart price rule -->
47
-
47
+ <!-- Configure Paypal Express Checkout -->
48
+ <actionGroup ref =" AdminPayPalExpressCheckoutEnableActionGroup" stepKey =" ConfigPayPalExpress" >
49
+ <argument name =" credentials" value =" SamplePaypalExpressConfig2" />
50
+ </actionGroup >
48
51
</before >
49
52
<after >
50
53
<magentoCLI command =" config:set paypal/general/merchant_country US" stepKey =" setMerchantCountry" />
74
77
</actionGroup >
75
78
76
79
<!-- click on PayPal payment radio button -->
77
- <waitForElement selector =" {{CheckoutPaymentSection.paymentSectionTitle }}" stepKey =" waitForPlaceOrderButton" />
80
+ <waitForElement selector =" {{CheckoutPaymentSection.PayPalPaymentRadio }}" stepKey =" waitForPlaceOrderButton" />
78
81
<click selector =" {{CheckoutPaymentSection.PayPalPaymentRadio}}" stepKey =" guestSelectCheckMoneyOrderPayment" />
79
82
80
83
<!-- Click Paypal button-->
You can’t perform that action at this time.
0 commit comments