Skip to content

Commit 6477adc

Browse files
committed
Merge remote-tracking branch 'origin/AC-7572' into Hammer_Regression_issues_04Jan22
2 parents 49f85dc + 7761ade commit 6477adc

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

app/code/Magento/Elasticsearch8/Test/Mftf/Test/StorefrontQuickSearchUsingElasticSearch8ByProductSkuTest.xml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,24 +21,19 @@
2121
<group value="pr_exclude"/>
2222
</annotations>
2323
<before>
24-
<magentoCLI command="config:set catalog/search/engine elasticsearch8" stepKey="setSearchEngine"/>
2524
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>
26-
<actionGroup ref="DeleteAllProductsUsingProductGridActionGroup" stepKey="deleteAllProducts"/>
27-
28-
<createData entity="VirtualProduct" stepKey="createFirtsSimpleProduct"/>
25+
<actionGroup ref="DeleteAllProductsUsingProductGridActionGroup" stepKey="deleteAllProductsAfterTest"/>
26+
<createData entity="VirtualProduct" stepKey="createVirtualProduct"/>
2927
<createData entity="SimpleProductWithCustomSku24MB06" stepKey="createSecondSimpleProduct"/>
3028
<createData entity="SimpleProductWithCustomSku24MB04" stepKey="createThirdSimpleProduct"/>
3129
<createData entity="SimpleProductWithCustomSku24MB02" stepKey="createFourthSimpleProduct"/>
3230
<createData entity="SimpleProductWithCustomSku24MB01" stepKey="createFifthSimpleProduct"/>
33-
3431
<actionGroup ref="CliCacheCleanActionGroup" stepKey="cleanCache">
35-
<argument name="tags" value=""/>
32+
<argument name="tags" value="config full_page"/>
3633
</actionGroup>
3734
<magentoCron groups="index" stepKey="reindex"/>
3835
</before>
3936
<after>
40-
<deleteData createDataKey="createFirtsSimpleProduct" stepKey="deleteProductOne"/>
41-
4237
<actionGroup ref="DeleteAllProductsUsingProductGridActionGroup" stepKey="deleteAllProductsAfterTest"/>
4338
<actionGroup ref="AdminLogoutActionGroup" stepKey="logoutFromAdminPanel"/>
4439
</after>

0 commit comments

Comments
 (0)