Skip to content

Commit 40b2ebb

Browse files
MAGETWO-91633: Grouped Products: Associated Products Can't Be Sorted Between Pages
- Updated element locator for test
1 parent 88b3e27 commit 40b2ebb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
<section name="AdminProductFormGroupedProductsSection">
1212
<element name="toggleGroupedProduct" type="button" selector="div[data-index=grouped] .admin__collapsible-title"/>
1313
<element name="addProductsToGroup" type="button" selector="button[data-index='grouped_products_button']" timeout="30"/>
14-
<element name="nextActionButton" type="button" selector=".admin__field > .admin__field-control > .admin__control-table-pagination > .admin__data-grid-pager > .action-next"/>
15-
<element name="previousActionButton" type="button" selector=".admin__field > .admin__field-control > .admin__control-table-pagination > .admin__data-grid-pager > .action-previous"/>
14+
<element name="nextActionButton" type="button" selector="//*[@data-index='grouped']//*[@class='action-next']"/>
15+
<element name="previousActionButton" type="button" selector="//*[@data-index='grouped']//*[@class='action-previous']"/>
1616
<element name="positionProduct" type="input" selector="//tbody/tr[{{arg}}][contains(@class,'data-row')]/td[10]//input[@class='position-widget-input']" parameterized="true"/>
1717
<element name="nameProductFromGrid" type="text" selector="//tbody/tr[{{arg}}][contains(@class,'data-row')]/td[4]//*[@class='admin__field-control']//span" parameterized="true"/>
1818
</section>
19-
</sections>
19+
</sections>

0 commit comments

Comments
 (0)