Skip to content

Commit 9948da7

Browse files
committed
MC-31196: [2.4.0] Paypal issue with region on 2.3.4
1 parent 8a73e53 commit 9948da7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
<createData entity="FirstLevelSubCat" stepKey="createDefaultCategory">
2323
<field key="is_active">true</field>
2424
</createData>
25+
<!-- Perform reindex and flush cache -->
26+
<magentoCLI command="indexer:reindex" stepKey="reindex"/>
27+
<magentoCLI command="cache:flush" stepKey="flushCache"/>
2528
</before>
2629
<after>
2730
<deleteData createDataKey="createDefaultCategory" stepKey="deleteCategory"/>

0 commit comments

Comments
 (0)