Skip to content

Commit ec10221

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

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<actionGroup ref="AdminSwitchAllIndexerToActionModeActionGroup" stepKey="onUpdateBySchedule">
5454
<argument name="action" value="Update by Schedule"/>
5555
</actionGroup>
56-
<wait time="30" stepKey="waitForLoad"/>
56+
<wait time="30" stepKey="waitForLoad1"/>
5757
</before>
5858
<after>
5959
<!-- Switch indexers to "Update on Save" mode -->
@@ -97,7 +97,7 @@
9797
<wait time="60" stepKey="waitForChanges"/>
9898
<magentoCLI command="cron:run --group index" stepKey="runCron"/>
9999
<magentoCLI command="cron:run --group index" stepKey="runCronTwice"/>
100-
<wait time="30" stepKey="waitForLoad"/>
100+
<wait time="30" stepKey="waitForLoad2"/>
101101

102102
<!-- 5. Open category A on Storefront again -->
103103
<actionGroup ref="ReloadPageActionGroup" stepKey="reloadCategoryA"/>
@@ -128,7 +128,7 @@
128128
<wait time="60" stepKey="waitOneMinute"/>
129129
<magentoCLI command="cron:run --group index" stepKey="runCron1"/>
130130
<magentoCLI command="cron:run --group index" stepKey="runCronTwice1"/>
131-
<wait time="30" stepKey="waitForLoad"/>
131+
<wait time="30" stepKey="waitForLoad3"/>
132132
<!-- 9. Open category A on Storefront again -->
133133
<actionGroup ref="ReloadPageActionGroup" stepKey="refreshCategoryAPage"/>
134134

@@ -184,7 +184,7 @@
184184
<wait time="60" stepKey="waitMinute"/>
185185
<magentoCLI command="cron:run --group index" stepKey="runCron2"/>
186186
<magentoCLI command="cron:run --group index" stepKey="runCronTwice2"/>
187-
<wait time="30" stepKey="waitForLoad1"/>
187+
<wait time="30" stepKey="waitForLoad4"/>
188188
<!-- 15. Open category B on Storefront -->
189189
<actionGroup ref="StorefrontGoToCategoryPageActionGroup" stepKey="onPageCategoryB">
190190
<argument name="categoryName" value="$$createCategoryB.name$$"/>
@@ -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="waitForLoad2"/>
247+
<wait time="30" stepKey="waitForLoad5"/>
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="waitForLoad3"/>
309+
<wait time="30" stepKey="waitForLoad6"/>
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)