File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
app/code/Magento/Sales/Test/Mftf/Section Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!--
3
- /**
4
- * Copyright © Magento, Inc. All rights reserved.
5
- * See COPYING.txt for license details .
6
- */
3
+ /**
4
+ * Copyright 2018 Adobe
5
+ * All Rights Reserved .
6
+ */
7
7
-->
8
8
9
9
<sections xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
12
12
<element name =" itemProductName" type =" text" selector =" .edit-order-table tr:nth-of-type({{row}}) .col-product .product-title" parameterized =" true" />
13
13
<element name =" itemProductSku" type =" text" selector =" .edit-order-table tr:nth-of-type({{row}}) .col-product .product-sku-block" parameterized =" true" />
14
14
<element name =" itemStatus" type =" text" selector =" .edit-order-table tr:nth-of-type({{row}}) .col-status" parameterized =" true" />
15
- <element name =" itemOriginalPrice" type =" text" selector =" .edit-order-table tr:nth-of-type({{row}}) .col-original- price .price" parameterized =" true" />
15
+ <element name =" itemOriginalPrice" type =" text" selector =" .edit-order-table tr:nth-of-type({{row}}) .col-price-original .price" parameterized =" true" />
16
16
<element name =" itemPrice" type =" text" selector =" .edit-order-table tr:nth-of-type({{row}}) .col-price .price" parameterized =" true" />
17
17
<element name =" itemQty" type =" text" selector =" .edit-order-table tr:nth-of-type({{row}}) .col-ordered-qty .qty-table" parameterized =" true" />
18
18
<element name =" itemSubtotal" type =" text" selector =" .edit-order-table tr:nth-of-type({{row}}) .col-subtotal .price" parameterized =" true" />
You can’t perform that action at this time.
0 commit comments