File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
app/code/Magento/Elasticsearch8/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 21
21
<group value =" pr_exclude" />
22
22
</annotations >
23
23
<before >
24
- <magentoCLI command = " config:set catalog/search/engine elasticsearch8 " stepKey =" setSearchEngine" />
24
+ <comment userInput = " Comment is added to preserve the step key for backward compatibility " stepKey =" setSearchEngine" />
25
25
<actionGroup ref =" AdminLoginActionGroup" stepKey =" loginAsAdmin" />
26
26
<actionGroup ref =" DeleteAllProductsUsingProductGridActionGroup" stepKey =" deleteAllProducts" />
27
-
28
- <createData entity = " VirtualProduct " stepKey =" createFirtsSimpleProduct" />
27
+ < createData entity = " VirtualProduct " stepKey = " createVirtualProduct " />
28
+ <comment userInput = " Comment is added to preserve the step key for backward compatibility " stepKey =" createFirtsSimpleProduct" />
29
29
<createData entity =" SimpleProductWithCustomSku24MB06" stepKey =" createSecondSimpleProduct" />
30
30
<createData entity =" SimpleProductWithCustomSku24MB04" stepKey =" createThirdSimpleProduct" />
31
31
<createData entity =" SimpleProductWithCustomSku24MB02" stepKey =" createFourthSimpleProduct" />
32
32
<createData entity =" SimpleProductWithCustomSku24MB01" stepKey =" createFifthSimpleProduct" />
33
-
34
33
<actionGroup ref =" CliCacheCleanActionGroup" stepKey =" cleanCache" >
35
- <argument name =" tags" value =" " />
34
+ <argument name =" tags" value =" config full_page " />
36
35
</actionGroup >
37
36
<magentoCron groups =" index" stepKey =" reindex" />
38
37
</before >
39
38
<after >
40
- <deleteData createDataKey =" createFirtsSimpleProduct" stepKey =" deleteProductOne" />
41
-
39
+ <comment userInput =" Comment is added to preserve the step key for backward compatibility" stepKey =" deleteProductOne" />
42
40
<actionGroup ref =" DeleteAllProductsUsingProductGridActionGroup" stepKey =" deleteAllProductsAfterTest" />
43
41
<actionGroup ref =" AdminLogoutActionGroup" stepKey =" logoutFromAdminPanel" />
44
42
</after >
You can’t perform that action at this time.
0 commit comments