File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
app/code/Magento/GroupedProduct/Test/Mftf/Section Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change 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" />
16
16
<element name =" groupedProductsAssociatedProductQuantity" type =" input" parameterized =" true" selector =" #super-product-table tbody tr:nth-of-type({{index}}) input.qty" />
17
+ <element name =" groupedProductOptions" type =" input" selector =" //td//strong[text()='{{productName}}']" parameterized =" true" />
17
18
</section >
18
19
</sections >
You can’t perform that action at this time.
0 commit comments