Skip to content

Commit 785c284

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 in the test file .
1 parent 4ed4584 commit 785c284

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
@@ -153,6 +153,7 @@
153153
</actionGroup>
154154
<waitForElementVisible selector="{{StorefrontProductMediaSection.gallery}}" stepKey="waitGalleryOnPdp"/>
155155
<!-- Step 10: Verify the order of the images in the frontend -->
156+
<waitForElementVisible selector="{{StorefrontProductMediaSection.fotoramaImageThumbnailImgByNumber('5')}}" stepKey="waitForImagesToVisible"/>
156157
<actionGroup ref="AssertStorefrontProductPageGalleryImagePositionInThumbnailRibbonActionGroup" stepKey="assertImage1">
157158
<argument name="image" value="{{MagentoLogo.filename}}"/>
158159
<argument name="extension" value="{{MagentoLogo.file_extension}}"/>

0 commit comments

Comments
 (0)