File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
app/code/Magento/Sales/Test/Mftf Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 77-->
88<actionGroups xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
99 xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/actionGroupSchema.xsd" >
10- <actionGroup name =" AssertAdminFreePaymentActionGroup " >
10+ <actionGroup name =" AssertAdminFreePaymentMethodExistsOnCreateOrderPageActionGroup " >
1111 <annotations >
1212 <description >Checks the free payment on the Admin Create Order page.</description >
1313 </annotations >
1414 <click selector =" {{AdminOrderFormPaymentSection.linkPaymentOptions}}" stepKey =" clickPaymentMethods" />
15- <waitForAjaxLoad stepKey =" waitForPaymentBlockLoad " />
15+ <waitForElementVisible selector = " {{AdminOrderFormPaymentSection.freePaymentLabel}} " stepKey =" waitForPaymentLabelVisible " />
1616 <see selector =" {{AdminOrderFormPaymentSection.freePaymentLabel}}" userInput =" No Payment Information Required" stepKey =" checkFreePaymentLabel" />
1717 </actionGroup >
1818</actionGroups >
Original file line number Diff line number Diff line change 1515 <element name =" flatRateOption" type =" radio" selector =" #s_method_flatrate_flatrate" timeout =" 30" />
1616 <element name =" shippingError" type =" text" selector =" #order[has_shipping]-error" />
1717 <element name =" freeShippingOption" type =" radio" selector =" #s_method_freeshipping_freeshipping" timeout =" 30" />
18- <element name =" linkPaymentOptions" type =" button" selector =" #order-billing_method_summary>a" />
18+ <element name =" linkPaymentOptions" type =" button" selector =" #order-billing_method_summary>a" timeout = " 30 " />
1919 <element name =" blockPayment" type =" text" selector =" #order-billing_method" />
2020 <element name =" checkMoneyOption" type =" radio" selector =" #p_method_checkmo" timeout =" 30" />
2121 <element name =" checkBankTransfer" type =" radio" selector =" #p_method_banktransfer" timeout =" 30" />
You can’t perform that action at this time.
0 commit comments