Skip to content

Commit c802579

Browse files
committed
ACQE-6745: Pagination on the Configurable Product Edit Current Variations Grid
Updated test file
1 parent ace4b52 commit c802579

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,12 +315,13 @@
315315
<scrollTo selector="{{AdminProductFormConfigurationsSection.paginationDropDropdown}}" x="0" y="-100" stepKey="scrollToSelectPage"/>
316316
<selectOption selector="{{AdminProductFormConfigurationsSection.paginationDropDropdown}}" userInput="5" stepKey="selectionOption5"/>
317317
<waitForPageLoad stepKey="waitForOptionsToLoad"/>
318-
<!--Assert product 5 is present-->
318+
<!--Assert 5 child products are present in 1st page-->
319319
<waitForText userInput="$$createConfigChildProduct1.name$$" selector="{{AdminProductFormConfigurationsSection.evenProduct('1','2')}}" stepKey="assert1thProductIsPresent"/>
320320
<waitForText userInput="$$createConfigChildProduct2.name$$" selector="{{AdminProductFormConfigurationsSection.oddProduct('1','2')}}" stepKey="assert2thProductIsPresent"/>
321321
<waitForText userInput="$$createConfigChildProduct3.name$$" selector="{{AdminProductFormConfigurationsSection.evenProduct('2','2')}}" stepKey="assert3thProductIsPresent"/>
322322
<waitForText userInput="$$createConfigChildProduct4.name$$" selector="{{AdminProductFormConfigurationsSection.oddProduct('2','2')}}" stepKey="assert4thProductIsPresent"/>
323323
<waitForText userInput="$$createConfigChildProduct5.name$$" selector="{{AdminProductFormConfigurationsSection.evenProduct('3','2')}}" stepKey="assert5thProductIsPresentInLastRow"/>
324+
<!--Click on next icon and assert next 5 products are present-->
324325
<waitForElementClickable selector="{{AdminProductGridPaginationSection.nextPage}}" stepKey="waitForNextArrowToBeClicked"/>
325326
<click selector="{{AdminProductGridPaginationSection.nextPage}}" stepKey="clickNextProductPage"/>
326327
<waitForText userInput="$$createConfigChildProduct6.name$$" selector="{{AdminProductFormConfigurationsSection.evenProduct('1','2')}}" stepKey="assert6thProductIsPresent"/>

0 commit comments

Comments
 (0)