Skip to content

Commit 2ecd2b2

Browse files
committed
B2B-1653: Add MFTF test for MC-38408
- Removing accidental deprecation
1 parent 58a05ec commit 2ecd2b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/GroupedProduct/Test/Mftf/Section/StorefrontProductInfoMainSection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
1111
<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"/>
1313
<element name="groupedProductsTableAllRows" type="text" selector="#super-product-table tbody tr"/>
1414
<element name="groupedProductsAssociatedProductName" type="text" parameterized="true" selector="#super-product-table tbody tr:nth-of-type({{index}}) .product-item-name"/>
1515
<element name="groupedProductsAssociatedProductPrice" type="text" parameterized="true" selector="#super-product-table tbody tr:nth-of-type({{index}}) .price"/>

0 commit comments

Comments
 (0)