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 7979 <!-- Assign status to state -->
8080 <click selector =" {{AdminOrderStatusGridSection.assignStatusToStateBtn}}" stepKey =" clickAssignStatusBtn" />
8181 <selectOption selector =" {{AdminAssignOrderStatusToStateSection.orderStatus}}" userInput =" {{defaultOrderStatus.label}}" stepKey =" selectOrderStatus" />
82+ <waitForLoadingMaskToDisappear stepKey =" waitForLoadingMaskToDisappear1" />
8283 <selectOption selector =" {{AdminAssignOrderStatusToStateSection.orderState}}" userInput =" {{OrderState.new}}" stepKey =" selectOrderState" />
84+ <waitForLoadingMaskToDisappear stepKey =" waitForLoadingMaskToDisappear2" />
8385 <checkOption selector =" {{AdminAssignOrderStatusToStateSection.orderStatusAsDefault}}" stepKey =" orderStatusAsDefault" />
8486 <uncheckOption selector =" {{AdminAssignOrderStatusToStateSection.visibleOnStorefront}}" stepKey =" visibleOnStorefront" />
8587 <click selector =" {{AdminAssignOrderStatusToStateSection.saveStatusAssignment}}" stepKey =" clickSaveStatus" />
You can’t perform that action at this time.
0 commit comments