Skip to content

Commit ddc837b

Browse files
committed
AC-4150:Verify correctness of Sorting, Navigation, Listing products at the Storefront Category
1 parent 7652219 commit ddc837b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

app/code/Magento/Catalog/Test/Mftf/Test/AdminChangeCategoryDisplaySettingsOnStorefrontTest.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
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>
@@ -94,7 +93,6 @@
9493
<field key="quantity">1000</field>
9594
<requiredEntity createDataKey="createCategory"/>
9695
</createData>
97-
9896
</before>
9997
<after>
10098
<!-- delete created entities -->
@@ -124,7 +122,6 @@
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 -->
@@ -133,7 +130,6 @@
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>

0 commit comments

Comments
 (0)