File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
app/code/Magento/CheckoutAgreements/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 67
67
<waitForElementClickable selector =" {{CheckoutPaymentSection.PayPalExpressCheckoutPayFlowEdition}}" stepKey =" waitForPayPalRadioButton" />
68
68
<click selector =" {{CheckoutPaymentSection.PayPalExpressCheckoutPayFlowEdition}}" stepKey =" selectPayPalExpressCheckoutPayFlowEdition" />
69
69
<!-- Verify both manual and automatic are present -->
70
- <waitForText selector =" {{StorefrontCheckoutAgreementsSection.manualCheckoutAgreementLink('agreement_paypal_express ')}}" userInput =" {{newHtmlTerm.checkboxText}}" stepKey =" seeManualTermTextInCheckoutIsPresent" />
71
- <waitForText selector =" {{StorefrontCheckoutAgreementsSection.automaticCheckoutAgreementLink('agreement_paypal_express ')}}" userInput =" {{newHtmlAutomaticallyTerm.checkboxText}}" stepKey =" seeAutomaticTermTextInCheckoutIsPresent" />
70
+ <waitForText selector =" {{StorefrontCheckoutAgreementsSection.manualCheckoutAgreementLink('agreement_payflow_express ')}}" userInput =" {{newHtmlTerm.checkboxText}}" stepKey =" seeManualTermTextInCheckoutIsPresent" />
71
+ <waitForText selector =" {{StorefrontCheckoutAgreementsSection.automaticCheckoutAgreementLink('agreement_payflow_express ')}}" userInput =" {{newHtmlAutomaticallyTerm.checkboxText}}" stepKey =" seeAutomaticTermTextInCheckoutIsPresent" />
72
72
<!-- open manual terms and conditions and verify content messages-->
73
- <waitForElementClickable selector =" {{StorefrontCheckoutAgreementsSection.manualCheckoutAgreementLink('agreement_paypal_express ')}}" stepKey =" waitForManualTermTextInCheckoutIsClickable" />
74
- <click selector =" {{StorefrontCheckoutAgreementsSection.manualCheckoutAgreementLink('agreement_paypal_express ')}}" stepKey =" clickManualTermTextInCheckout" />
73
+ <waitForElementClickable selector =" {{StorefrontCheckoutAgreementsSection.manualCheckoutAgreementLink('agreement_payflow_express ')}}" stepKey =" waitForManualTermTextInCheckoutIsClickable" />
74
+ <click selector =" {{StorefrontCheckoutAgreementsSection.manualCheckoutAgreementLink('agreement_payflow_express ')}}" stepKey =" clickManualTermTextInCheckout" />
75
75
<waitForElement selector =" {{StorefrontCheckoutAgreementsSection.contentArea(newHtmlTerm.content)}}" stepKey =" verifyManualTermContentTextMessage" />
76
76
<waitForElementClickable selector =" {{StorefrontCheckoutAgreementsSection.agreementClose}}" stepKey =" waitForCloseToBeClickable" />
77
77
<click selector =" {{StorefrontCheckoutAgreementsSection.agreementClose}}" stepKey =" ClickOnClose" />
You can’t perform that action at this time.
0 commit comments