File tree Expand file tree Collapse file tree 2 files changed +18
-7
lines changed
app/code/Magento/Sales/Test/Mftf/ActionGroup Expand file tree Collapse file tree 2 files changed +18
-7
lines changed Original file line number Diff line number Diff line change 19
19
<click selector =" {{AdminOrdersGridSection.dropdownActionItem(action)}}" stepKey =" selectAction" />
20
20
<waitForPageLoad stepKey =" waitForResults" />
21
21
</actionGroup >
22
- <actionGroup name =" AdminTwoOrderActionOnGridActionGroup" extends =" AdminOrderActionOnGridActionGroup" >
23
- <arguments >
24
- <argument name =" secondOrderId" type =" string" />
25
- </arguments >
26
- <checkOption selector =" {{AdminOrdersGridSection.selectOrderID(secondOrderId)}}" stepKey =" selectSecondOrder" after =" waitForCheck" />
27
- <waitForLoadingMaskToDisappear stepKey =" waitForSecondCheck" after =" selectSecondOrder" />
28
- </actionGroup >
29
22
</actionGroups >
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 =" AdminTwoOrderActionOnGridActionGroup" extends =" AdminOrderActionOnGridActionGroup" >
12
+ <arguments >
13
+ <argument name =" secondOrderId" type =" string" />
14
+ </arguments >
15
+ <checkOption selector =" {{AdminOrdersGridSection.selectOrderID(secondOrderId)}}" stepKey =" selectSecondOrder" after =" waitForCheck" />
16
+ <waitForLoadingMaskToDisappear stepKey =" waitForSecondCheck" after =" selectSecondOrder" />
17
+ </actionGroup >
18
+ </actionGroups >
You can’t perform that action at this time.
0 commit comments