|
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 |
| - <waitForElementVisible selector="{{StorefrontCategoryMainSection.uploadedImageSmallLarge}}" stepKey="waitForPlaceholder"/> |
123 |
| - <seeElement selector="{{StorefrontCategoryMainSection.uploadedImageSmallLarge}}" stepKey="seePlaceHolder"/> |
| 122 | + <seeElement selector="{{StorefrontCategoryProductSection.ProductImageBySrc('placeholder/small_image.jpg')}}" stepKey="seePlaceHolder"/> |
124 | 123 |
|
125 | 124 | <!-- Go to the second product edit page -->
|
126 | 125 | <actionGroup ref="AdminOpenProductIndexPageActionGroup" stepKey="goToProductIndex2"/>
|
|
151 | 150 | <actionGroup ref="FilterProductGridBySkuActionGroup" stepKey="filterProductGridBySku3">
|
152 | 151 | <argument name="product" value="$$secondProduct$$"/>
|
153 | 152 | </actionGroup>
|
154 |
| - <seeElement selector="{{AdminProductGridSection.productImgInGrid}}" stepKey="seeImgInGrid"/> |
| 153 | + <waitForElementVisible selector="{{AdminProductGridSection.productThumbnailBySrc('/large')}}" stepKey="seeImgInGrid"/> |
155 | 154 |
|
156 | 155 | <!-- Go to the category page and see the uploaded image -->
|
157 | 156 | <amOnPage url="$$category.custom_attributes[url_key]$$.html" stepKey="goToStorefrontCategoryPage"/>
|
158 |
| - <waitForElementVisible selector="{{StorefrontCategoryMainSection.uploadedImageLarge}}" stepKey="seeUploadedImg"/> |
| 157 | + <waitForElementVisible selector="{{StorefrontCategoryProductSection.ProductImageBySrc('/large')}}" stepKey="goToCategoryPage2"/> |
159 | 158 |
|
160 | 159 | <!-- Go to the product page and see the uploaded image -->
|
161 |
| - <amOnPage url="$$secondProduct.custom_attributes[url_key]$$.html" stepKey="goToStorefrontProductPage"/> |
| 160 | + <amOnPage url="$$secondProduct.custom_attributes[url_key]$$.html" stepKey="goToStorefront2"/> |
162 | 161 | <waitForPageLoad stepKey="waitForStorefrontProductPageToLoad"/>
|
163 |
| - <seeElementInDOM selector="{{StorefrontProductMediaSection.imageFile('large')}}" stepKey="seeLarge2"/> |
| 162 | + <waitForElementVisible selector="{{StorefrontProductMediaSection.imageFile('large')}}" stepKey="seeLarge2"/> |
164 | 163 | </test>
|
165 | 164 | </tests>
|
0 commit comments