Skip to content

Commit b782c16

Browse files
shanthishanthi
authored andcommitted
Added ExpandTab
1 parent cb8bd20 commit b782c16

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
<argument name="countryCode" type="string" defaultValue="us"/>
1818
</arguments>
1919
<amOnPage url="{{AdminConfigPaymentMethodsPage.url}}" stepKey="navigateToPaymentConfigurationPage"/>
20-
<waitForPageLoad stepKey="waitForPageLoad1"/>
20+
<waitForPageLoad stepKey="waitForConfigPageLoad"/>
21+
<click selector ="{{OtherPayPalPaymentsConfigSection.expandTab(countryCode)}}" stepKey="expandOtherPaypalConfigButton"/>
2122
<scrollTo selector="{{PayPalPaymentsProConfigSection.paymentsAdvanced(countryCode)}}" stepKey="scrollToConfigure"/>
2223
<click selector ="{{PayPalPaymentsProConfigSection.configureBtn(countryCode)}}" stepKey="clickPayPalPaymentsProConfigureBtn"/>
2324
<scrollTo selector="{{PayPalPaymentsProConfigSection.partner(countryCode)}}" stepKey="scrollToBottom"/>
@@ -28,6 +29,6 @@
2829
<selectOption selector="{{PayPalPaymentsProConfigSection.testmode(countryCode)}}" userInput="Yes" stepKey="enableTestMode"/>
2930
<selectOption selector ="{{PayPalPaymentsProConfigSection.enableSolution(countryCode)}}" userInput="Yes" stepKey="enableSolution"/>
3031
<click selector="{{AdminConfigSection.saveButton}}" stepKey="saveConfig"/>
31-
<waitForPageLoad stepKey="waitForPageLoad2"/>
32+
<waitForPageLoad stepKey="waitForSaving"/>
3233
</actionGroup>
3334
</actionGroups>

0 commit comments

Comments
 (0)