File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
app/code/Magento/Catalog/Test/Mftf/Test/AdminSimpleProductImagesTest Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 110
110
<waitForPageLoad stepKey =" waitForStorefront" />
111
111
112
112
<!-- See all of the images that we uploaded -->
113
- <waitForElement selector =" {{StorefrontProductMediaSection.imageFile ('small')}}" stepKey =" seeSmall" />
114
- <waitForElement selector =" {{StorefrontProductMediaSection.imageFile ('medium')}}" stepKey =" seeMedium" />
115
- <waitForElement selector =" {{StorefrontProductMediaSection.imageFile ('large')}}" stepKey =" seeLarge" />
116
- <waitForElement selector =" {{StorefrontProductMediaSection.imageFile ('gif')}}" stepKey =" seeGif" />
117
- <waitForElement selector =" {{StorefrontProductMediaSection.imageFile ('jpg')}}" stepKey =" seeJpg" />
118
- <waitForElement selector =" {{StorefrontProductMediaSection.imageFile ('png')}}" stepKey =" seePng" />
113
+ <waitForElement selector =" {{StorefrontProductMediaSection.imageFileInGallery ('small')}}" stepKey =" seeSmall" />
114
+ <waitForElement selector =" {{StorefrontProductMediaSection.imageFileInGallery ('medium')}}" stepKey =" seeMedium" />
115
+ <waitForElement selector =" {{StorefrontProductMediaSection.imageFileInGallery ('large')}}" stepKey =" seeLarge" />
116
+ <waitForElement selector =" {{StorefrontProductMediaSection.imageFileInGallery ('gif')}}" stepKey =" seeGif" />
117
+ <waitForElement selector =" {{StorefrontProductMediaSection.imageFileInGallery ('jpg')}}" stepKey =" seeJpg" />
118
+ <waitForElement selector =" {{StorefrontProductMediaSection.imageFileInGallery ('png')}}" stepKey =" seePng" />
119
119
120
120
<!-- Go to the category page and see a placeholder image for the second product -->
121
121
<amOnPage url =" $$category.custom_attributes[url_key]$$.html" stepKey =" goToCategoryPage" />
You can’t perform that action at this time.
0 commit comments