File tree 2 files changed +29
-19
lines changed
app/code/Magento/Reports/Test/Mftf/ActionGroup 2 files changed +29
-19
lines changed Original file line number Diff line number Diff line change 16
16
<argument name =" orderFromDate" type =" string" />
17
17
<argument name =" orderToDate" type =" string" />
18
18
</arguments >
19
-
19
+
20
20
<click selector =" {{OrderReportMainSection.here}}" stepKey =" clickOnHere" />
21
21
<fillField selector =" {{OrderReportFilterSection.dateFrom}}" userInput =" {{orderFromDate}}" stepKey =" fillFromDate" />
22
22
<fillField selector =" {{OrderReportFilterSection.dateTo}}" userInput =" {{orderToDate}}" stepKey =" fillToDate" />
23
23
<selectOption selector =" {{OrderReportFilterSection.orderStatus}}" userInput =" Any" stepKey =" selectAnyOption" />
24
24
<click selector =" {{OrderReportMainSection.showReport}}" stepKey =" showReport" />
25
25
</actionGroup >
26
-
27
- <actionGroup name =" GenerateOrderReportForNotCancelActionGroup" >
28
- <annotations >
29
- <description >Clicks on 'here' to refresh the grid data. Enters the provided Order From/To Dates and provided Order Status. Clicks on 'Show Report'.</description >
30
- </annotations >
31
- <arguments >
32
- <argument name =" orderFromDate" type =" string" />
33
- <argument name =" orderToDate" type =" string" />
34
- <argument name =" statuses" type =" string" />
35
- </arguments >
36
-
37
- <click selector =" {{OrderReportMainSection.here}}" stepKey =" clickOnHere" />
38
- <fillField selector =" {{OrderReportFilterSection.dateFrom}}" userInput =" {{orderFromDate}}" stepKey =" fillFromDate" />
39
- <fillField selector =" {{OrderReportFilterSection.dateTo}}" userInput =" {{orderToDate}}" stepKey =" fillToDate" />
40
- <selectOption selector =" {{OrderReportFilterSection.orderStatus}}" userInput =" Specified" stepKey =" selectSpecifiedOption" />
41
- <selectOption selector =" {{OrderReportFilterSection.orderStatusSpecified}}" parameterArray =" {{statuses}}" stepKey =" selectSpecifiedOptionStatus" />
42
- <click selector =" {{OrderReportMainSection.showReport}}" stepKey =" showReport" />
43
- </actionGroup >
44
26
</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 =" GenerateOrderReportForNotCancelActionGroup" >
12
+ <annotations >
13
+ <description >Clicks on 'here' to refresh the grid data. Enters the provided Order From/To Dates and provided Order Status. Clicks on 'Show Report'.</description >
14
+ </annotations >
15
+ <arguments >
16
+ <argument name =" orderFromDate" type =" string" />
17
+ <argument name =" orderToDate" type =" string" />
18
+ <argument name =" statuses" type =" string" />
19
+ </arguments >
20
+
21
+ <click selector =" {{OrderReportMainSection.here}}" stepKey =" clickOnHere" />
22
+ <fillField selector =" {{OrderReportFilterSection.dateFrom}}" userInput =" {{orderFromDate}}" stepKey =" fillFromDate" />
23
+ <fillField selector =" {{OrderReportFilterSection.dateTo}}" userInput =" {{orderToDate}}" stepKey =" fillToDate" />
24
+ <selectOption selector =" {{OrderReportFilterSection.orderStatus}}" userInput =" Specified" stepKey =" selectSpecifiedOption" />
25
+ <selectOption selector =" {{OrderReportFilterSection.orderStatusSpecified}}" parameterArray =" {{statuses}}" stepKey =" selectSpecifiedOptionStatus" />
26
+ <click selector =" {{OrderReportMainSection.showReport}}" stepKey =" showReport" />
27
+ </actionGroup >
28
+ </actionGroups >
You can’t perform that action at this time.
0 commit comments