|
90 | 90 | <createData entity="ConfigurableProductAddChild" stepKey="createConfigurableProductAddChild1"> |
91 | 91 | <requiredEntity createDataKey="createConfigurableProduct"/> |
92 | 92 | <requiredEntity createDataKey="createConfigurableChildProduct1"/> |
| 93 | + </createData> |
| 94 | + <createData entity="ConfigurableProductAddChild" stepKey="createConfigurableProductAddChild2"> |
| 95 | + <requiredEntity createDataKey="createConfigurableProduct"/> |
93 | 96 | <requiredEntity createDataKey="createConfigurableChildProduct2"/> |
94 | 97 | </createData> |
95 | 98 |
|
|
219 | 222 | <argument name="product" value="$$createBundleProduct$$"/> |
220 | 223 | </actionGroup> |
221 | 224 |
|
222 | | - <!-- Open Configurable Product page --> |
| 225 | + <!-- Open Configurable Product page 1 --> |
223 | 226 | <actionGroup ref="StorefrontOpenProductPageActionGroup" stepKey="openConfigurableProductPage1"> |
224 | 227 | <argument name="productUrl" value="$createConfigurableProduct.custom_attributes[url_key]$"/> |
225 | 228 | </actionGroup> |
|
230 | 233 | <argument name="quantity" value="10"/> |
231 | 234 | </actionGroup> |
232 | 235 |
|
233 | | - <!-- Open Configurable Product page --> |
| 236 | + <!-- Open Configurable Product page 2 --> |
234 | 237 | <actionGroup ref="StorefrontOpenProductPageActionGroup" stepKey="openConfigurableProductPage2"> |
235 | 238 | <argument name="productUrl" value="$createConfigurableProduct.custom_attributes[url_key]$"/> |
236 | 239 | </actionGroup> |
|
242 | 245 | <argument name="option" value="$$getConfigAttributeOption1.value$$" /> |
243 | 246 | </actionGroup> |
244 | 247 |
|
245 | | - <!-- Assert Configurable product is present in Wish List --> |
| 248 | + <!-- Assert Configurable product is present in Wish List 1 --> |
246 | 249 | <actionGroup ref="AssertProductQuantityInWishlistActionGroup" stepKey="assertConfigurableProductPresent1"> |
247 | 250 | <argument name="productName" value="$createConfigurableProduct.name$"/> |
248 | 251 | <argument name="productQuantity" value="10"/> |
249 | 252 | </actionGroup> |
250 | 253 |
|
251 | | - <!-- Assert Configurable product is present in Wish List --> |
| 254 | + <!-- Assert Configurable product is present in Wish List 2 --> |
252 | 255 | <actionGroup ref="AssertProductQuantityInWishlistActionGroup" stepKey="assertConfigurableProductPresent2"> |
253 | 256 | <argument name="productName" value="$createConfigurableProduct.name$"/> |
254 | 257 | <argument name="productQuantity" value="100"/> |
255 | 258 | </actionGroup> |
256 | 259 |
|
257 | | - <!-- Go to Configurable PDP from Wishlist --> |
| 260 | + <!-- Go to Configurable PDP from Wishlist 1 --> |
258 | 261 | <actionGroup ref="StorefrontCustomerAccessProductFromWishlistActionGroup" stepKey="goToConfigurableProductPage"> |
259 | 262 | <argument name="productVar" value="$createConfigurableProduct.name$"/> |
260 | 263 | <argument name="quantity" value="10"/> |
|
294 | 297 | <argument name="productQuantity" value="100"/> |
295 | 298 | </actionGroup> |
296 | 299 |
|
297 | | - <!-- Remove Configurable Product from Wish list --> |
298 | | - <actionGroup ref="StorefrontCustomerRemoveProductFromWishlistUsingSidebarActionGroup" stepKey="removeConfigurableProductFromWishlist"> |
| 300 | + <!-- Remove Configurable Product from Wish list 1 --> |
| 301 | + <actionGroup ref="StorefrontCustomerRemoveProductFromWishlistUsingSidebarActionGroup" stepKey="removeConfigurableProductFromWishlist1"> |
| 302 | + <argument name="product" value="$$createConfigurableProduct$$"/> |
| 303 | + </actionGroup> |
| 304 | + |
| 305 | + <!-- Remove Configurable Product from Wish list 2 --> |
| 306 | + <actionGroup ref="StorefrontCustomerRemoveProductFromWishlistUsingSidebarActionGroup" stepKey="removeConfigurableProductFromWishlist2"> |
299 | 307 | <argument name="product" value="$$createConfigurableProduct$$"/> |
300 | 308 | </actionGroup> |
301 | 309 | </test> |
|
0 commit comments