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 53
53
<!-- Login as admin -->
54
54
<actionGroup ref =" LoginAsAdmin" stepKey =" loginAsAdmin" />
55
55
<!-- 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$" />
58
58
</actionGroup >
59
59
<!-- Reorder-->
60
60
<click selector =" {{AdminOrderDetailsMainActionsSection.reorder}}" stepKey =" clickReorder" />
You can’t perform that action at this time.
0 commit comments