File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
app/code/Magento/Catalog/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 6868 <waitForText userInput =" $product2.name$" selector =" {{StorefrontCatalogSearchMainSection.searchResults}}" stepKey =" seeProduct2" />
6969 <waitForText userInput =" $product3.name$" selector =" {{StorefrontCatalogSearchMainSection.searchResults}}" stepKey =" seeProduct3" />
7070 <!-- Step 3: Sort by Change to "Price". -->
71+ <selectOption selector =" {{StorefrontCategoryTopToolbarSection.sortByDropdown}}" userInput =" Price" stepKey =" selectSortByPriceFromDropdown" />
7172 <actionGroup ref =" StorefrontCategoryPageSortProductActionGroup" stepKey =" sortProductByPriceAscending" />
7273 <!-- Step 4: Click the arrow to sort by price desc/asc by clicking on UP/Down arrow. -->
7374 <actionGroup ref =" StorefrontCategoryPageSortDescendingActionGroup" stepKey =" setDescendingDirection" />
74- <selectOption selector =" {{StorefrontCategoryTopToolbarSection.sortByDropdown}}" userInput =" Price" stepKey =" selectSortByProductName" />
7575 <actionGroup ref =" StorefrontCategoryPageSortAscendingActionGroup" stepKey =" setAscendingDirection" />
7676 <selectOption selector =" {{StorefrontCategoryTopToolbarSection.showDropdown}}" userInput =" 24" stepKey =" selectShowProducts" />
7777 <actionGroup ref =" AssertStorefrontElementVisibleActionGroup" stepKey =" seeProductFirstPosition" >
You can’t perform that action at this time.
0 commit comments