File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
app/code/Magento/Sales/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 39
39
<actionGroup ref =" AddSimpleProductToOrderActionGroup" stepKey =" addProduct" >
40
40
<argument name =" product" value =" $createProduct$" />
41
41
</actionGroup >
42
- <actionGroup ref =" FillOrderCustomerInformationActionGroup" stepKey =" fillCustomerInfo" >
43
- <argument name =" customer" value =" $createCustomer$" />
44
- <argument name =" address" value =" US_Address_TX" />
45
- </actionGroup >
46
- <actionGroup ref =" SelectCashOnDeliveryPaymentMethodActionGroup" stepKey =" selectPaymentMethod" />
47
- <actionGroup ref =" OrderSelectFlatRateShippingActionGroup" stepKey =" selectFlatRate" />
48
- <seeCheckboxIsChecked selector =" {{AdminOrderFormTotalSection.appendComments}}" stepKey =" checkAppendCommentsCheckboxIsChecked" />
49
42
<actionGroup ref =" AdminAddCommentOnCreateOrderPageActionGroup" stepKey =" provideComment" >
50
43
<argument name =" comment" value =" Test Order Comment" />
51
44
</actionGroup >
45
+ <actionGroup ref =" SelectCheckMoneyPaymentMethodActionGroup" stepKey =" selectPaymentMethod" />
46
+ <actionGroup ref =" AdminSelectFlatRateShippingMethodActionGroup" stepKey =" selectFlatRate" />
47
+ <seeCheckboxIsChecked selector =" {{AdminOrderFormTotalSection.appendComments}}" stepKey =" checkAppendCommentsCheckboxIsChecked" />
52
48
<actionGroup ref =" AdminSubmitOrderActionGroup" stepKey =" submitOrder" />
53
49
<actionGroup ref =" AdminCheckIfCustomerIsNotifiedOfOrderCommentActionGroup" stepKey =" assertCustomerIsNotified" >
54
50
<argument name =" orderComment" value =" Test Order Comment" />
You can’t perform that action at this time.
0 commit comments