Skip to content

Commit 4678d9b

Browse files
Manoranjan.PrakashManoranjan.Prakash
authored andcommitted
updated the domelement verification instead of elementVisible as per comments
1 parent 5a6edc2 commit 4678d9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Test/Mftf/Test/AdminSimpleProductImagesTest/AdminSimpleProductImagesTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,6 @@
159159
<!-- Go to the product page and see the uploaded image -->
160160
<amOnPage url="$$secondProduct.custom_attributes[url_key]$$.html" stepKey="goToStorefront2"/>
161161
<waitForPageLoad stepKey="waitForStorefront2"/>
162-
<waitForElementVisible selector="{{StorefrontProductMediaSection.imageFile('large')}}" stepKey="seeLarge2"/>
162+
<seeElementInDOM selector="{{StorefrontProductMediaSection.imageFile('large')}}" stepKey="seeLarge2"/>
163163
</test>
164164
</tests>

0 commit comments

Comments
 (0)