File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
app/code/Magento/Paypal/Test/Mftf Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 13
13
<description >Fills in the provided Credit Card details. And Clicks on PayNow Button</description >
14
14
</annotations >
15
15
<arguments >
16
- <argument name =" creditCardDetails" defaultValue =" Visa3DSecureCard " />
16
+ <argument name =" creditCardDetails" defaultValue =" VisaDefaultCard " />
17
17
</arguments >
18
18
<!-- Fill the required details for Credit card-->
19
19
<waitForElementVisible selector =" {{CheckoutPaymentSection.creditCardField}}" stepKey =" waitForCreditCardField" />
23
23
<fillField selector =" {{CheckoutPaymentSection.expirationMonth}}" userInput =" {{creditCardDetails.month}}" stepKey =" inputExpirationMonth" />
24
24
<fillField selector =" {{CheckoutPaymentSection.expirationYear}}" userInput =" {{creditCardDetails.year}}" stepKey =" inputExpirationYear" />
25
25
<fillField selector =" {{CheckoutPaymentSection.cvv}}" userInput =" {{creditCardDetails.cvv}}" stepKey =" inputCvv" />
26
+ <waitForElementClickable selector =" {{CheckoutPaymentSection.payNowBtn}}" stepKey =" waitToClickPayNowBtn" />
26
27
<click selector =" {{CheckoutPaymentSection.payNowBtn}}" stepKey =" clickPayNowBtn" />
27
28
</actionGroup >
28
29
</actionGroups >
Original file line number Diff line number Diff line change 43
43
<waitForElementClickable selector =" {{CheckoutPaymentSection.PayPalPayflowLinkRadio}}" stepKey =" waitForPayPalRadioButton" />
44
44
<click selector =" {{CheckoutPaymentSection.PayPalPayflowLinkRadio}}" stepKey =" selectPaypalPayment" />
45
45
<checkOption selector =" {{CheckoutPaymentSection.selectCheckboxforBilling}}" stepKey =" selectCheckboxForBilling" />
46
+ <waitForElementClickable selector =" {{CheckoutPaymentSection.cntinuebtn}}" stepKey =" waitToClickContinueButton" />
46
47
<click selector =" {{CheckoutPaymentSection.cntinuebtn}}" stepKey =" submitContinueButton" />
47
48
<actionGroup ref =" StorefrontSwitchToPayPalPayflowActionGroup" stepKey =" switchToPaypalPayflowIframe" />
48
49
<actionGroup ref =" StorefrontFillCreditCardDetailsActionGroup" stepKey =" inputCreditCardNumberFillCreditCardDetails" />
You can’t perform that action at this time.
0 commit comments