Skip to content

Commit fad7185

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/ConfigurableProduct/Test/Mftf/Test/AdminPaginationOnTheConfigurableProductEditCurrentVariationsGridTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@
323323
<waitForText userInput="$$createConfigChildProduct5.name$$" selector="{{AdminProductFormConfigurationsSection.evenProduct('3','2')}}" stepKey="assert5thProductIsPresentInLastRow"/>
324324
<!--Click on next icon and assert next 5 products are present-->
325325
<waitForElementClickable selector="{{AdminProductFormConfigurationsSection.nextPageArrow}}" stepKey="waitForNextArrowToBeClicked"/>
326-
<click selector="{{AdminProductGridPaginationSection.nextPage}}" stepKey="clickNextProductPage"/>
326+
<click selector="{{AdminProductGridPaginationSection.nextPageArrow}}" stepKey="clickNextProductPage"/>
327327
<waitForText userInput="$$createConfigChildProduct6.name$$" selector="{{AdminProductFormConfigurationsSection.evenProduct('1','2')}}" stepKey="assert6thProductIsPresent"/>
328328
<waitForText userInput="$$createConfigChildProduct7.name$$" selector="{{AdminProductFormConfigurationsSection.oddProduct('1','2')}}" stepKey="assert7thProductIsPresent"/>
329329
<waitForText userInput="$$createConfigChildProduct8.name$$" selector="{{AdminProductFormConfigurationsSection.evenProduct('2','2')}}" stepKey="assert8thProductIsPresent"/>

0 commit comments

Comments
 (0)