|
62 | 62 | <requiredEntity createDataKey="createGuestCartOne"/>
|
63 | 63 | </createData>
|
64 | 64 |
|
| 65 | + <magentoCLI command="cron:run --group=default" stepKey="runCronTwo"/> |
| 66 | + |
65 | 67 | <createData entity="GuestCart" stepKey="createGuestCartTwo"/>
|
66 | 68 | <createData entity="SimpleCartItem" stepKey="addCartItemTwo">
|
67 | 69 | <requiredEntity createDataKey="createGuestCartTwo"/>
|
|
74 | 76 | <requiredEntity createDataKey="createGuestCartTwo"/>
|
75 | 77 | </updateData>
|
76 | 78 |
|
| 79 | + <magentoCLI command="cron:run --group=default" stepKey="runCronThree"/> |
| 80 | + |
77 | 81 | <createData entity="Shipment" stepKey="shipOrderOne">
|
78 | 82 | <requiredEntity createDataKey="createGuestCartOne"/>
|
79 | 83 | </createData>
|
80 | 84 |
|
81 |
| - <magentoCLI command="cron:run --group=default" stepKey="runCronTwo"/> |
| 85 | + <magentoCLI command="cron:run --group=default" stepKey="runCronFour"/> |
82 | 86 |
|
83 | 87 | <createData entity="GuestCart" stepKey="createGuestCartThree"/>
|
84 | 88 | <createData entity="SimpleCartItem" stepKey="addCartItemThree">
|
|
92 | 96 | <requiredEntity createDataKey="createGuestCartThree"/>
|
93 | 97 | </updateData>
|
94 | 98 |
|
| 99 | + <wait time="60" stepKey="wait1" /> |
| 100 | + |
| 101 | + <magentoCLI command="cron:run --group=default" stepKey="runCronFive"/> |
| 102 | + |
95 | 103 | <createData entity="CreditMemo" stepKey="refundOrderOne">
|
96 | 104 | <requiredEntity createDataKey="createGuestCartOne"/>
|
97 | 105 | </createData>
|
98 | 106 |
|
| 107 | + <magentoCLI command="cron:run --group=default" stepKey="runCronSix"/> |
| 108 | + |
99 | 109 | <createData entity="Invoice" stepKey="invoiceOrderThree">
|
100 | 110 | <requiredEntity createDataKey="createGuestCartThree"/>
|
101 | 111 | </createData>
|
102 | 112 |
|
| 113 | + <magentoCLI command="cron:run --group=default" stepKey="runCronSeven"/> |
| 114 | + |
103 | 115 | <createData entity="Shipment" stepKey="shipOrderTwo">
|
104 | 116 | <requiredEntity createDataKey="createGuestCartTwo"/>
|
105 | 117 | </createData>
|
106 | 118 |
|
107 |
| - <magentoCLI command="cron:run --group=default" stepKey="runCronThree"/> |
| 119 | + <magentoCLI command="cron:run --group=default" stepKey="runCronEight"/> |
108 | 120 |
|
109 | 121 | <createData entity="Invoice" stepKey="invoiceOrderTwo">
|
110 | 122 | <requiredEntity createDataKey="createGuestCartTwo"/>
|
|
118 | 130 | <requiredEntity createDataKey="createGuestCartTwo"/>
|
119 | 131 | </createData>
|
120 | 132 |
|
121 |
| - <magentoCLI command="cron:run --group=default" stepKey="runCronFour"/> |
122 |
| - |
123 | 133 | <createData entity="CreditMemo" stepKey="refundOrderThree">
|
124 | 134 | <requiredEntity createDataKey="createGuestCartThree"/>
|
125 | 135 | </createData>
|
126 | 136 |
|
127 |
| - <magentoCLI command="cron:run --group=default" stepKey="runCronFive"/> |
128 |
| - <magentoCLI command="cron:run --group=default" stepKey="runCronSix"/> |
129 |
| - <magentoCLI command="cron:run --group=default" stepKey="runCronSeven"/> |
130 |
| - <magentoCLI command="cron:run --group=default" stepKey="runCronEight"/> |
131 | 137 | <magentoCLI command="cron:run --group=default" stepKey="runCronNine"/>
|
| 138 | + |
| 139 | + <wait time="60" stepKey="wait2" /> |
| 140 | + |
132 | 141 | <magentoCLI command="cron:run --group=default" stepKey="runCronTen"/>
|
133 | 142 |
|
134 | 143 | <actionGroup ref="AdminLoginActionGroup" stepKey="LoginAsAdmin"/>
|
|
0 commit comments