File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
app/code/Magento/Wishlist/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 216
216
<argument name =" optionName" value =" $$createBundleOption1_1.value$$" />
217
217
</actionGroup >
218
218
219
+ <!-- Assert Configurable product is present in wishlist -->
220
+ <actionGroup ref =" AssertProductQuantityInWishlistActionGroup" stepKey =" assertConfigurableProductPresent" >
221
+ <argument name =" productName" value =" $createConfigurableProduct.name$" />
222
+ <argument name =" productQuantity" value =" 100" />
223
+ </actionGroup >
224
+
225
+ <!-- Go to Configurable PDP from Wishlist -->
226
+ <actionGroup ref =" StorefrontCustomerAccessProductFromWishlistActionGroup" stepKey =" goToConfigurableProductPage" >
227
+ <argument name =" productVar" value =" $createConfigurableProduct.name$" />
228
+ <argument name =" quantity" value =" 100" />
229
+ </actionGroup >
230
+
219
231
</test >
220
232
</tests >
You can’t perform that action at this time.
0 commit comments