Skip to content

Commit d64fe79

Browse files
committed
B2B-964: Create MFTF Test for Purchase Order Creation with Online Payment Methods
- Addressing PR feedback
1 parent 0d0559b commit d64fe79

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
11-
<actionGroup name="SampleConfigPayPalExpressCheckoutDisableActionGroup">
11+
<actionGroup name="AdminConfigPayPalExpressCheckoutDisableActionGroup">
1212
<annotations>
1313
<description>Goes to the 'Configuration' page for 'Payment Methods'. Disables PayPal Express Checkout solution. Clicks on Save.</description>
1414
</annotations>
@@ -22,5 +22,6 @@
2222
<selectOption selector="{{PayPalExpressCheckoutConfigSection.enableSolution(countryCode)}}" userInput="No" stepKey="enableSolution"/>
2323
<!--Save configuration-->
2424
<click selector="{{AdminConfigSection.saveButton}}" stepKey="saveConfig"/>
25+
<waitForPageLoad stepKey="waitForPageLoad2"/>
2526
</actionGroup>
2627
</actionGroups>

0 commit comments

Comments
 (0)