Skip to content

Commit 32fb4d3

Browse files
committed
MC-5233: DateTime product attributes support
1 parent 393ef91 commit 32fb4d3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/code/Magento/CatalogSearch/Test/Mftf/Test/SearchEntityResultsTest.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,10 @@
308308
<createData entity="_defaultProduct" stepKey="createSimpleProduct">
309309
<requiredEntity createDataKey="createCategory"/>
310310
</createData>
311+
312+
<!-- Perform reindex and flush cache -->
313+
<magentoCLI command="indexer:reindex" stepKey="reindex"/>
314+
<magentoCLI command="cache:flush" stepKey="flushCache"/>
311315
</before>
312316
<after>
313317
<deleteData stepKey="deleteProduct" createDataKey="createSimpleProduct"/>

0 commit comments

Comments
 (0)