|
46 | 46 | <requiredEntity createDataKey="createGuestCartOne"/>
|
47 | 47 | </updateData>
|
48 | 48 |
|
49 |
| - <magentoCLI command="cron:run" stepKey="runCronOne"/> |
| 49 | + <magentoCLI command="cron:run --group=default" stepKey="runCronOne"/> |
50 | 50 |
|
51 | 51 | <createData entity="Invoice" stepKey="invoiceOrderOne">
|
52 | 52 | <requiredEntity createDataKey="createGuestCartOne"/>
|
|
68 | 68 | <requiredEntity createDataKey="createGuestCartOne"/>
|
69 | 69 | </createData>
|
70 | 70 |
|
71 |
| - <magentoCLI command="cron:run" stepKey="runCronTwo"/> |
| 71 | + <magentoCLI command="cron:run --group=default" stepKey="runCronTwo"/> |
72 | 72 |
|
73 | 73 | <createData entity="GuestCart" stepKey="createGuestCartThree"/>
|
74 | 74 | <createData entity="SimpleCartItem" stepKey="addCartItemThree">
|
|
94 | 94 | <requiredEntity createDataKey="createGuestCartTwo"/>
|
95 | 95 | </createData>
|
96 | 96 |
|
97 |
| - <magentoCLI command="cron:run" stepKey="runCronThree"/> |
| 97 | + <magentoCLI command="cron:run --group=default" stepKey="runCronThree"/> |
98 | 98 |
|
99 | 99 | <createData entity="Invoice" stepKey="invoiceOrderTwo">
|
100 | 100 | <requiredEntity createDataKey="createGuestCartTwo"/>
|
|
108 | 108 | <requiredEntity createDataKey="createGuestCartTwo"/>
|
109 | 109 | </createData>
|
110 | 110 |
|
111 |
| - <magentoCLI command="cron:run" stepKey="runCronFour"/> |
| 111 | + <magentoCLI command="cron:run --group=default" stepKey="runCronFour"/> |
112 | 112 |
|
113 | 113 | <createData entity="CreditMemo" stepKey="refundOrderThree">
|
114 | 114 | <requiredEntity createDataKey="createGuestCartThree"/>
|
115 | 115 | </createData>
|
116 | 116 |
|
117 |
| - <magentoCLI command="cron:run" stepKey="runCronFive"/> |
118 |
| - <magentoCLI command="cron:run" stepKey="runCronSix"/> |
119 |
| - <magentoCLI command="cron:run" stepKey="runCronSeven"/> |
| 117 | + <magentoCLI command="cron:run --group=default" stepKey="runCronFive"/> |
| 118 | + <magentoCLI command="cron:run --group=default" stepKey="runCronSix"/> |
| 119 | + <magentoCLI command="cron:run --group=default" stepKey="runCronSeven"/> |
| 120 | + <magentoCLI command="cron:run --group=default" stepKey="runCronEight"/> |
| 121 | + <magentoCLI command="cron:run --group=default" stepKey="runCronNine"/> |
120 | 122 |
|
121 | 123 | <actionGroup ref="AdminLoginActionGroup" stepKey="LoginAsAdmin"/>
|
122 | 124 |
|
|
132 | 134 | <argument name="entityId" value="$createGuestCartOne.return$"/>
|
133 | 135 | </actionGroup>
|
134 | 136 |
|
| 137 | + <waitForPageLoad time="30" stepKey="waitForPageLoadOne"/> |
| 138 | + |
135 | 139 | <actionGroup ref="AdminOpenInvoiceTabFromOrderPageActionGroup" stepKey="openInvoicesTabOrdersPageOne"/>
|
136 | 140 | <waitForLoadingMaskToDisappear stepKey="waitForInvoiceGridLoadingMask1" after="openInvoicesTabOrdersPageOne"/>
|
137 | 141 | <waitForElementVisible selector="{{AdminOrderInvoicesTabSection.viewInvoice}}" stepKey="waitForInvoicesTabOpenedOne"/>
|
|
145 | 149 | <argument name="entityId" value="$createGuestCartTwo.return$"/>
|
146 | 150 | </actionGroup>
|
147 | 151 |
|
| 152 | + <waitForPageLoad time="30" stepKey="waitForPageLoadTwo"/> |
| 153 | + |
148 | 154 | <actionGroup ref="AdminOpenInvoiceTabFromOrderPageActionGroup" stepKey="openInvoicesTabOrdersPageTwo"/>
|
149 | 155 | <waitForLoadingMaskToDisappear stepKey="waitForInvoiceGridLoadingMask2" after="openInvoicesTabOrdersPageTwo"/>
|
150 | 156 | <waitForElementVisible selector="{{AdminOrderInvoicesTabSection.viewInvoice}}" stepKey="waitForInvoicesTabOpenedTwo"/>
|
|
158 | 164 | <argument name="entityId" value="$createGuestCartThree.return$"/>
|
159 | 165 | </actionGroup>
|
160 | 166 |
|
| 167 | + <waitForPageLoad time="30" stepKey="waitForPageLoadThree"/> |
| 168 | + |
161 | 169 | <actionGroup ref="AdminOpenInvoiceTabFromOrderPageActionGroup" stepKey="openInvoicesTabOrdersPageThree"/>
|
162 | 170 | <waitForLoadingMaskToDisappear stepKey="waitForInvoiceGridLoadingMask3" after="openInvoicesTabOrdersPageThree"/>
|
163 | 171 | <waitForElementVisible selector="{{AdminOrderInvoicesTabSection.viewInvoice}}" stepKey="waitForInvoicesTabOpenedThree"/>
|
|
0 commit comments