File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/code/Magento/GroupedProduct/Test/Mftf/Section Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
<section name =" AdminProductFormGroupedProductsSection" >
12
12
<element name =" toggleGroupedProduct" type =" button" selector =" div[data-index=grouped] .admin__collapsible-title" />
13
13
<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'] " />
16
16
<element name =" positionProduct" type =" input" selector =" //tbody/tr[{{arg}}][contains(@class,'data-row')]/td[10]//input[@class='position-widget-input']" parameterized =" true" />
17
17
<element name =" nameProductFromGrid" type =" text" selector =" //tbody/tr[{{arg}}][contains(@class,'data-row')]/td[4]//*[@class='admin__field-control']//span" parameterized =" true" />
18
18
</section >
19
- </sections >
19
+ </sections >
You can’t perform that action at this time.
0 commit comments