This repository was archived by the owner on Apr 29, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Catalog/Test Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 89
89
<assertNotRegExp expected =" '/placeholder\/small_image\.jpg/'" actual =" $browseGrabSimpleProduct2ImageSrc" stepKey =" browseAssertSimpleProduct2ImageNotDefault" />
90
90
91
91
<!-- 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 " />
94
94
<actionGroup ref =" StorefrontCheckSimpleProduct" stepKey =" browseAssertProduct1Page" >
95
95
<argument name =" product" value =" $$createSimpleProduct1$$" />
96
96
</actionGroup >
187
187
<assertNotRegExp expected =" '/placeholder\/small_image\.jpg/'" actual =" $compareGrabSimpleProduct2ImageSrcInComparison" stepKey =" compareAssertSimpleProduct2ImageNotDefaultInComparison" />
188
188
189
189
<!-- 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 " />
192
192
<actionGroup ref =" StorefrontCheckCategoryActionGroup" stepKey =" compareAssertCategory2" >
193
193
<argument name =" category" value =" $$createCategory$$" />
194
194
<!-- @TODO: Change to scalar value after MQE-498 is implemented -->
You can’t perform that action at this time.
0 commit comments