From b6491d69d06e0f65f33b8ced01b74bb9f3a8ef62 Mon Sep 17 00:00:00 2001 From: Sergey Semenov <ssemenov@ebay.com> Date: Wed, 22 Apr 2015 15:41:01 +0300 Subject: [PATCH] MAGETWO-36224: Success message is absent while adding product with options from wishlist to shopping cart --- .../AddProductsToCartFromCustomerWishlistOnFrontendTest.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/AddProductsToCartFromCustomerWishlistOnFrontendTest.xml b/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/AddProductsToCartFromCustomerWishlistOnFrontendTest.xml index 06699623768..1cf13be71e2 100644 --- a/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/AddProductsToCartFromCustomerWishlistOnFrontendTest.xml +++ b/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/AddProductsToCartFromCustomerWishlistOnFrontendTest.xml @@ -33,28 +33,24 @@ <constraint name="Magento\Wishlist\Test\Constraint\AssertProductsIsAbsentInWishlist" /> </variation> <variation name="AddProductsToCartFromCustomerWishlistOnFrontendTestVariation5"> - <data name="issue" xsi:type="string">Bug: MAGETWO-36224</data> <data name="products" xsi:type="string">downloadableProduct::with_two_separately_links</data> <data name="qty" xsi:type="string">-</data> <constraint name="Magento\Checkout\Test\Constraint\AssertProductQtyInShoppingCart" /> <constraint name="Magento\Wishlist\Test\Constraint\AssertProductsIsAbsentInWishlist" /> </variation> <variation name="AddProductsToCartFromCustomerWishlistOnFrontendTestVariation6"> - <data name="issue" xsi:type="string">Bug: MAGETWO-36224</data> <data name="products" xsi:type="string">configurableProduct::default</data> <data name="qty" xsi:type="string">3</data> <constraint name="Magento\Checkout\Test\Constraint\AssertProductQtyInShoppingCart" /> <constraint name="Magento\Wishlist\Test\Constraint\AssertProductsIsAbsentInWishlist" /> </variation> <variation name="AddProductsToCartFromCustomerWishlistOnFrontendTestVariation7"> - <data name="issue" xsi:type="string">Bug: MAGETWO-36224</data> <data name="products" xsi:type="string">bundleProduct::bundle_dynamic_product</data> <data name="qty" xsi:type="string">2</data> <constraint name="Magento\Checkout\Test\Constraint\AssertProductQtyInShoppingCart" /> <constraint name="Magento\Wishlist\Test\Constraint\AssertProductsIsAbsentInWishlist" /> </variation> <variation name="AddProductsToCartFromCustomerWishlistOnFrontendTestVariation8"> - <data name="issue" xsi:type="string">Bug: MAGETWO-36224</data> <data name="products" xsi:type="string">bundleProduct::bundle_fixed_product</data> <data name="qty" xsi:type="string">2</data> <constraint name="Magento\Checkout\Test\Constraint\AssertProductQtyInShoppingCart" /> -- GitLab