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 20
20
<before >
21
21
<!-- create category -->
22
22
<createData entity =" _defaultCategory" stepKey =" createCategory" />
23
-
24
23
<!-- create 11 simple products -->
25
24
<createData entity =" SimpleProduct" stepKey =" createSimpleProduct1" >
26
25
<field key =" price" >10</field >
94
93
<field key =" quantity" >1000</field >
95
94
<requiredEntity createDataKey =" createCategory" />
96
95
</createData >
97
-
98
96
</before >
99
97
<after >
100
98
<!-- delete created entities -->
124
122
</actionGroup >
125
123
<!-- Switch category view to List mode -->
126
124
<actionGroup ref =" StorefrontSwitchCategoryViewToListModeActionGroup" stepKey =" switchCategoryViewToListMode" />
127
-
128
125
<!-- Sort products By Price -->
129
126
<actionGroup ref =" StorefrontCategoryPageSortProductActionGroup" stepKey =" sortProductByPrice" />
130
127
<!-- Set Ascending Direction -->
133
130
<selectOption selector =" {{StorefrontCategoryTopToolbarSection.sortByDropdown}}" userInput =" Product Name" stepKey =" selectSortByProductName" />
134
131
<!-- Set Descending Direction -->
135
132
<actionGroup ref =" StorefrontCategoryPageSortDescendingActionGroup" stepKey =" setDescendingDirection" />
136
- <!-- <selectOption selector="{{StorefrontCategoryTopToolbarSection.sortDirectionDesc}}" stepKey="clickOnSortDirectionDesc"/>-->
137
133
<selectOption selector =" {{StorefrontCategoryTopToolbarSection.showDropdown}}" userInput =" 15" stepKey =" selectShowProducts" />
138
134
<actionGroup ref =" AdminLogoutActionGroup" stepKey =" logoutFromAdmin" />
139
135
</test >
You can’t perform that action at this time.
0 commit comments