Skip to content

Commit bdfb03e

Browse files
committed
ACP2E-1784: updated mftf
1 parent 3273036 commit bdfb03e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

app/code/Magento/Wishlist/Test/Mftf/Test/StorefrontAddProductsWithCustomizedQuantitiesTest.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,5 +216,17 @@
216216
<argument name="optionName" value="$$createBundleOption1_1.value$$" />
217217
</actionGroup>
218218

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+
219231
</test>
220232
</tests>

0 commit comments

Comments
 (0)