File tree Expand file tree Collapse file tree 3 files changed +48
-0
lines changed
app/code/Magento/Reports/Test/Mftf Expand file tree Collapse file tree 3 files changed +48
-0
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
+ <pages xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Page/etc/PageObject.xsd" >
9
+ <page name =" LowStockReportPage" url =" reports/report_product/lowstock/" area =" admin" module =" Reports" >
10
+ <section name =" LowStockReportMainSection" />
11
+ <section name =" LowStockProductGridSection" />
12
+ </page >
13
+ </pages >
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
+ <sections xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
+ xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Page/etc/SectionObject.xsd" >
11
+ <section name =" LowStockProductGridSection" >
12
+ <element name =" productSku" type =" input" selector =" //tr[1]/td[@data-column='sku']" />
13
+ <element name =" productName" type =" input" selector =" //tr[1]/td[@data-column='name']" />
14
+ <element name =" productQty" type =" input" selector =" //tr[1]/td[@data-column='qty']" />
15
+ </section >
16
+ </sections >
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
+ <sections xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
+ xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Page/etc/SectionObject.xsd" >
11
+ <section name =" LowStockReportFilterSection" >
12
+ <element name =" productSku" type =" input" selector =" #gridLowstock_filter_sku" />
13
+ <element name =" productName" type =" input" selector =" #gridLowstock_filter_name" />
14
+ <element name =" qtyFrom" type =" input" selector =" #gridLowstock_filter_qty_from" />
15
+ <element name =" qtyTo" type =" input" selector =" #gridLowstock_filter_qty_to" />
16
+ <element name =" searchButton" type =" button" selector =" //button/span[text()='Search']" />
17
+ <element name =" resetButton" type =" button" selector =" //button/span[text()='Reset Filter']" />
18
+ </section >
19
+ </sections >
You can’t perform that action at this time.
0 commit comments