File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
app/code/Magento/Sales/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 215
215
</arguments >
216
216
<see selector =" {{AdminOrderItemsOrderedSection.productSkuColumn}}" userInput =" {{product.sku}}" stepKey =" seeSkuInItemsOrdered" />
217
217
</actionGroup >
218
+
219
+ <!-- Cancel order that is in pending status-->
220
+ <actionGroup name =" cancelPendingOrder" >
221
+ <click selector =" {{AdminOrderDetailsMainActionsSection.cancel}}" stepKey =" clickCancelOrder" />
222
+ <waitForElement selector =" {{AdminConfirmationModalSection.message}}" stepKey =" waitForCancelConfirmation" />
223
+ <see selector =" {{AdminConfirmationModalSection.message}}" userInput =" Are you sure you want to cancel this order?" stepKey =" seeConfirmationMessage" />
224
+ <click selector =" {{AdminConfirmationModalSection.ok}}" stepKey =" confirmOrderCancel" />
225
+ <see selector =" {{AdminMessagesSection.success}}" userInput =" You canceled the order." stepKey =" seeCancelSuccessMessage" />
226
+ <see selector =" {{AdminOrderDetailsInformationSection.orderStatus}}" userInput =" Canceled" stepKey =" seeOrderStatusCanceled" />
227
+ </actionGroup >
218
228
</actionGroups >
You can’t perform that action at this time.
0 commit comments