File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
app/code/Magento/Checkout/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 79
79
<!-- Assign status to state -->
80
80
<click selector =" {{AdminOrderStatusGridSection.assignStatusToStateBtn}}" stepKey =" clickAssignStatusBtn" />
81
81
<selectOption selector =" {{AdminAssignOrderStatusToStateSection.orderStatus}}" userInput =" {{defaultOrderStatus.label}}" stepKey =" selectOrderStatus" />
82
+ <waitForLoadingMaskToDisappear stepKey =" waitForLoadingMaskToDisappear1" />
82
83
<selectOption selector =" {{AdminAssignOrderStatusToStateSection.orderState}}" userInput =" {{OrderState.new}}" stepKey =" selectOrderState" />
84
+ <waitForLoadingMaskToDisappear stepKey =" waitForLoadingMaskToDisappear2" />
83
85
<checkOption selector =" {{AdminAssignOrderStatusToStateSection.orderStatusAsDefault}}" stepKey =" orderStatusAsDefault" />
84
86
<uncheckOption selector =" {{AdminAssignOrderStatusToStateSection.visibleOnStorefront}}" stepKey =" visibleOnStorefront" />
85
87
<click selector =" {{AdminAssignOrderStatusToStateSection.saveStatusAssignment}}" stepKey =" clickSaveStatus" />
You can’t perform that action at this time.
0 commit comments