File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 25
25
<requiredEntity createDataKey =" initialCategoryEntity" />
26
26
</createData >
27
27
<createData entity =" SimpleSubCategory" stepKey =" categoryEntity" />
28
+
29
+ <!-- TODO: REMOVE AFTER FIX MC-21717 -->
30
+ <magentoCLI command =" indexer:reindex" stepKey =" reindex" />
31
+ <magentoCLI command =" cache:flush full_page" stepKey =" flushCache" />
28
32
</before >
29
33
<after >
30
34
<deleteData stepKey =" deleteSimpleSubCategory" createDataKey =" initialCategoryEntity" />
Original file line number Diff line number Diff line change 125
125
</actionGroup >
126
126
127
127
<click stepKey =" clickSave" selector =" {{AdminStoresMainActionsSection.saveButton}}" />
128
+
129
+ <!-- TODO: REMOVE AFTER FIX MC-21717 -->
130
+ <magentoCLI command =" indexer:reindex" stepKey =" reindex" />
131
+ <magentoCLI command =" cache:flush full_page" stepKey =" flushCache" />
128
132
</before >
129
133
<after >
130
134
<!-- Go to the tax rule page and delete the row we created-->
274
278
<argument name =" emailYouMessage" value =" CONST.successCheckoutEmailYouMessage" />
275
279
</actionGroup >
276
280
</test >
277
- </tests >
281
+ </tests >
You can’t perform that action at this time.
0 commit comments