File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
app/code/Magento/Paypal/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 8
8
9
9
<actionGroups xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
10
xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/actionGroupSchema.xsd" >
11
- <actionGroup name =" SampleConfigPayPalExpressCheckoutDisableActionGroup " >
11
+ <actionGroup name =" AdminConfigPayPalExpressCheckoutDisableActionGroup " >
12
12
<annotations >
13
13
<description >Goes to the 'Configuration' page for 'Payment Methods'. Disables PayPal Express Checkout solution. Clicks on Save.</description >
14
14
</annotations >
22
22
<selectOption selector =" {{PayPalExpressCheckoutConfigSection.enableSolution(countryCode)}}" userInput =" No" stepKey =" enableSolution" />
23
23
<!-- Save configuration-->
24
24
<click selector =" {{AdminConfigSection.saveButton}}" stepKey =" saveConfig" />
25
+ <waitForPageLoad stepKey =" waitForPageLoad2" />
25
26
</actionGroup >
26
27
</actionGroups >
You can’t perform that action at this time.
0 commit comments