File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
app/code/Magento/GroupedProduct/Test/Mftf/Section Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 9
9
<sections xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
10
xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Page/etc/SectionObject.xsd" >
11
11
<section name =" StorefrontProductInfoMainSection" >
12
- <element name =" groupedProductsTable" type =" text" selector =" #super-product-table .product-item-name" deprecated = " asddas " />
12
+ <element name =" groupedProductsTable" type =" text" selector =" #super-product-table .product-item-name" />
13
13
<element name =" groupedProductsTableAllRows" type =" text" selector =" #super-product-table tbody tr" />
14
14
<element name =" groupedProductsAssociatedProductName" type =" text" parameterized =" true" selector =" #super-product-table tbody tr:nth-of-type({{index}}) .product-item-name" />
15
15
<element name =" groupedProductsAssociatedProductPrice" type =" text" parameterized =" true" selector =" #super-product-table tbody tr:nth-of-type({{index}}) .price" />
You can’t perform that action at this time.
0 commit comments