Skip to content

Commit b8d5c10

Browse files
committed
MC-4242: Newsletter subscriptions per website
1 parent ccc399a commit b8d5c10

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/code/Magento/UrlRewrite/Test/Mftf/Test/AdminCheckUrlRewritesInCatalogCategoriesAfterChangingUrlKeyForStoreViewAndMovingCategoryTest.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@
2929
<requiredEntity createDataKey="createSecondCategory"/>
3030
</createData>
3131

32-
<!-- Reindex and flush the cache -->
33-
<magentoCLI command="indexer:reindex" stepKey="runReindex"/>
34-
<magentoCLI command="cache:flush" stepKey="cleanCache"/>
35-
3632
<!-- Log in to backend -->
3733
<actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin"/>
3834

3935
<!--Create additional Store View in Main Website Store -->
4036
<actionGroup ref="AdminCreateStoreViewActionGroup" stepKey="createStoreView"/>
37+
38+
<!-- Reindex and flush the cache -->
39+
<magentoCLI command="indexer:reindex" stepKey="runReindex"/>
40+
<magentoCLI command="cache:flush" stepKey="cleanCache"/>
4141
</before>
4242
<after>
4343
<deleteData createDataKey="createFirstCategory" stepKey="deleteFirstCategory"/>

0 commit comments

Comments
 (0)