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 1313 <description >Fills in the provided Credit Card details. And Clicks on PayNow Button</description >
1414 </annotations >
1515 <arguments >
16- <argument name =" creditCardDetails" defaultValue =" Visa3DSecureCard " />
16+ <argument name =" creditCardDetails" defaultValue =" VisaDefaultCard " />
1717 </arguments >
1818 <!-- Fill the required details for Credit card-->
1919 <waitForElementVisible selector =" {{CheckoutPaymentSection.creditCardField}}" stepKey =" waitForCreditCardField" />
2323 <fillField selector =" {{CheckoutPaymentSection.expirationMonth}}" userInput =" {{creditCardDetails.month}}" stepKey =" inputExpirationMonth" />
2424 <fillField selector =" {{CheckoutPaymentSection.expirationYear}}" userInput =" {{creditCardDetails.year}}" stepKey =" inputExpirationYear" />
2525 <fillField selector =" {{CheckoutPaymentSection.cvv}}" userInput =" {{creditCardDetails.cvv}}" stepKey =" inputCvv" />
26+ <waitForElementClickable selector =" {{CheckoutPaymentSection.payNowBtn}}" stepKey =" waitToClickPayNowBtn" />
2627 <click selector =" {{CheckoutPaymentSection.payNowBtn}}" stepKey =" clickPayNowBtn" />
2728 </actionGroup >
2829</actionGroups >
Original file line number Diff line number Diff line change 4343 <waitForElementClickable selector =" {{CheckoutPaymentSection.PayPalPayflowLinkRadio}}" stepKey =" waitForPayPalRadioButton" />
4444 <click selector =" {{CheckoutPaymentSection.PayPalPayflowLinkRadio}}" stepKey =" selectPaypalPayment" />
4545 <checkOption selector =" {{CheckoutPaymentSection.selectCheckboxforBilling}}" stepKey =" selectCheckboxForBilling" />
46+ <waitForElementClickable selector =" {{CheckoutPaymentSection.cntinuebtn}}" stepKey =" waitToClickContinueButton" />
4647 <click selector =" {{CheckoutPaymentSection.cntinuebtn}}" stepKey =" submitContinueButton" />
4748 <actionGroup ref =" StorefrontSwitchToPayPalPayflowActionGroup" stepKey =" switchToPaypalPayflowIframe" />
4849 <actionGroup ref =" StorefrontFillCreditCardDetailsActionGroup" stepKey =" inputCreditCardNumberFillCreditCardDetails" />
You can’t perform that action at this time.
0 commit comments