File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
app/code/Magento/Sales/Test/Mftf/Section Expand file tree Collapse file tree 1 file changed +19
-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
+
9
+ <sections xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
+ xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Page/etc/SectionObject.xsd" >
11
+ <section name =" AdminOrderFormItemsOrderedSection" >
12
+ <element name =" addProductsBySku" type =" button" selector =" //section[@id='order-items']//span[contains(text(),'Add Products By SKU')]" />
13
+ <element name =" configureButtonBySku" type =" button" selector =" //div[@class='sku-configure-button']//span[contains(text(),'Configure')]" />
14
+ <element name =" configureProductOk" type =" button" selector =" //div[@class='page-main-actions']//span[contains(text(),'OK')]" />
15
+ <element name =" configureProductQtyField" type =" input" selector =" //*[@id='super-product-table']/tbody/tr[{{arg}}]/td[5]/input[1]" parameterized =" true" />
16
+ <element name =" addProductToOrder" type =" input" selector =" //*[@title='Add Products to Order']" />
17
+ <element name =" itemsOrderedSummaryText" type =" textarea" selector =" //table[@class='data-table admin__table-primary order-tables']/tfoot/tr" />
18
+ </section >
19
+ </sections >
You can’t perform that action at this time.
0 commit comments