|
50 | 50 | <actionGroup ref="CliCacheCleanActionGroup" stepKey="cleanCache">
|
51 | 51 | <argument name="tags" value="config full_page"/>
|
52 | 52 | </actionGroup>
|
53 |
| - <waitForElementNotVisible selector="{{AdminPayPalPayFlowLinkConfigSection.closeButton('us')}}" stepKey="assertConfigureBtnNotVisible"/> |
| 53 | + <waitForElementNotVisible selector="{{AdminPayPalPayFlowLinkConfigSection.closeButton('us')}}" stepKey="assertConfigureBtnIsDisabled"/> |
54 | 54 | <!--Login to storefront as guest customer-->
|
55 | 55 | <actionGroup ref="LoginToStorefrontActionGroup" stepKey="customerLogin">
|
56 | 56 | <argument name="Customer" value="$$createCustomer$$"/>
|
|
117 | 117 | <actionGroup ref="CliCacheCleanActionGroup" stepKey="cleanCache2">
|
118 | 118 | <argument name="tags" value="config full_page"/>
|
119 | 119 | </actionGroup>
|
120 |
| - <waitForElementNotVisible selector="{{AdminPayPalPayFlowLinkConfigSection.closeButton('us')}}" stepKey="assertConfigBtnNotVisible"/> |
| 120 | + <waitForElementNotVisible selector="{{AdminPayPalPayFlowLinkConfigSection.closeButton('us')}}" stepKey="assertConfigBtnIsDisabled"/> |
121 | 121 | <!--Go to checkout page and assert paypal express checkout option is present-->
|
122 | 122 | <actionGroup ref="StorefrontNavigateToGuestCheckoutReviewAndPaymentsPageActionGroup" stepKey= "goToStoreFrontCheckoutPageToAssertPaypalPaymentMethodIsPresent"/>
|
123 | 123 | <waitForElementVisible selector="{{StorefrontCheckoutPaymentMethodSection.checkPaymentMethodByName('Credit Card (Payflow Link)')}}" stepKey="creditcardPayflowLinkInPaymentPage"/>
|
|
136 | 136 | <actionGroup ref="CliCacheCleanActionGroup" stepKey="cleanCache3">
|
137 | 137 | <argument name="tags" value="config full_page"/>
|
138 | 138 | </actionGroup>
|
139 |
| - <waitForElementNotVisible selector="{{AdminPayPalPayFlowLinkConfigSection.closeButton('us')}}" stepKey="assertConfigureBtnNotToBeVisible"/> |
| 139 | + <waitForElementNotVisible selector="{{AdminPayPalPayFlowLinkConfigSection.closeButton('us')}}" stepKey="assertConfigureBtnIsDisabled"/> |
140 | 140 | <!--Go to checkout page and assert paypal express checkout option is present-->
|
141 | 141 | <actionGroup ref="StorefrontNavigateToGuestCheckoutReviewAndPaymentsPageActionGroup" stepKey= "goToStoreFrontCheckoutPageToAssertPaypalPaymentMethodsPresent"/>
|
142 | 142 | <waitForElementVisible selector="{{StorefrontCheckoutPaymentMethodSection.checkPaymentMethodByName('Credit Card (Payflow Link)')}}" stepKey="creditcardPayflowLinkInPaymentPage2"/>
|
|
0 commit comments