Skip to content

Commit 96c19f3

Browse files
committed
Fixed the broken mftf test
1 parent df06f7e commit 96c19f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@
9696
<wait time="60" stepKey="waitForChanges"/>
9797
<magentoCLI command="cron:run --group index" stepKey="runCron"/>
9898
<magentoCLI command="cron:run --group index" stepKey="runCronTwice"/>
99-
<magentoCLI command="indexer:reindex" stepKey="reindex"/>
99+
<wait time="60" stepKey="waitForChanges"/>
100+
100101
<!-- 5. Open category A on Storefront again -->
101102
<actionGroup ref="ReloadPageActionGroup" stepKey="reloadCategoryA"/>
102103

0 commit comments

Comments
 (0)