Skip to content

Commit 988125c

Browse files
committed
MQE-1090: Stabilize RE-develop branch
- Changed order of MC-191 steps
1 parent f524c08 commit 988125c

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Catalog/Test/AdminSimpleProductImagesTest.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,16 @@
244244
<!-- Save the product with all 3 images -->
245245
<click selector="{{AdminProductFormActionSection.saveButton}}" stepKey="saveProduct"/>
246246

247+
<!-- Go to the product page and see the Base image -->
248+
<amOnPage url="$$product.name$$.html" stepKey="goToProductPage"/>
249+
<waitForPageLoad stepKey="wait4"/>
250+
<seeElement selector="{{StorefrontProductMediaSection.imageFile('/adobe-base')}}" stepKey="seeBase"/>
251+
252+
<!-- Go to the category page and see the Small image -->
253+
<amOnPage url="$$category.name$$.html" stepKey="goToCategoryPage"/>
254+
<waitForPageLoad stepKey="wait3"/>
255+
<seeElement selector="{{StorefrontCategoryProductSection.ProductImageBySrc('/adobe-small')}}" stepKey="seeThumb"/>
256+
247257
<!-- Go to the admin grid and see the Thumbnail image -->
248258
<amOnPage url="{{AdminProductIndexPage.url}}" stepKey="goToProductIndex2"/>
249259
<waitForPageLoad stepKey="wait2"/>
@@ -253,16 +263,6 @@
253263
</actionGroup>
254264
<seeElement selector="{{AdminProductGridSection.productThumbnailBySrc('/adobe-thumb')}}" stepKey="seeBaseInGrid"/>
255265

256-
<!-- Go to the category page and see the Small image -->
257-
<amOnPage url="$$category.name$$.html" stepKey="goToCategoryPage"/>
258-
<waitForPageLoad stepKey="wait3"/>
259-
<seeElement selector="{{StorefrontCategoryProductSection.ProductImageBySrc('/adobe-small')}}" stepKey="seeThumb"/>
260-
261-
<!-- Go to the product page and see the Base image -->
262-
<amOnPage url="$$product.name$$.html" stepKey="goToProductPage"/>
263-
<waitForPageLoad stepKey="wait4"/>
264-
<seeElement selector="{{StorefrontProductMediaSection.imageFile('/adobe-base')}}" stepKey="seeBase"/>
265-
266266
<!-- Go to the product edit page again -->
267267
<amOnPage url="{{AdminProductIndexPage.url}}" stepKey="goToProductIndex3"/>
268268
<waitForPageLoad stepKey="wait5"/>

0 commit comments

Comments
 (0)