File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
app/code/Magento/Catalog/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 2020 <before >
2121 <!-- create category -->
2222 <createData entity =" _defaultCategory" stepKey =" createCategory" />
23-
2423 <!-- create 11 simple products -->
2524 <createData entity =" SimpleProduct" stepKey =" createSimpleProduct1" >
2625 <field key =" price" >10</field >
9493 <field key =" quantity" >1000</field >
9594 <requiredEntity createDataKey =" createCategory" />
9695 </createData >
97-
9896 </before >
9997 <after >
10098 <!-- delete created entities -->
124122 </actionGroup >
125123 <!-- Switch category view to List mode -->
126124 <actionGroup ref =" StorefrontSwitchCategoryViewToListModeActionGroup" stepKey =" switchCategoryViewToListMode" />
127-
128125 <!-- Sort products By Price -->
129126 <actionGroup ref =" StorefrontCategoryPageSortProductActionGroup" stepKey =" sortProductByPrice" />
130127 <!-- Set Ascending Direction -->
133130 <selectOption selector =" {{StorefrontCategoryTopToolbarSection.sortByDropdown}}" userInput =" Product Name" stepKey =" selectSortByProductName" />
134131 <!-- Set Descending Direction -->
135132 <actionGroup ref =" StorefrontCategoryPageSortDescendingActionGroup" stepKey =" setDescendingDirection" />
136- <!-- <selectOption selector="{{StorefrontCategoryTopToolbarSection.sortDirectionDesc}}" stepKey="clickOnSortDirectionDesc"/>-->
137133 <selectOption selector =" {{StorefrontCategoryTopToolbarSection.showDropdown}}" userInput =" 15" stepKey =" selectShowProducts" />
138134 <actionGroup ref =" AdminLogoutActionGroup" stepKey =" logoutFromAdmin" />
139135 </test >
You can’t perform that action at this time.
0 commit comments