Skip to content

Commit a2d022d

Browse files
committed
ACQE-6745: Pagination on the Configurable Product Edit Current Variations Grid
Updated locator on next page
1 parent 1b49dc5 commit a2d022d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/ConfigurableProduct/Test/Mftf/Section/AdminProductFormConfigurationsSection/AdminProductFormConfigurationsSection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@
6363
<element name="paginationDropDropdown" type="button" selector="//*[@data-index='configurable-matrix'][1]//div[@class='admin__control-table-pagination']//select"/>
6464
<element name="evenProduct" type="text" selector="//tr[@class='data-row'][{{row}}]/td[{{column}}]//a" parameterized="true"/>
6565
<element name="oddProduct" type="text" selector="//tr[@class='data-row _odd-row'][{{row}}]/td[{{column}}]//a" parameterized="true"/>
66-
<element name="nextPageArrow" type="text" selector="(//*[@class=action-next])[2]"/>
66+
<element name="nextPageArrow" type="text" selector="(//*[@class='action-next'])[2]"/>
6767
</section>
6868
</sections>

0 commit comments

Comments
 (0)