|
20 | 20 | <group value="cloud"/>
|
21 | 21 | </annotations>
|
22 | 22 | <before>
|
23 |
| - <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="LoginAsAdmin"/> |
| 23 | + <comment userInput="BIC workaround" stepKey="LoginAsAdmin"/> |
24 | 24 | <!-- Enable Flat rate-->
|
25 | 25 | <magentoCLI command="config:set {{EnableFlatRateConfigData.path}} {{EnableFlatRateConfigData.value}}" stepKey="enableFlatRate"/>
|
26 | 26 | <createData entity="_defaultCategory" stepKey="createCategory"/>
|
|
90 | 90 |
|
91 | 91 | <createData entity="Simple_US_Customer" stepKey="createCustomer"/>
|
92 | 92 |
|
93 |
| - <comment userInput="Adding the comment to replace CliIndexerReindexActionGroup action group ('indexer:reindex' commands) for preserving Backward Compatibility" stepKey="reindex"/> |
94 |
| - <comment userInput="Adding the comment to replace CliCacheFlushActionGroup action group ('cache:flush' command) for preserving Backward Compatibility" stepKey="flushCache"/> |
| 93 | + <comment userInput="BIC workaround" stepKey="reindex"/> |
| 94 | + <comment userInput="BIC workaround" stepKey="flushCache"/> |
95 | 95 | </before>
|
96 | 96 | <after>
|
97 |
| - <comment userInput="config:set DisableFlatRateConfigData.path DisableFlatRateConfigData.value" stepKey="disableFlatRate"/> |
| 97 | + <comment userInput="BIC workaround" stepKey="disableFlatRate"/> |
98 | 98 | <deleteData createDataKey="createCategory" stepKey="deleteCategory"/>
|
| 99 | + <actionGroup ref="CliIndexerReindexActionGroup" stepKey="reindex"> |
| 100 | + <argument name="indices" value=""/> |
| 101 | + </actionGroup> |
| 102 | + <actionGroup ref="CliCacheCleanActionGroup" stepKey="cleanCache"> |
| 103 | + <argument name="tags" value="full_page"/> |
| 104 | + </actionGroup> |
99 | 105 | <deleteData createDataKey="createProduct01" stepKey="deleteProduct1"/>
|
100 | 106 | <deleteData createDataKey="createProduct02" stepKey="deleteProduct2"/>
|
101 | 107 | <deleteData createDataKey="createProduct03" stepKey="deleteProduct3"/>
|
|
120 | 126 |
|
121 | 127 | <actionGroup ref="StorefrontCustomerLogoutActionGroup" stepKey="logoutCustomer" />
|
122 | 128 | <deleteData createDataKey="createCustomer" stepKey="deleteCustomer"/>
|
123 |
| - <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="logout"/> |
| 129 | + <comment userInput="BIC workaround" stepKey="logout"/> |
124 | 130 | </after>
|
125 | 131 |
|
126 | 132 | <actionGroup ref="LoginToStorefrontActionGroup" stepKey="loginAsCustomer">
|
127 | 133 | <argument name="Customer" value="$$createCustomer$$" />
|
128 | 134 | </actionGroup>
|
129 | 135 |
|
130 |
| - <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="onCategoryPage"/> |
131 |
| - <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="waitForPageLoad"/> |
132 |
| - <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="scrollToLimiter"/> |
133 |
| - <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="selectLimitOnPage"/> |
134 |
| - <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="waitForLoadProducts"/> |
135 |
| - <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="scrollToTopOfPage"/> |
| 136 | + <comment userInput="BIC workaround" stepKey="onCategoryPage"/> |
| 137 | + <comment userInput="BIC workaround" stepKey="waitForPageLoad"/> |
| 138 | + <comment userInput="BIC workaround" stepKey="scrollToLimiter"/> |
| 139 | + <comment userInput="BIC workaround" stepKey="selectLimitOnPage"/> |
| 140 | + <comment userInput="BIC workaround" stepKey="waitForLoadProducts"/> |
| 141 | + <comment userInput="BIC workaround" stepKey="scrollToTopOfPage"/> |
136 | 142 |
|
137 | 143 | <createData entity="CustomerCart" stepKey="createCustomerCart">
|
138 | 144 | <requiredEntity createDataKey="createCustomer"/>
|
|
222 | 228 | <requiredEntity createDataKey="createProduct21"/>
|
223 | 229 | </createData>
|
224 | 230 |
|
225 |
| - <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="onCheckout"/> |
226 |
| - <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="see21Products"/> |
227 |
| - <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="clickNextButton"/> |
| 231 | + <comment userInput="BIC workaround" stepKey="onCheckout"/> |
| 232 | + <comment userInput="BIC workaround" stepKey="see21Products"/> |
| 233 | + <comment userInput="BIC workaround" stepKey="clickNextButton"/> |
228 | 234 |
|
229 | 235 | <createData entity="CustomerAddressInformation" stepKey="addCustomerOrderAddress">
|
230 | 236 | <requiredEntity createDataKey="createCustomerCart"/>
|
|
234 | 240 | <requiredEntity createDataKey="createCustomerCart"/>
|
235 | 241 | </updateData>
|
236 | 242 |
|
237 |
| - <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="waitForSuccess"/> |
238 |
| - <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="grabOrderNumber"/> |
239 |
| - <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="onMyAccount"/> |
240 |
| - <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="clickOnMyOrders"/> |
241 |
| - <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="waitForOrdersLoad"/> |
242 |
| - <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="clickOrderView"/> |
243 |
| - <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="waitForOrderPageLoad"/> |
| 243 | + <comment userInput="BIC workaround" stepKey="waitForSuccess"/> |
| 244 | + <comment userInput="BIC workaround" stepKey="grabOrderNumber"/> |
| 245 | + <comment userInput="BIC workaround" stepKey="onMyAccount"/> |
| 246 | + <comment userInput="BIC workaround" stepKey="clickOnMyOrders"/> |
| 247 | + <comment userInput="BIC workaround" stepKey="waitForOrdersLoad"/> |
| 248 | + <comment userInput="BIC workaround" stepKey="clickOrderView"/> |
| 249 | + <comment userInput="BIC workaround" stepKey="waitForOrderPageLoad"/> |
244 | 250 |
|
245 | 251 | <getData entity="GetOrderData" stepKey="getOrderData">
|
246 | 252 | <requiredEntity createDataKey="createCustomerCart"/>
|
|
0 commit comments