File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
app/code/Magento/Checkout/Test/Mftf/Test Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 221
221
<magentoCLI command =" config:set payment/checkmo/allowspecific 1" stepKey =" allowSpecificValue" />
222
222
<magentoCLI command =" config:set payment/checkmo/specificcountry GB" stepKey =" specificCountryValue" />
223
223
<createData entity =" Simple_US_Customer" stepKey =" simpleuscustomer" />
224
+
225
+ <!-- Perform reindex and flush cache -->
226
+ <magentoCLI command =" indexer:reindex" stepKey =" reindex" />
227
+ <magentoCLI command =" cache:flush" stepKey =" flushCache" />
224
228
</before >
225
229
<after >
226
230
<deleteData createDataKey =" createCategory" stepKey =" deleteCategory" />
Original file line number Diff line number Diff line change 23
23
<createData entity =" ApiSimpleProduct" stepKey =" createProduct" >
24
24
<requiredEntity createDataKey =" createCategory" />
25
25
</createData >
26
+
27
+ <!-- Perform reindex and flush cache -->
28
+ <magentoCLI command =" indexer:reindex" stepKey =" reindex" />
29
+ <magentoCLI command =" cache:flush" stepKey =" flushCache" />
26
30
</before >
27
31
<after >
28
32
<actionGroup ref =" logout" stepKey =" adminLogout" />
You can’t perform that action at this time.
0 commit comments