|
94 | 94 |
|
95 | 95 | <!-- 4. Run cron to reindex --> |
96 | 96 | <wait time="60" stepKey="waitForChanges"/> |
97 | | - <magentoCLI command="cron:run --group index" stepKey="runCron"/> |
98 | | - <magentoCLI command="cron:run --group index" stepKey="runCronTwice"/> |
| 97 | + <magentoCron groups="index" stepKey="runCron" /> |
| 98 | + <magentoCron groups="index" stepKey="runCronTwice" /> |
99 | 99 |
|
100 | 100 | <!-- 5. Open category A on Storefront again --> |
101 | 101 | <actionGroup ref="ReloadPageActionGroup" stepKey="reloadCategoryA"/> |
|
124 | 124 |
|
125 | 125 | <!-- 8. Run cron reindex (Ensure that at least one minute passed since last cron run) --> |
126 | 126 | <wait time="60" stepKey="waitOneMinute"/> |
127 | | - <magentoCLI command="cron:run --group index" stepKey="runCron1"/> |
128 | | - <magentoCLI command="cron:run --group index" stepKey="runCronTwice1"/> |
| 127 | + <magentoCron groups="index" stepKey="runCron1" /> |
| 128 | + <magentoCron groups="index" stepKey="runCronTwice1" /> |
129 | 129 |
|
130 | 130 | <!-- 9. Open category A on Storefront again --> |
131 | 131 | <actionGroup ref="ReloadPageActionGroup" stepKey="refreshCategoryAPage"/> |
|
180 | 180 |
|
181 | 181 | <!-- 14. Run cron to reindex (Ensure that at least one minute passed since last cron run) --> |
182 | 182 | <wait time="60" stepKey="waitMinute"/> |
183 | | - <magentoCLI command="cron:run --group index" stepKey="runCron2"/> |
184 | | - <magentoCLI command="cron:run --group index" stepKey="runCronTwice2"/> |
| 183 | + <magentoCron groups="index" stepKey="runCron2" /> |
| 184 | + <magentoCron groups="index" stepKey="runCronTwice2" /> |
185 | 185 |
|
186 | 186 | <!-- 15. Open category B on Storefront --> |
187 | 187 | <actionGroup ref="StorefrontGoToCategoryPageActionGroup" stepKey="onPageCategoryB"> |
|
240 | 240 |
|
241 | 241 | <!-- 17.14. Run cron to reindex (Ensure that at least one minute passed since last cron run) --> |
242 | 242 | <wait time="60" stepKey="waitForOneMinute"/> |
243 | | - <magentoCLI command="cron:run --group index" stepKey="runCron3"/> |
244 | | - <magentoCLI command="cron:run --group index" stepKey="runCronTwice3"/> |
| 243 | + <magentoCron groups="index" stepKey="runCron3" /> |
| 244 | + <magentoCron groups="index" stepKey="runCronTwice3" /> |
245 | 245 |
|
246 | 246 | <!-- 17.15. Open category B on Storefront --> |
247 | 247 | <actionGroup ref="StorefrontGoToCategoryPageActionGroup" stepKey="openPageCategoryB"> |
|
302 | 302 |
|
303 | 303 | <!-- 18.14. Run cron to reindex (Ensure that at least one minute passed since last cron run) --> |
304 | 304 | <wait time="60" stepKey="waitExtraMinute"/> |
305 | | - <magentoCLI command="cron:run --group index" stepKey="runCron4"/> |
306 | | - <magentoCLI command="cron:run --group index" stepKey="runCronTwice4"/> |
| 305 | + <magentoCron groups="index" stepKey="runCron4" /> |
| 306 | + <magentoCron groups="index" stepKey="runCronTwice4" /> |
307 | 307 |
|
308 | 308 | <!-- 18.15. Open category B on Storefront --> |
309 | 309 | <actionGroup ref="StorefrontGoToCategoryPageActionGroup" stepKey="navigateToPageCategoryB"> |
|
0 commit comments