File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed
app/code/Magento/Sales/Test/Mftf Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <!--
3+ /**
4+ * Copyright © Magento, Inc. All rights reserved.
5+ * See COPYING.txt for license details.
6+ */
7+ -->
8+
9+ <actionGroups xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10+ xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/actionGroupSchema.xsd" >
11+ <actionGroup name =" AdminOpenOrderByEntityIdActionGroup" >
12+ <arguments >
13+ <argument name =" entityId" type =" string" />
14+ </arguments >
15+ <amOnPage url =" {{AdminOrderPage.url(entityId)}}" stepKey =" openOrder" />
16+ </actionGroup >
17+ </actionGroups >
Original file line number Diff line number Diff line change 5353 <!-- Login as admin -->
5454 <actionGroup ref =" LoginAsAdmin" stepKey =" loginAsAdmin" />
5555 <!-- Open order by Id-->
56- <actionGroup ref =" OpenOrderByIdActionGroup " stepKey =" openOrderById" >
57- <argument name =" orderId " value =" $createGuestCart.return$" />
56+ <actionGroup ref =" AdminOpenOrderByEntityIdActionGroup " stepKey =" openOrderById" >
57+ <argument name =" entityId " value =" $createGuestCart.return$" />
5858 </actionGroup >
5959 <!-- Reorder-->
6060 <click selector =" {{AdminOrderDetailsMainActionsSection.reorder}}" stepKey =" clickReorder" />
You can’t perform that action at this time.
0 commit comments