We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 741c056 commit dfc9cd0Copy full SHA for dfc9cd0
app/code/Magento/Catalog/Test/Mftf/Test/AdminSimpleProductImagesTest.xml
@@ -161,7 +161,7 @@
161
<!-- Go to the product page and see the uploaded image -->
162
<amOnPage url="$$secondProduct.name$$.html" stepKey="goToStorefront2"/>
163
<waitForPageLoad stepKey="waitForStorefront2"/>
164
- <seeElementInDOM selector="{{StorefrontProductMediaSection.imageFile('Large')}}" stepKey="seeLarge2"/>
+ <seeElementInDOM selector="{{StorefrontProductMediaSection.imageFile('large')}}" stepKey="seeLarge2"/>
165
</test>
166
167
<test name="AdminSimpleProductRemoveImagesTest">
0 commit comments