Skip to content

Commit dfc9cd0

Browse files
author
Oleksandr Iegorov
committed
MAGETWO-95299: Ability to upload PDP images without compression and downsizing
1 parent 741c056 commit dfc9cd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
<!-- Go to the product page and see the uploaded image -->
162162
<amOnPage url="$$secondProduct.name$$.html" stepKey="goToStorefront2"/>
163163
<waitForPageLoad stepKey="waitForStorefront2"/>
164-
<seeElementInDOM selector="{{StorefrontProductMediaSection.imageFile('Large')}}" stepKey="seeLarge2"/>
164+
<seeElementInDOM selector="{{StorefrontProductMediaSection.imageFile('large')}}" stepKey="seeLarge2"/>
165165
</test>
166166

167167
<test name="AdminSimpleProductRemoveImagesTest">

0 commit comments

Comments
 (0)