Skip to content

Commit 7b5ad35

Browse files
committed
MC-17193: Company admin can make an order of someone else's order
- Updated automated test script.
1 parent c20732c commit 7b5ad35

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminOrderActionGroup.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,4 +427,7 @@
427427
<click selector="{{OrdersGridSection.submitOrder}}" stepKey="submitOrder"/>
428428
<see stepKey="seeSuccessMessageForOrder" userInput="You created the order."/>
429429
</actionGroup>
430+
<actionGroup name="createOrderFilteringCustomerByEmailActionGroup" extends="CreateOrderActionGroup">
431+
<click stepKey="chooseCustomer" selector="{{AdminOrdersGridSection.customerInOrdersSection(customer.email)}}"/>
432+
</actionGroup>
430433
</actionGroups>

0 commit comments

Comments
 (0)