|
96 | 96 | <requiredEntity createDataKey="createGuestCartThree"/> |
97 | 97 | </updateData> |
98 | 98 |
|
99 | | - <wait time="60" stepKey="wait1" /> |
100 | | - |
101 | 99 | <magentoCron groups="default" stepKey="runCronFive"/> |
102 | 100 |
|
103 | 101 | <createData entity="CreditMemo" stepKey="refundOrderOne"> |
|
136 | 134 |
|
137 | 135 | <magentoCron groups="default" stepKey="runCronNine"/> |
138 | 136 |
|
139 | | - <wait time="60" stepKey="wait2" /> |
140 | | - |
141 | 137 | <magentoCron groups="default" stepKey="runCronTen"/> |
142 | 138 |
|
143 | 139 | <actionGroup ref="AdminLoginActionGroup" stepKey="LoginAsAdmin"/> |
144 | 140 |
|
145 | 141 | <actionGroup ref="AdminOrdersPageOpenActionGroup" stepKey="onOrderPage"/> |
146 | | - <waitForPageLoad time="30" stepKey="waitForGrid"/> |
147 | 142 | <actionGroup ref="AdminOrdersGridClearFiltersActionGroup" stepKey="clearFilters"/> |
148 | 143 |
|
149 | | - <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="getOrderOneId"/> |
150 | | - <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="getOrderTwoId"/> |
151 | | - <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="getOrderThreeId"/> |
152 | | - |
153 | 144 | <actionGroup ref="AdminOpenOrderByEntityIdActionGroup" stepKey="openOrderOne"> |
154 | 145 | <argument name="entityId" value="$createGuestCartOne.return$"/> |
155 | 146 | </actionGroup> |
|
206 | 197 | <argument name="orderId" value="{$grabOrderIdOne}"/> |
207 | 198 | </actionGroup> |
208 | 199 |
|
209 | | - <waitForPageLoad time="30" stepKey="waitForGridOne"/> |
210 | | - |
211 | 200 | <see selector="{{AdminDataGridTableSection.gridCell('1', 'Status')}}" userInput="Closed" stepKey="seeOrderClosedInGridOne"/> |
212 | 201 |
|
213 | 202 | <actionGroup ref="FilterOrderGridByIdActionGroup" stepKey="filterOrderGridByIdTwo"> |
214 | 203 | <argument name="orderId" value="{$grabOrderIdTwo}"/> |
215 | 204 | </actionGroup> |
216 | 205 |
|
217 | | - <waitForPageLoad time="30" stepKey="waitForGridTwo"/> |
218 | | - |
219 | 206 | <see selector="{{AdminDataGridTableSection.gridCell('1', 'Status')}}" userInput="Closed" stepKey="seeOrderClosedInGridTwo"/> |
220 | 207 |
|
221 | 208 | <actionGroup ref="FilterOrderGridByIdActionGroup" stepKey="filterOrderGridByIdThree"> |
222 | 209 | <argument name="orderId" value="{$grabOrderIdThree}"/> |
223 | 210 | </actionGroup> |
224 | 211 |
|
225 | | - <waitForPageLoad time="30" stepKey="waitForGridThree"/> |
226 | | - |
227 | 212 | <see selector="{{AdminDataGridTableSection.gridCell('1', 'Status')}}" userInput="Closed" stepKey="seeOrderClosedInGridThree"/> |
228 | 213 | </test> |
229 | 214 | </tests> |
0 commit comments