File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
app/code/Magento/ConfigurableProduct/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 315
315
<scrollTo selector =" {{AdminProductFormConfigurationsSection.paginationDropDropdown}}" x =" 0" y =" -100" stepKey =" scrollToSelectPage" />
316
316
<selectOption selector =" {{AdminProductFormConfigurationsSection.paginationDropDropdown}}" userInput =" 5" stepKey =" selectionOption5" />
317
317
<waitForPageLoad stepKey =" waitForOptionsToLoad" />
318
- <!-- Assert product 5 is present-->
318
+ <!-- Assert 5 child products are present in 1st page -->
319
319
<waitForText userInput =" $$createConfigChildProduct1.name$$" selector =" {{AdminProductFormConfigurationsSection.evenProduct('1','2')}}" stepKey =" assert1thProductIsPresent" />
320
320
<waitForText userInput =" $$createConfigChildProduct2.name$$" selector =" {{AdminProductFormConfigurationsSection.oddProduct('1','2')}}" stepKey =" assert2thProductIsPresent" />
321
321
<waitForText userInput =" $$createConfigChildProduct3.name$$" selector =" {{AdminProductFormConfigurationsSection.evenProduct('2','2')}}" stepKey =" assert3thProductIsPresent" />
322
322
<waitForText userInput =" $$createConfigChildProduct4.name$$" selector =" {{AdminProductFormConfigurationsSection.oddProduct('2','2')}}" stepKey =" assert4thProductIsPresent" />
323
323
<waitForText userInput =" $$createConfigChildProduct5.name$$" selector =" {{AdminProductFormConfigurationsSection.evenProduct('3','2')}}" stepKey =" assert5thProductIsPresentInLastRow" />
324
+ <!-- Click on next icon and assert next 5 products are present-->
324
325
<waitForElementClickable selector =" {{AdminProductGridPaginationSection.nextPage}}" stepKey =" waitForNextArrowToBeClicked" />
325
326
<click selector =" {{AdminProductGridPaginationSection.nextPage}}" stepKey =" clickNextProductPage" />
326
327
<waitForText userInput =" $$createConfigChildProduct6.name$$" selector =" {{AdminProductFormConfigurationsSection.evenProduct('1','2')}}" stepKey =" assert6thProductIsPresent" />
You can’t perform that action at this time.
0 commit comments