File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
app/code/Magento/CatalogSearch/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 22
22
<click selector =" {{StorefrontCatalogSearchAdvancedFormSection.SubmitButton}}" stepKey =" searchClickAdvancedSearchSubmitButton" after =" searchAdvancedFillPriceTo" />
23
23
<waitForLoadingMaskToDisappear stepKey =" waitForSearchProductsloaded" after =" searchClickAdvancedSearchSubmitButton" />
24
24
<actionGroup ref =" StorefrontCheckAdvancedSearchResultActionGroup" stepKey =" searchCheckAdvancedSearchResult" after =" waitForSearchProductsloaded" />
25
- <see userInput =" 1" selector =" {{StorefrontCatalogSearchAdvancedResultMainSection.productCount}} span" stepKey =" searchAdvancedAssertProductCount" after =" searchCheckAdvancedSearchResult" />
25
+ <!-- Results returned will be different with ES vs MySQL -->
26
+ <see userInput =" 4" selector =" {{StorefrontCatalogSearchAdvancedResultMainSection.productCount}} span" stepKey =" searchAdvancedAssertProductCount" after =" searchCheckAdvancedSearchResult" />
26
27
<actionGroup ref =" StorefrontCheckCategorySimpleProductActionGroup" stepKey =" searchAssertSimpleProduct1" after =" searchAdvancedAssertProductCount" >
27
28
<argument name =" product" value =" $$createSimpleProduct1$$" />
28
29
</actionGroup >
You can’t perform that action at this time.
0 commit comments