Skip to content

Commit a534606

Browse files
committed
MQE-1993: Refactor MFTF tests/actionGroups using <executeInSelenium>
Stabilizing builds
1 parent 2e1daf1 commit a534606

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757

5858
<wait stepKey="waitBeforeRunCronIndex" time="30"/>
5959
<magentoCLI stepKey="runCronIndex" command="cron:run --group=index"/>
60+
<wait stepKey="waitAfterRunCronIndex" time="60"/>
6061
</before>
6162
<after>
6263
<!-- Change "Category Products" and "Product Categories" indexers to "Update on Save" mode -->
@@ -141,6 +142,7 @@
141142
<!-- Run cron -->
142143
<wait stepKey="waitBeforeRunMagentoCron" time="30"/>
143144
<magentoCLI stepKey="runMagentoCron" command="cron:run --group=index"/>
145+
<wait stepKey="waitAfterRunMagentoCron" time="60"/>
144146

145147
<!-- Open categories K, L, M, N on Storefront in order to make sure that new assigments are applied -->
146148
<!-- Category K contains only Products A, C -->
@@ -202,7 +204,7 @@
202204
<!-- Run Cron once to reindex product changes -->
203205
<wait stepKey="waitBeforeRunCronIndexAfterProductAssignToCategory" time="30"/>
204206
<magentoCLI stepKey="runCronIndexAfterProductAssignToCategory" command="cron:run --group=index"/>
205-
<wait stepKey="waitAfterRunCronIndexAfterProductAssignToCategory" time="30"/>
207+
<wait stepKey="waitAfterRunCronIndexAfterProductAssignToCategory" time="60"/>
206208

207209
<!-- Open categories K, L, M, N on Storefront in order to make sure that new assigments are applied -->
208210

0 commit comments

Comments
 (0)