Skip to content

Commit 671c37f

Browse files
committed
Fixed the mftf broken test
1 parent fad4421 commit 671c37f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@
244244
<wait time="60" stepKey="waitForOneMinute"/>
245245
<magentoCLI command="cron:run --group index" stepKey="runCron3"/>
246246
<magentoCLI command="cron:run --group index" stepKey="runCronTwice3"/>
247-
<wait time="30" stepKey="waitForLoad1"/>
247+
<wait time="30" stepKey="waitForLoad2"/>
248248
<!-- 17.15. Open category B on Storefront -->
249249
<actionGroup ref="StorefrontGoToCategoryPageActionGroup" stepKey="openPageCategoryB">
250250
<argument name="categoryName" value="$$createCategoryB.name$$"/>
@@ -306,7 +306,7 @@
306306
<wait time="60" stepKey="waitExtraMinute"/>
307307
<magentoCLI command="cron:run --group index" stepKey="runCron4"/>
308308
<magentoCLI command="cron:run --group index" stepKey="runCronTwice4"/>
309-
<wait time="30" stepKey="waitForLoad1"/>
309+
<wait time="30" stepKey="waitForLoad3"/>
310310
<!-- 18.15. Open category B on Storefront -->
311311
<actionGroup ref="StorefrontGoToCategoryPageActionGroup" stepKey="navigateToPageCategoryB">
312312
<argument name="categoryName" value="$$createCategoryB.name$$"/>

0 commit comments

Comments
 (0)