Skip to content

Commit 131c02c

Browse files
committed
ACQE-8840: Verify the order of the images in the frontend of the configurable product.
- Added wait for the images to appear during assertion in the test file .
1 parent 785c284 commit 131c02c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@
192192
<!-- Shift ribbon then assert remaining images-->
193193
<waitForElementClickable selector="{{StorefrontProductMediaSection.fotoramaNextButton}}" stepKey="waitToShiftRibbonNext"/>
194194
<click selector="{{StorefrontProductMediaSection.fotoramaNextButton}}" stepKey="shiftRibbonNext"/>
195+
<waitForElementVisible selector="{{StorefrontProductMediaSection.fotoramaImageThumbnailImgByNumber('10')}}" stepKey="waitForTheImagesToVisible"/>
195196
<actionGroup ref="AssertStorefrontProductPageGalleryImagePositionInThumbnailRibbonActionGroup" stepKey="assertImage8">
196197
<argument name="image" value="{{MagentoImage.filename}}"/>
197198
<argument name="extension" value="{{MagentoImage.file_extension}}"/>

0 commit comments

Comments
 (0)