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 18
18
</arguments >
19
19
<amOnPage url =" {{AdminConfigPaymentMethodsPage.url}}" stepKey =" navigateToPaymentConfigurationPage" />
20
20
<waitForPageLoad stepKey =" waitForConfigPageLoad" />
21
- <waitForElementVisible selector =" {{OtherPayPalPaymentsConfigSection.expandTab(countryCode)}}" stepKey =" waitForOtherPayPalPaymentsSection" />
22
- <conditionalClick selector =" {{OtherPayPalPaymentsConfigSection.expandTab(countryCode)}}" dependentSelector =" {{OtherPayPalPaymentsConfigSection.expandedTab(countryCode)}}" visible =" false" stepKey =" expandOtherPaypalConfigButton" />
21
+ <waitForElementClickable selector =" {{OtherPayPalPaymentsConfigSection.expandTab(countryCode)}}" stepKey =" waitForConfigureButtonToBeClicked" />
22
+ <click selector =" {{OtherPayPalPaymentsConfigSection.expandTab(countryCode)}}" stepKey =" expandOtherPaypalConfigButton" />
23
+ <scrollTo selector =" {{PayPalPaymentsProConfigSection.paymentsAdvanced(countryCode)}}" stepKey =" scrollToConfigure" />
23
24
<waitForElementClickable selector =" {{PayPalPaymentsProConfigSection.configureBtn(countryCode)}}" stepKey =" waitForPayPalPaymentsProConfigureBtn" />
24
25
<click selector =" {{PayPalPaymentsProConfigSection.configureBtn(countryCode)}}" stepKey =" clickPayPalPaymentsProConfigureBtn" />
25
26
<scrollTo selector =" {{PayPalPaymentsProConfigSection.partner(countryCode)}}" stepKey =" scrollToBottom" />
You can’t perform that action at this time.
0 commit comments