Skip to content

Commit 6cd172f

Browse files
committed
MC-30720: [MFTF] [2.4] Fix flaky test AdminMoveAnchoredCategoryTest (MAGETWO-76273)
1 parent 7e54c0b commit 6cd172f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
<title value="Admin should be able to move a category via categories tree and changes should be applied on frontend without a forced cache cleaning"/>
1515
<description value="Admin should be able to move a category via categories tree and changes should be applied on frontend without a forced cache cleaning"/>
1616
<severity value="CRITICAL"/>
17-
<testCaseId value="MAGETWO-76273"/>
17+
<testCaseId value="MC-10022"/>
18+
<useCaseId value="MAGETWO-89248"/>
1819
<group value="category"/>
1920
</annotations>
2021
<before>
@@ -41,6 +42,7 @@
4142
<deleteData createDataKey="productOne" stepKey="deleteProductOne"/>
4243
<deleteData createDataKey="productTwo" stepKey="deleteProductTwo"/>
4344
<deleteData createDataKey="simpleSubCategoryWithParent" stepKey="deleteSubcategoryWithParent"/>
45+
<deleteData createDataKey="simpleSubCategoryOne" stepKey="deleteSubcategoryOne"/>
4446
<deleteData createDataKey="simpleSubCategoryTwo" stepKey="deleteSubcategoryTwo"/>
4547
<actionGroup ref="logout" stepKey="logoutAdminUserAfterTest"/>
4648
</after>

0 commit comments

Comments
 (0)