File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed
app/code/Magento/Catalog/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 108
108
</actionGroup >
109
109
<actionGroup ref =" ClearProductsFilterActionGroup" stepKey =" ClearProductsFilterActionGroup" />
110
110
111
+ <!-- Flush cache-->
112
+ <magentoCLI command =" cache:flush" stepKey =" cleanCache" />
113
+
114
+
111
115
<!-- Edit customer info-->
112
116
<actionGroup ref =" OpenEditCustomerFromAdminActionGroup" stepKey =" OpenEditCustomerFrom" >
113
117
<argument name =" customer" value =" $$customer$$" />
318
322
<deleteData createDataKey =" category" stepKey =" deleteCategory" />
319
323
<deleteData createDataKey =" customer" stepKey =" deleteCustomer" />
320
324
<createData entity =" DefaultConfigCatalogPrice" stepKey =" defaultConfigCatalogPrice" />
321
- <actionGroup ref =" AdminDeleteWebsiteActionGroup" stepKey =" DeleteWebsite" >
322
- <argument name =" websiteName" value =" secondWebsite" />
323
- </actionGroup >
324
325
<actionGroup ref =" DeleteCartPriceRuleByName" stepKey =" cleanUpRule" >
325
326
<argument name =" ruleName" value =" ship" />
326
327
</actionGroup >
328
+ <actionGroup ref =" AdminDeleteWebsiteActionGroup" stepKey =" DeleteWebsite" >
329
+ <argument name =" websiteName" value =" secondWebsite" />
330
+ </actionGroup >
327
331
<actionGroup ref =" logout" stepKey =" logout" />
332
+
333
+ <!-- Do reindex and flush cache-->
334
+ <magentoCLI command =" indexer:reindex" stepKey =" reindex" />
335
+ <magentoCLI command =" cache:flush" stepKey =" flushCache" />
328
336
</after >
329
337
</test >
330
338
</tests >
You can’t perform that action at this time.
0 commit comments