Skip to content

Commit 867a00c

Browse files
MC-19031: Sorting the product grid by custom product attribute sorts by value ID instead of Alphabetically
1 parent a056502 commit 867a00c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@
9292
<actionGroup ref="logout" stepKey="logout"/>
9393
</after>
9494
<amOnPage url="{{AdminProductIndexPage.url}}" stepKey="navigateToProductIndex"/>
95+
<waitForPageLoad stepKey="waitForProductGridPageLoad"/>
9596
<actionGroup ref="clearFiltersAdminDataGrid" stepKey="clearProductGridFilters"/>
9697
<!--Sort by custom attribute DESC using grabbed value-->
9798
<conditionalClick selector="{{AdminProductGridSection.columnHeader($$createDropdownAttribute.attribute[frontend_labels][0][label]$$)}}" dependentSelector="{{AdminProductGridSection.columnHeader($$createDropdownAttribute.attribute[frontend_labels][0][label]$$)}}" visible="true" stepKey="ascendSortByCustomAttribute"/>

0 commit comments

Comments
 (0)