|
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"/>
|
122 |
| - <seeElement selector=".products-grid img[src*='placeholder/small_image.jpg']" stepKey="seePlaceholder"/> |
| 122 | + <waitForElementVisible selector="{{StorefrontCategoryMainSection.uploadedImageSmallLarge}}" stepKey="waitForPlaceholder"/> |
| 123 | + <seeElement selector="{{StorefrontCategoryMainSection.uploadedImageSmallLarge}}" stepKey="seePlaceHolder"/> |
123 | 124 |
|
124 | 125 | <!-- Go to the second product edit page -->
|
125 | 126 | <actionGroup ref="AdminOpenProductIndexPageActionGroup" stepKey="goToProductIndex2"/>
|
|
153 | 154 | <seeElement selector="img.admin__control-thumbnail[src*='/large']" stepKey="seeImgInGrid"/>
|
154 | 155 |
|
155 | 156 | <!-- Go to the category page and see the uploaded image -->
|
156 |
| - <amOnPage url="$$category.custom_attributes[url_key]$$.html" stepKey="goToCategoryPage2"/> |
157 |
| - <seeElement selector=".products-grid img[src*='/large']" stepKey="seeUploadedImg"/> |
| 157 | + <amOnPage url="$$category.custom_attributes[url_key]$$.html" stepKey="goToStorefrontCategoryPage"/> |
| 158 | + <waitForElementVisible selector="{{StorefrontCategoryMainSection.uploadedImageLarge}}" stepKey="waitForUploadedImgOnStorefrontCategoryPage"/> |
| 159 | + <seeElement selector="{{StorefrontCategoryMainSection.uploadedImageLarge}}" stepKey="seeUploadedImgOnStorefrontCategoryPage"/> |
158 | 160 |
|
159 | 161 | <!-- Go to the product page and see the uploaded image -->
|
160 |
| - <amOnPage url="$$secondProduct.custom_attributes[url_key]$$.html" stepKey="goToStorefront2"/> |
161 |
| - <waitForPageLoad stepKey="waitForStorefront2"/> |
162 |
| - <seeElementInDOM selector="{{StorefrontProductMediaSection.imageFile('large')}}" stepKey="seeLarge2"/> |
| 162 | + <amOnPage url="$$secondProduct.custom_attributes[url_key]$$.html" stepKey="goToStorefrontProductPage"/> |
| 163 | + <waitForPageLoad stepKey="waitForStorefrontProductPageToLoad"/> |
| 164 | + <waitForElementVisible selector="{{StorefrontProductMediaSection.imageFile('large')}}" stepKey="waitForLarge2ImageOnStorefrontProductPage"/> |
| 165 | + <seeElementInDOM selector="{{StorefrontProductMediaSection.imageFile('large')}}" stepKey="seeLarge2ImageOnStorefrontProductPage"/> |
163 | 166 | </test>
|
164 | 167 | </tests>
|
0 commit comments