|
16 | 16 | <useCaseId value="ACP2E-1367" />
|
17 | 17 | <testCaseId value="AC-7106" />
|
18 | 18 | <group value="sales"/>
|
| 19 | + <group value="async_operations" /> |
19 | 20 | </annotations>
|
20 | 21 | <before>
|
21 | 22 | <magentoCLI command="config:set {{EnableFlatRateConfigData.path}} {{EnableFlatRateConfigData.value}}" stepKey="enableFlatRate"/>
|
|
47 | 48 | <requiredEntity createDataKey="createGuestCartOne"/>
|
48 | 49 | </updateData>
|
49 | 50 |
|
50 |
| - <magentoCLI command="cron:run --group=default" stepKey="runCronOne"/> |
| 51 | + <magentoCron groups="default" stepKey="runCronOne"/> |
51 | 52 |
|
52 | 53 | <createData entity="Invoice" stepKey="invoiceOrderOne">
|
53 | 54 | <requiredEntity createDataKey="createGuestCartOne"/>
|
|
69 | 70 | <requiredEntity createDataKey="createGuestCartOne"/>
|
70 | 71 | </createData>
|
71 | 72 |
|
72 |
| - <magentoCLI command="cron:run --group=default" stepKey="runCronTwo"/> |
| 73 | + <magentoCron groups="default" stepKey="runCronTwo"/> |
73 | 74 |
|
74 | 75 | <createData entity="GuestCart" stepKey="createGuestCartThree"/>
|
75 | 76 | <createData entity="SimpleCartItem" stepKey="addCartItemThree">
|
|
95 | 96 | <requiredEntity createDataKey="createGuestCartTwo"/>
|
96 | 97 | </createData>
|
97 | 98 |
|
98 |
| - <magentoCLI command="cron:run --group=default" stepKey="runCronThree"/> |
| 99 | + <magentoCron groups="default" stepKey="runCronThree"/> |
99 | 100 |
|
100 | 101 | <createData entity="Invoice" stepKey="invoiceOrderTwo">
|
101 | 102 | <requiredEntity createDataKey="createGuestCartTwo"/>
|
|
109 | 110 | <requiredEntity createDataKey="createGuestCartTwo"/>
|
110 | 111 | </createData>
|
111 | 112 |
|
112 |
| - <magentoCLI command="cron:run --group=default" stepKey="runCronFour"/> |
| 113 | + <magentoCron groups="default" stepKey="runCronFour"/> |
113 | 114 |
|
114 | 115 | <createData entity="CreditMemo" stepKey="refundOrderThree">
|
115 | 116 | <requiredEntity createDataKey="createGuestCartThree"/>
|
116 | 117 | </createData>
|
117 | 118 |
|
118 |
| - <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"/> |
| 119 | + <magentoCron groups="default" stepKey="runCronFive"/> |
| 120 | + <comment userInput="Preserve BIC" stepKey="runCronSix"/> |
| 121 | + <comment userInput="Preserve BIC" stepKey="runCronSeven"/> |
| 122 | + <comment userInput="Preserve BIC" stepKey="runCronEight"/> |
| 123 | + <comment userInput="Preserve BIC" stepKey="runCronNine"/> |
| 124 | + |
123 | 125 |
|
124 | 126 | <actionGroup ref="AdminLoginActionGroup" stepKey="LoginAsAdmin"/>
|
125 | 127 |
|
|
135 | 137 | <argument name="entityId" value="$createGuestCartOne.return$"/>
|
136 | 138 | </actionGroup>
|
137 | 139 |
|
138 |
| - <waitForPageLoad time="30" stepKey="waitForPageLoadOne"/> |
| 140 | + <wait time="30" stepKey="waitForPageLoadOne"/> |
139 | 141 |
|
140 | 142 | <actionGroup ref="AdminOpenInvoiceTabFromOrderPageActionGroup" stepKey="openInvoicesTabOrdersPageOne"/>
|
141 | 143 | <waitForLoadingMaskToDisappear stepKey="waitForInvoiceGridLoadingMask1" after="openInvoicesTabOrdersPageOne"/>
|
|
150 | 152 | <argument name="entityId" value="$createGuestCartTwo.return$"/>
|
151 | 153 | </actionGroup>
|
152 | 154 |
|
153 |
| - <waitForPageLoad time="30" stepKey="waitForPageLoadTwo"/> |
| 155 | + <wait time="30" stepKey="waitForPageLoadTwo"/> |
154 | 156 |
|
155 | 157 | <actionGroup ref="AdminOpenInvoiceTabFromOrderPageActionGroup" stepKey="openInvoicesTabOrdersPageTwo"/>
|
156 | 158 | <waitForLoadingMaskToDisappear stepKey="waitForInvoiceGridLoadingMask2" after="openInvoicesTabOrdersPageTwo"/>
|
|
165 | 167 | <argument name="entityId" value="$createGuestCartThree.return$"/>
|
166 | 168 | </actionGroup>
|
167 | 169 |
|
168 |
| - <waitForPageLoad time="30" stepKey="waitForPageLoadThree"/> |
| 170 | + <wait time="30" stepKey="waitForPageLoadThree"/> |
169 | 171 |
|
170 | 172 | <actionGroup ref="AdminOpenInvoiceTabFromOrderPageActionGroup" stepKey="openInvoicesTabOrdersPageThree"/>
|
171 | 173 | <waitForLoadingMaskToDisappear stepKey="waitForInvoiceGridLoadingMask3" after="openInvoicesTabOrdersPageThree"/>
|
|
0 commit comments