File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Elasticsearch6/Test/Mftf/Suite Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 12
12
<magentoCLI command =" indexer:reindex" stepKey =" reindex" />
13
13
<magentoCLI command =" cache:flush" stepKey =" flushCache" />
14
14
</before >
15
- <after >
16
- <magentoCLI stepKey =" setSearchEngineToMysql" command =" config:set {{SearchEngineMysqlConfigData.path}} {{SearchEngineMysqlConfigData.value}}" />
17
- <magentoCLI command =" indexer:reindex" stepKey =" reindex" />
18
- <magentoCLI command =" cache:flush" stepKey =" flushCache" />
19
- </after >
15
+ <after ></after >
20
16
<include >
21
17
<group name =" SearchEngineElasticsearch" />
22
18
</include >
Original file line number Diff line number Diff line change 7
7
-->
8
8
<suites xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Suite/etc/suiteSchema.xsd" >
9
9
<suite name =" SearchEngineMysqlSuite" >
10
+ <before >
11
+ <magentoCLI stepKey =" setSearchEngineToMysql" command =" config:set {{SearchEngineMysqlConfigData.path}} {{SearchEngineMysqlConfigData.value}}" />
12
+ <magentoCLI command =" indexer:reindex" stepKey =" reindex" />
13
+ <magentoCLI command =" cache:flush" stepKey =" flushCache" />
14
+ </before >
15
+ <after ></after >
10
16
<include >
11
17
<group name =" SearchEngineMysql" />
12
18
</include >
You can’t perform that action at this time.
0 commit comments