File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
app/code/Magento/Paypal/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 17
17
<argument name =" countryCode" type =" string" defaultValue =" us" />
18
18
</arguments >
19
19
<amOnPage url =" {{AdminConfigPaymentMethodsPage.url}}" stepKey =" navigateToPaymentConfigurationPage" />
20
- <waitForPageLoad stepKey =" waitForPageLoad1" />
20
+ <waitForPageLoad stepKey =" waitForConfigPageLoad" />
21
+ <click selector =" {{OtherPayPalPaymentsConfigSection.expandTab(countryCode)}}" stepKey =" expandOtherPaypalConfigButton" />
21
22
<scrollTo selector =" {{PayPalPaymentsProConfigSection.paymentsAdvanced(countryCode)}}" stepKey =" scrollToConfigure" />
22
23
<click selector =" {{PayPalPaymentsProConfigSection.configureBtn(countryCode)}}" stepKey =" clickPayPalPaymentsProConfigureBtn" />
23
24
<scrollTo selector =" {{PayPalPaymentsProConfigSection.partner(countryCode)}}" stepKey =" scrollToBottom" />
28
29
<selectOption selector =" {{PayPalPaymentsProConfigSection.testmode(countryCode)}}" userInput =" Yes" stepKey =" enableTestMode" />
29
30
<selectOption selector =" {{PayPalPaymentsProConfigSection.enableSolution(countryCode)}}" userInput =" Yes" stepKey =" enableSolution" />
30
31
<click selector =" {{AdminConfigSection.saveButton}}" stepKey =" saveConfig" />
31
- <waitForPageLoad stepKey =" waitForPageLoad2 " />
32
+ <waitForPageLoad stepKey =" waitForSaving " />
32
33
</actionGroup >
33
34
</actionGroups >
You can’t perform that action at this time.
0 commit comments