Skip to content

Commit 86f1d7f

Browse files
committed
ACQE-6491:Default configuration for Paypal Pay Later Message on Cart Page
1 parent 395396a commit 86f1d7f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/code/Magento/Paypal/Test/Mftf/ActionGroup/EnablePaypalPaylaterConfigurationActionGroup.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
<annotations>
1212
<description>Enable Paypal Paylater Solution For Paypal Express Checkout</description>
1313
</annotations>
14+
<click selector="{{PayPalExpressCheckoutConfigSection.configureBtn('us')}}" stepKey="configureButtonClicked"/>
15+
<selectOption selector ="{{PayPalExpressCheckoutConfigSection.enablePayLater('us')}}" userInput="Yes" stepKey="enablepaylaterExp"/>
16+
<waitForPageLoad stepKey="waitForAdvisePageLoad"/>
17+
<click selector="{{PayPalExpressCheckoutConfigSection.payLaterConfigDropDown('us')}}" stepKey="advertisePaylateClickedr"/>
1418
<waitForPageLoad stepKey="waitForadvisepaylaterdropdown"/>
1519
<selectOption selector ="{{PayPalExpressCheckoutConfigSection.enablePayLaterIn('us')}}" userInput="Yes" stepKey="enablepaypallater"/>
1620
<waitForElementClickable selector="{{PayPalCheckoutCartConfigSection.expandcheckoutcartpage('us')}}" stepKey="waitForcheckoutcartpageclickable"/>

0 commit comments

Comments
 (0)