|
56 | 56 | <requiredEntity createDataKey="createGuestCartOne"/>
|
57 | 57 | </updateData>
|
58 | 58 |
|
59 |
| - <magentoCLI command="cron:run --group=default" stepKey="runCronOne"/> |
| 59 | + <magentoCron groups="default" stepKey="runCronOne"/> |
60 | 60 |
|
61 | 61 | <createData entity="Invoice" stepKey="invoiceOrderOne">
|
62 | 62 | <requiredEntity createDataKey="createGuestCartOne"/>
|
63 | 63 | </createData>
|
64 | 64 |
|
65 |
| - <magentoCLI command="cron:run --group=default" stepKey="runCronTwo"/> |
| 65 | + <magentoCron groups="default" stepKey="runCronTwo"/> |
66 | 66 |
|
67 | 67 | <createData entity="GuestCart" stepKey="createGuestCartTwo"/>
|
68 | 68 | <createData entity="SimpleCartItem" stepKey="addCartItemTwo">
|
|
76 | 76 | <requiredEntity createDataKey="createGuestCartTwo"/>
|
77 | 77 | </updateData>
|
78 | 78 |
|
79 |
| - <magentoCLI command="cron:run --group=default" stepKey="runCronThree"/> |
| 79 | + <magentoCron groups="default" stepKey="runCronThree"/> |
80 | 80 |
|
81 | 81 | <createData entity="Shipment" stepKey="shipOrderOne">
|
82 | 82 | <requiredEntity createDataKey="createGuestCartOne"/>
|
83 | 83 | </createData>
|
84 | 84 |
|
85 |
| - <magentoCLI command="cron:run --group=default" stepKey="runCronFour"/> |
| 85 | + <magentoCron groups="default" stepKey="runCronFour"/> |
86 | 86 |
|
87 | 87 | <createData entity="GuestCart" stepKey="createGuestCartThree"/>
|
88 | 88 | <createData entity="SimpleCartItem" stepKey="addCartItemThree">
|
|
98 | 98 |
|
99 | 99 | <wait time="60" stepKey="wait1" />
|
100 | 100 |
|
101 |
| - <magentoCLI command="cron:run --group=default" stepKey="runCronFive"/> |
| 101 | + <magentoCron groups="default" stepKey="runCronFive"/> |
102 | 102 |
|
103 | 103 | <createData entity="CreditMemo" stepKey="refundOrderOne">
|
104 | 104 | <requiredEntity createDataKey="createGuestCartOne"/>
|
105 | 105 | </createData>
|
106 | 106 |
|
107 |
| - <magentoCLI command="cron:run --group=default" stepKey="runCronSix"/> |
| 107 | + <magentoCron groups="default" stepKey="runCronSix"/> |
108 | 108 |
|
109 | 109 | <createData entity="Invoice" stepKey="invoiceOrderThree">
|
110 | 110 | <requiredEntity createDataKey="createGuestCartThree"/>
|
111 | 111 | </createData>
|
112 | 112 |
|
113 |
| - <magentoCLI command="cron:run --group=default" stepKey="runCronSeven"/> |
| 113 | + <magentoCron groups="default" stepKey="runCronSeven"/> |
114 | 114 |
|
115 | 115 | <createData entity="Shipment" stepKey="shipOrderTwo">
|
116 | 116 | <requiredEntity createDataKey="createGuestCartTwo"/>
|
117 | 117 | </createData>
|
118 | 118 |
|
119 |
| - <magentoCLI command="cron:run --group=default" stepKey="runCronEight"/> |
| 119 | + <magentoCron groups="default" stepKey="runCronEight"/> |
120 | 120 |
|
121 | 121 | <createData entity="Invoice" stepKey="invoiceOrderTwo">
|
122 | 122 | <requiredEntity createDataKey="createGuestCartTwo"/>
|
|
134 | 134 | <requiredEntity createDataKey="createGuestCartThree"/>
|
135 | 135 | </createData>
|
136 | 136 |
|
137 |
| - <magentoCLI command="cron:run --group=default" stepKey="runCronNine"/> |
| 137 | + <magentoCron groups="default" stepKey="runCronNine"/> |
138 | 138 |
|
139 | 139 | <wait time="60" stepKey="wait2" />
|
140 | 140 |
|
141 |
| - <magentoCLI command="cron:run --group=default" stepKey="runCronTen"/> |
| 141 | + <magentoCron groups="default" stepKey="runCronTen"/> |
142 | 142 |
|
143 | 143 | <actionGroup ref="AdminLoginActionGroup" stepKey="LoginAsAdmin"/>
|
144 | 144 |
|
|
0 commit comments