Skip to content

Commit 04885df

Browse files
committed
Fixed failing test AddNewProductAttributeInProductPageTest
1 parent b57fff1 commit 04885df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
<before>
2222
<!-- Login as admin -->
2323
<actionGroup ref="AdminLoginActionGroup" stepKey="login"/>
24-
24+
<!-- remove the Filter From the page-->
25+
<actionGroup ref="ClearFiltersAdminProductGridActionGroup" stepKey="clearFilterFromProductIndex"/>
2526
<!--Create Category-->
2627
<createData entity="SimpleSubCategory" stepKey="createCategory"/>
2728

0 commit comments

Comments
 (0)