We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31e376a commit 7a121acCopy full SHA for 7a121ac
app/code/Magento/Sales/Test/Mftf/ActionGroup/AssertAdminFreePaymentActionGroup.xml
@@ -12,6 +12,7 @@
12
<description>Checks the free payment on the Admin Create Order page.</description>
13
</annotations>
14
<click selector="{{AdminOrderFormPaymentSection.linkPaymentOptions}}" stepKey="clickPaymentMethods"/>
15
+ <waitForAjaxLoad stepKey="waitForPaymentBlockLoad"/>
16
<see selector="{{AdminOrderFormPaymentSection.freePaymentLabel}}" userInput="No Payment Information Required" stepKey="checkFreeShipping"/>
17
</actionGroup>
18
</actionGroups>
0 commit comments