Skip to content

Commit 21cd983

Browse files
committed
Added reindex all in after block
1 parent b5ded63 commit 21cd983

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/code/Magento/Catalog/Test/Mftf/Test/StorefrontProductWithMediaThumbGallerySliderTest.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
<before>
2222
<createData entity="SimpleProduct2" stepKey="createProduct"/>
2323
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>
24-
<!-- Reindex all indexers -->
25-
<actionGroup ref="CliIndexerReindexActionGroup" stepKey="reindex">
26-
<argument name="indices" value=""/>
27-
</actionGroup>
2824
</before>
2925
<after>
3026
<deleteData createDataKey="createProduct" stepKey="deleteProduct"/>
3127
<actionGroup ref="AdminLogoutActionGroup" stepKey="logoutFromAdmin"/>
28+
<!-- Reindex all indexers -->
29+
<actionGroup ref="CliIndexerReindexActionGroup" stepKey="reindex">
30+
<argument name="indices" value=""/>
31+
</actionGroup>
3232
</after>
3333
<!--Add images to product-->
3434
<actionGroup ref="AdminProductPageOpenByIdActionGroup" stepKey="openAdminProductEditPage">

0 commit comments

Comments
 (0)