|
48 | 48 | </updateData>
|
49 | 49 |
|
50 | 50 | <magentoCLI command="cron:run --group=default" stepKey="runCronOne"/>
|
| 51 | + <wait stepKey="waitForRunCronOne" time="60" /> |
51 | 52 |
|
52 | 53 | <createData entity="Invoice" stepKey="invoiceOrderOne">
|
53 | 54 | <requiredEntity createDataKey="createGuestCartOne"/>
|
|
70 | 71 | </createData>
|
71 | 72 |
|
72 | 73 | <magentoCLI command="cron:run --group=default" stepKey="runCronTwo"/>
|
| 74 | + <wait stepKey="waitForRunCronTwo" time="60" /> |
73 | 75 |
|
74 | 76 | <createData entity="GuestCart" stepKey="createGuestCartThree"/>
|
75 | 77 | <createData entity="SimpleCartItem" stepKey="addCartItemThree">
|
|
96 | 98 | </createData>
|
97 | 99 |
|
98 | 100 | <magentoCLI command="cron:run --group=default" stepKey="runCronThree"/>
|
| 101 | + <wait stepKey="waitForRunCronThree" time="60" /> |
99 | 102 |
|
100 | 103 | <createData entity="Invoice" stepKey="invoiceOrderTwo">
|
101 | 104 | <requiredEntity createDataKey="createGuestCartTwo"/>
|
|
110 | 113 | </createData>
|
111 | 114 |
|
112 | 115 | <magentoCLI command="cron:run --group=default" stepKey="runCronFour"/>
|
| 116 | + <wait stepKey="waitForRunCronFour" time="60" /> |
113 | 117 |
|
114 | 118 | <createData entity="CreditMemo" stepKey="refundOrderThree">
|
115 | 119 | <requiredEntity createDataKey="createGuestCartThree"/>
|
116 | 120 | </createData>
|
117 | 121 |
|
118 | 122 | <magentoCLI command="cron:run --group=default" stepKey="runCronFive"/>
|
119 |
| - <magentoCLI command="cron:run --group=default" stepKey="runCronSix"/> |
120 |
| - <magentoCLI command="cron:run --group=default" stepKey="runCronSeven"/> |
121 |
| - <magentoCLI command="cron:run --group=default" stepKey="runCronEight"/> |
122 |
| - <magentoCLI command="cron:run --group=default" stepKey="runCronNine"/> |
| 123 | + <wait stepKey="waitForRunCronFive" time="60" /> |
123 | 124 |
|
124 | 125 | <actionGroup ref="AdminLoginActionGroup" stepKey="LoginAsAdmin"/>
|
125 | 126 |
|
|
135 | 136 | <argument name="entityId" value="$createGuestCartOne.return$"/>
|
136 | 137 | </actionGroup>
|
137 | 138 |
|
138 |
| - <waitForPageLoad time="30" stepKey="waitForPageLoadOne"/> |
| 139 | + <wait time="30" stepKey="waitOne"/> |
139 | 140 |
|
140 | 141 | <actionGroup ref="AdminOpenInvoiceTabFromOrderPageActionGroup" stepKey="openInvoicesTabOrdersPageOne"/>
|
141 | 142 | <waitForLoadingMaskToDisappear stepKey="waitForInvoiceGridLoadingMask1" after="openInvoicesTabOrdersPageOne"/>
|
|
150 | 151 | <argument name="entityId" value="$createGuestCartTwo.return$"/>
|
151 | 152 | </actionGroup>
|
152 | 153 |
|
153 |
| - <waitForPageLoad time="30" stepKey="waitForPageLoadTwo"/> |
| 154 | + <wait time="30" stepKey="waitTwo"/> |
154 | 155 |
|
155 | 156 | <actionGroup ref="AdminOpenInvoiceTabFromOrderPageActionGroup" stepKey="openInvoicesTabOrdersPageTwo"/>
|
156 | 157 | <waitForLoadingMaskToDisappear stepKey="waitForInvoiceGridLoadingMask2" after="openInvoicesTabOrdersPageTwo"/>
|
|
165 | 166 | <argument name="entityId" value="$createGuestCartThree.return$"/>
|
166 | 167 | </actionGroup>
|
167 | 168 |
|
168 |
| - <waitForPageLoad time="30" stepKey="waitForPageLoadThree"/> |
| 169 | + <wait time="30" stepKey="waitThree"/> |
169 | 170 |
|
170 | 171 | <actionGroup ref="AdminOpenInvoiceTabFromOrderPageActionGroup" stepKey="openInvoicesTabOrdersPageThree"/>
|
171 | 172 | <waitForLoadingMaskToDisappear stepKey="waitForInvoiceGridLoadingMask3" after="openInvoicesTabOrdersPageThree"/>
|
|
0 commit comments