Skip to content

Commit 38b0fbb

Browse files
committed
ACQE-6710:Check configuration for PayPal Payflow Link in Unites States
Testcase has updated
1 parent 9c40d6b commit 38b0fbb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/code/Magento/Paypal/Test/Mftf/Test/AdminCheckConfigurationForPayflowlinkInUnitedStatesTest.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<actionGroup ref="CliCacheCleanActionGroup" stepKey="cleanCache">
5151
<argument name="tags" value="config full_page"/>
5252
</actionGroup>
53-
<waitForElementNotVisible selector="{{AdminPayPalPayFlowLinkConfigSection.closeButton('us')}}" stepKey="assertConfigureBtnNotVisible"/>
53+
<waitForElementNotVisible selector="{{AdminPayPalPayFlowLinkConfigSection.closeButton('us')}}" stepKey="assertConfigureBtnIsDisabled"/>
5454
<!--Login to storefront as guest customer-->
5555
<actionGroup ref="LoginToStorefrontActionGroup" stepKey="customerLogin">
5656
<argument name="Customer" value="$$createCustomer$$"/>
@@ -117,7 +117,7 @@
117117
<actionGroup ref="CliCacheCleanActionGroup" stepKey="cleanCache2">
118118
<argument name="tags" value="config full_page"/>
119119
</actionGroup>
120-
<waitForElementNotVisible selector="{{AdminPayPalPayFlowLinkConfigSection.closeButton('us')}}" stepKey="assertConfigBtnNotVisible"/>
120+
<waitForElementNotVisible selector="{{AdminPayPalPayFlowLinkConfigSection.closeButton('us')}}" stepKey="assertConfigBtnIsDisabled"/>
121121
<!--Go to checkout page and assert paypal express checkout option is present-->
122122
<actionGroup ref="StorefrontNavigateToGuestCheckoutReviewAndPaymentsPageActionGroup" stepKey= "goToStoreFrontCheckoutPageToAssertPaypalPaymentMethodIsPresent"/>
123123
<waitForElementVisible selector="{{StorefrontCheckoutPaymentMethodSection.checkPaymentMethodByName('Credit Card (Payflow Link)')}}" stepKey="creditcardPayflowLinkInPaymentPage"/>
@@ -136,7 +136,7 @@
136136
<actionGroup ref="CliCacheCleanActionGroup" stepKey="cleanCache3">
137137
<argument name="tags" value="config full_page"/>
138138
</actionGroup>
139-
<waitForElementNotVisible selector="{{AdminPayPalPayFlowLinkConfigSection.closeButton('us')}}" stepKey="assertConfigureBtnNotToBeVisible"/>
139+
<waitForElementNotVisible selector="{{AdminPayPalPayFlowLinkConfigSection.closeButton('us')}}" stepKey="assertConfigureBtnIsDisabled"/>
140140
<!--Go to checkout page and assert paypal express checkout option is present-->
141141
<actionGroup ref="StorefrontNavigateToGuestCheckoutReviewAndPaymentsPageActionGroup" stepKey= "goToStoreFrontCheckoutPageToAssertPaypalPaymentMethodsPresent"/>
142142
<waitForElementVisible selector="{{StorefrontCheckoutPaymentMethodSection.checkPaymentMethodByName('Credit Card (Payflow Link)')}}" stepKey="creditcardPayflowLinkInPaymentPage2"/>

0 commit comments

Comments
 (0)