Skip to content

Commit 0201396

Browse files
committed
reordered steps
1 parent fc4e310 commit 0201396

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

app/code/Magento/Sales/Test/Mftf/Test/AdminCreateOrderWithCheckedAppendCommentCheckboxTest.xml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,12 @@
3939
<actionGroup ref="AddSimpleProductToOrderActionGroup" stepKey="addProduct">
4040
<argument name="product" value="$createProduct$"/>
4141
</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"/>
4942
<actionGroup ref="AdminAddCommentOnCreateOrderPageActionGroup" stepKey="provideComment">
5043
<argument name="comment" value="Test Order Comment"/>
5144
</actionGroup>
45+
<actionGroup ref="SelectCheckMoneyPaymentMethodActionGroup" stepKey="selectPaymentMethod"/>
46+
<actionGroup ref="AdminSelectFlatRateShippingMethodActionGroup" stepKey="selectFlatRate"/>
47+
<seeCheckboxIsChecked selector="{{AdminOrderFormTotalSection.appendComments}}" stepKey="checkAppendCommentsCheckboxIsChecked"/>
5248
<actionGroup ref="AdminSubmitOrderActionGroup" stepKey="submitOrder"/>
5349
<actionGroup ref="AdminCheckIfCustomerIsNotifiedOfOrderCommentActionGroup" stepKey="assertCustomerIsNotified">
5450
<argument name="orderComment" value="Test Order Comment"/>

0 commit comments

Comments
 (0)