Skip to content

Commit df06f7e

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

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,9 @@
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-
99+
<magentoCLI command="indexer:reindex" stepKey="reindex"/>
100100
<!-- 5. Open category A on Storefront again -->
101-
<comment userInput="BIC workaround" stepKey="reloadCategoryA"/>
102-
<reloadPage stepKey="reloadPage"/>
103-
<waitForPageLoad stepKey="waitForPageLoad" time="60"/>
101+
<actionGroup ref="ReloadPageActionGroup" stepKey="reloadCategoryA"/>
104102

105103
<!-- Category A displays product A1 now -->
106104
<see userInput="$$createCategoryA.name$$" selector="{{StorefrontCategoryMainSection.CategoryTitle}}" stepKey="seeTitleCategoryA1"/>

0 commit comments

Comments
 (0)