Skip to content

Commit 3273036

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
</actionGroup>
156156

157157
<!--Click "Customize and Add to Cart" button-->
158-
<click selector="{{StorefrontBundledSection.addToCart}}" stepKey="clickCustomize"/>
158+
<click selector="{{StorefrontBundledSection.addToCart}}" stepKey="clickBundleCustomize1"/>
159159

160160
<!-- Add Bundle product to the wishlist -->
161161
<actionGroup ref="StorefrontCustomerAddBundleProductQuantityAndAddToWishListActionGroup" stepKey="addBundleProductToWishlist">
@@ -205,6 +205,9 @@
205205
<argument name="quantity" value="100"/>
206206
</actionGroup>
207207

208+
<!--Click "Customize and Add to Cart" button-->
209+
<click selector="{{StorefrontBundledSection.addToCart}}" stepKey="clickBundleCustomize2"/>
210+
208211
<!-- Add Bundle product to the wishlist -->
209212
<actionGroup ref="StorefrontCustomerAddBundleProductQuantityAndAddToWishListActionGroup" stepKey="readdBundleProductToWishlist">
210213
<argument name="productVar" value="$createBundleProduct$"/>

0 commit comments

Comments
 (0)