Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit c67b5b6

Browse files
author
Joan He
committed
Merge branch 'MAGETWO-75411' into MAGETWO-72524
2 parents ebd1eb5 + f9603cb commit c67b5b6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@
8989
<assertNotRegExp expected="'/placeholder\/small_image\.jpg/'" actual="$browseGrabSimpleProduct2ImageSrc" stepKey="browseAssertSimpleProduct2ImageNotDefault"/>
9090

9191
<!-- View Simple Product 1 -->
92-
<comment userInput="View simple product 1" stepKey="commentViewSimpleProduct1" />
93-
<click selector="{{StorefrontCategoryProductSection.ProductTitleByName($$createSimpleProduct1.name$$)}}" stepKey="browseClickCategorySimpleProduct1View" after="browseAssertSimpleProduct2ImageNotDefault"/>
92+
<comment userInput="View simple product 1" stepKey="commentViewSimpleProduct1" after="browseAssertSimpleProduct2ImageNotDefault"/>
93+
<click selector="{{StorefrontCategoryProductSection.ProductTitleByName($$createSimpleProduct1.name$$)}}" stepKey="browseClickCategorySimpleProduct1View" after="commentViewSimpleProduct1"/>
9494
<actionGroup ref="StorefrontCheckSimpleProduct" stepKey="browseAssertProduct1Page">
9595
<argument name="product" value="$$createSimpleProduct1$$"/>
9696
</actionGroup>
@@ -187,8 +187,8 @@
187187
<assertNotRegExp expected="'/placeholder\/small_image\.jpg/'" actual="$compareGrabSimpleProduct2ImageSrcInComparison" stepKey="compareAssertSimpleProduct2ImageNotDefaultInComparison"/>
188188

189189
<!-- Clear comparison sidebar -->
190-
<comment userInput="Clear comparison sidebar" stepKey="commentClearComparisonSidebar" />
191-
<click selector="{{StorefrontHeaderSection.NavigationCategoryByName($$createCategory.name$$)}}" stepKey="compareClickCategoryBeforeClear" after="compareAssertSimpleProduct2ImageNotDefaultInComparison"/>
190+
<comment userInput="Clear comparison sidebar" stepKey="commentClearComparisonSidebar" after="compareAssertSimpleProduct2ImageNotDefaultInComparison"/>
191+
<click selector="{{StorefrontHeaderSection.NavigationCategoryByName($$createCategory.name$$)}}" stepKey="compareClickCategoryBeforeClear" after="commentClearComparisonSidebar"/>
192192
<actionGroup ref="StorefrontCheckCategoryActionGroup" stepKey="compareAssertCategory2">
193193
<argument name="category" value="$$createCategory$$"/>
194194
<!-- @TODO: Change to scalar value after MQE-498 is implemented -->

0 commit comments

Comments
 (0)