|
18 | 18 | <group value="sales"/>
|
19 | 19 | </annotations>
|
20 | 20 | <before>
|
21 |
| - <magentoCLI command="config:set dev/grid/async_indexing 1" stepKey="enableAsyncIndexing"/> |
| 21 | + <magentoCLI command="config:set {{EnableFlatRateConfigData.path}} {{EnableFlatRateConfigData.value}}" stepKey="enableFlatRate"/> |
| 22 | + <magentoCLI command="config:set {{AsyncGridsIndexingConfigData.enable_option}}" stepKey="enableAsyncIndexing"/> |
22 | 23 | <magentoCLI command="cache:clean" stepKey="cacheCleanBefore"/>
|
23 | 24 | <createData entity="ApiCategory" stepKey="createCategory"/>
|
24 | 25 | <createData entity="defaultSimpleProduct" stepKey="createSimpleProduct">
|
|
27 | 28 | </before>
|
28 | 29 |
|
29 | 30 | <after>
|
30 |
| - <magentoCLI command="config:set dev/grid/async_indexing 0" stepKey="disableAsyncIndexing"/> |
| 31 | + <magentoCLI command="config:set {{AsyncGridsIndexingConfigData.disable_option}}" stepKey="disableAsyncIndexing"/> |
31 | 32 | <magentoCLI command="cache:clean" stepKey="cacheCleanAfter"/>
|
32 | 33 | <deleteData createDataKey="createCategory" stepKey="deleteCategory"/>
|
33 | 34 | <deleteData createDataKey="createSimpleProduct" stepKey="deleteProduct"/>
|
|
46 | 47 | <requiredEntity createDataKey="createGuestCartOne"/>
|
47 | 48 | </updateData>
|
48 | 49 |
|
49 |
| - <magentoCLI command="cron:run" stepKey="runCronOne"/> |
| 50 | + <magentoCLI command="cron:run --group=default" stepKey="runCronOne"/> |
50 | 51 |
|
51 | 52 | <createData entity="Invoice" stepKey="invoiceOrderOne">
|
52 | 53 | <requiredEntity createDataKey="createGuestCartOne"/>
|
|
68 | 69 | <requiredEntity createDataKey="createGuestCartOne"/>
|
69 | 70 | </createData>
|
70 | 71 |
|
71 |
| - <magentoCLI command="cron:run" stepKey="runCronTwo"/> |
| 72 | + <magentoCLI command="cron:run --group=default" stepKey="runCronTwo"/> |
72 | 73 |
|
73 | 74 | <createData entity="GuestCart" stepKey="createGuestCartThree"/>
|
74 | 75 | <createData entity="SimpleCartItem" stepKey="addCartItemThree">
|
|
94 | 95 | <requiredEntity createDataKey="createGuestCartTwo"/>
|
95 | 96 | </createData>
|
96 | 97 |
|
97 |
| - <magentoCLI command="cron:run" stepKey="runCronThree"/> |
| 98 | + <magentoCLI command="cron:run --group=default" stepKey="runCronThree"/> |
98 | 99 |
|
99 | 100 | <createData entity="Invoice" stepKey="invoiceOrderTwo">
|
100 | 101 | <requiredEntity createDataKey="createGuestCartTwo"/>
|
|
108 | 109 | <requiredEntity createDataKey="createGuestCartTwo"/>
|
109 | 110 | </createData>
|
110 | 111 |
|
111 |
| - <magentoCLI command="cron:run" stepKey="runCronFour"/> |
| 112 | + <magentoCLI command="cron:run --group=default" stepKey="runCronFour"/> |
112 | 113 |
|
113 | 114 | <createData entity="CreditMemo" stepKey="refundOrderThree">
|
114 | 115 | <requiredEntity createDataKey="createGuestCartThree"/>
|
115 | 116 | </createData>
|
116 | 117 |
|
117 |
| - <magentoCLI command="cron:run" stepKey="runCronFive"/> |
118 |
| - <magentoCLI command="cron:run" stepKey="runCronSix"/> |
119 |
| - <magentoCLI command="cron:run" stepKey="runCronSeven"/> |
| 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"/> |
120 | 123 |
|
121 | 124 | <actionGroup ref="AdminLoginActionGroup" stepKey="LoginAsAdmin"/>
|
122 | 125 |
|
|
132 | 135 | <argument name="entityId" value="$createGuestCartOne.return$"/>
|
133 | 136 | </actionGroup>
|
134 | 137 |
|
| 138 | + <waitForPageLoad time="30" stepKey="waitForPageLoadOne"/> |
| 139 | + |
135 | 140 | <actionGroup ref="AdminOpenInvoiceTabFromOrderPageActionGroup" stepKey="openInvoicesTabOrdersPageOne"/>
|
136 | 141 | <waitForLoadingMaskToDisappear stepKey="waitForInvoiceGridLoadingMask1" after="openInvoicesTabOrdersPageOne"/>
|
137 | 142 | <waitForElementVisible selector="{{AdminOrderInvoicesTabSection.viewInvoice}}" stepKey="waitForInvoicesTabOpenedOne"/>
|
|
145 | 150 | <argument name="entityId" value="$createGuestCartTwo.return$"/>
|
146 | 151 | </actionGroup>
|
147 | 152 |
|
| 153 | + <waitForPageLoad time="30" stepKey="waitForPageLoadTwo"/> |
| 154 | + |
148 | 155 | <actionGroup ref="AdminOpenInvoiceTabFromOrderPageActionGroup" stepKey="openInvoicesTabOrdersPageTwo"/>
|
149 | 156 | <waitForLoadingMaskToDisappear stepKey="waitForInvoiceGridLoadingMask2" after="openInvoicesTabOrdersPageTwo"/>
|
150 | 157 | <waitForElementVisible selector="{{AdminOrderInvoicesTabSection.viewInvoice}}" stepKey="waitForInvoicesTabOpenedTwo"/>
|
|
158 | 165 | <argument name="entityId" value="$createGuestCartThree.return$"/>
|
159 | 166 | </actionGroup>
|
160 | 167 |
|
| 168 | + <waitForPageLoad time="30" stepKey="waitForPageLoadThree"/> |
| 169 | + |
161 | 170 | <actionGroup ref="AdminOpenInvoiceTabFromOrderPageActionGroup" stepKey="openInvoicesTabOrdersPageThree"/>
|
162 | 171 | <waitForLoadingMaskToDisappear stepKey="waitForInvoiceGridLoadingMask3" after="openInvoicesTabOrdersPageThree"/>
|
163 | 172 | <waitForElementVisible selector="{{AdminOrderInvoicesTabSection.viewInvoice}}" stepKey="waitForInvoicesTabOpenedThree"/>
|
|
0 commit comments