File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Paypal/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 59
59
<actionGroup ref =" CliCacheCleanActionGroup" stepKey =" cleanCache" >
60
60
<argument name =" tags" value =" config full_page" />
61
61
</actionGroup >
62
- <waitForElementNotVisible selector =" {{PayPalPaymentsProConfigSection.closeButton('us')}}" stepKey =" assertConfigureBtnNotVisible " />
62
+ <waitForElementNotVisible selector =" {{PayPalPaymentsProConfigSection.closeButton('us')}}" stepKey =" assertConfigureBtnIsDisabled " />
63
63
<!-- Login to storefront as guest customer-->
64
64
<actionGroup ref =" StorefrontOpenHomePageActionGroup" stepKey =" goToStoreFront" />
65
65
<waitForPageLoad stepKey =" waitForProductPage" />
118
118
<seeOptionIsSelected selector =" {{PayPalPaymentsProConfigSection.enablePaypalCredit('us')}}" userInput =" No" stepKey =" seeEnablePaypalCreditIsSetAsNo" />
119
119
<waitForElementNotVisible selector =" {{PayPalPaymentsProConfigSection.disabledPaypalCredit('us')}}" stepKey =" assertGreenTickMarkAbsentForPaypalCreditDropdown" />
120
120
<waitForElementVisible selector =" {{PayPalPaymentsProConfigSection.disabledVault('us')}}" stepKey =" assertGreenTickMarkForEnableVaultDropdown" />
121
- <waitForElementVisible selector =" {{PayPalPaymentsProConfigSection.closeButton('us')}}" stepKey =" assertConfigBtnNotToBeVisible " />
121
+ <waitForElementVisible selector =" {{PayPalPaymentsProConfigSection.closeButton('us')}}" stepKey =" assertConfigBtnIsDisabled " />
122
122
<!-- Go to checkout page and assert paypal express checkout Payflow Edition and Credit Card option is present-->
123
123
<actionGroup ref =" StorefrontNavigateToGuestCheckoutReviewAndPaymentsPageActionGroup" stepKey = " goToStoreFrontCheckoutPageToAssertPaypalPaymentMethodIsPresent" />
124
124
<waitForElementVisible selector =" {{StorefrontCheckoutPaymentMethodSection.checkPaymentMethodByName('PayPal Express Checkout Payflow Edition')}}" stepKey =" assertPayPalExpressPayflowEdition" />
You can’t perform that action at this time.
0 commit comments