|
55 | 55 | <argument name="categoryName" value="$$categoryN.name$$, $$categoryM.name$$"/>
|
56 | 56 | </actionGroup>
|
57 | 57 |
|
58 |
| - <wait stepKey="waitBeforeRunCronIndex" time="30"/> |
| 58 | + <wait stepKey="waitBeforeRunCronIndex" time="60"/> |
59 | 59 | <magentoCLI stepKey="runCronIndex" command="cron:run --group=index"/>
|
60 |
| - <wait stepKey="waitAfterRunCronIndex" time="60"/> |
| 60 | + <wait stepKey="waitAfterRunCronIndex" time="120"/> |
61 | 61 | </before>
|
62 | 62 | <after>
|
63 | 63 | <!-- Change "Category Products" and "Product Categories" indexers to "Update on Save" mode -->
|
|
103 | 103 | <argument name="categoryName" value="$$categoryK.name$$"/>
|
104 | 104 | </actionGroup>
|
105 | 105 |
|
| 106 | + <wait stepKey="waitAfterAssignCategoryK" time="60"/> |
| 107 | + |
106 | 108 | <!-- Unassign category M from Product B -->
|
107 | 109 | <actionGroup ref="AdminProductPageOpenByIdActionGroup" stepKey="amOnEditCategoryPageB">
|
108 | 110 | <argument name="productId" value="$$productB.id$$"/>
|
|
142 | 144 | <see userInput="$$productC.name$$" selector="{{StorefrontCategoryMainSection.productName}}" stepKey="seeProductInCategoryN"/>
|
143 | 145 |
|
144 | 146 | <!-- Run cron -->
|
145 |
| - <wait stepKey="waitBeforeRunMagentoCron" time="30"/> |
| 147 | + <wait stepKey="waitBeforeRunMagentoCron" time="60"/> |
146 | 148 | <magentoCLI stepKey="runMagentoCron" command="cron:run --group=index"/>
|
147 |
| - <wait stepKey="waitAfterRunMagentoCron" time="60"/> |
| 149 | + <wait stepKey="waitAfterRunMagentoCron" time="120"/> |
148 | 150 |
|
149 | 151 | <!-- Open categories K, L, M, N on Storefront in order to make sure that new assigments are applied -->
|
150 | 152 | <!-- Category K contains only Products A, C -->
|
|
208 | 210 | <see userInput="$$productC.name$$" selector="{{StorefrontCategoryMainSection.productName}}" stepKey="productCOnCategoryN"/>
|
209 | 211 |
|
210 | 212 | <!-- Run Cron once to reindex product changes -->
|
211 |
| - <wait stepKey="waitBeforeRunCronIndexAfterProductAssignToCategory" time="30"/> |
| 213 | + <wait stepKey="waitBeforeRunCronIndexAfterProductAssignToCategory" time="60"/> |
212 | 214 | <magentoCLI stepKey="runCronIndexAfterProductAssignToCategory" command="cron:run --group=index"/>
|
213 |
| - <wait stepKey="waitAfterRunCronIndexAfterProductAssignToCategory" time="60"/> |
| 215 | + <wait stepKey="waitAfterRunCronIndexAfterProductAssignToCategory" time="120"/> |
214 | 216 |
|
215 | 217 | <!-- Open categories K, L, M, N on Storefront in order to make sure that new assigments are applied -->
|
216 | 218 |
|
|
0 commit comments