From 75c16ec86651068b3d0f766df352f231471cf7cb Mon Sep 17 00:00:00 2001
From: vsevostianov <vsevostianov@ebay.com>
Date: Tue, 21 Apr 2015 17:38:22 +0300
Subject: [PATCH] MAGETWO-36224: Success message is absent while adding product
 with options from wishlist to shopping cart

- Functional test fix
---
 ...uctsToCartFromCustomerWishlistOnFrontendTest.php | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/AddProductsToCartFromCustomerWishlistOnFrontendTest.php b/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/AddProductsToCartFromCustomerWishlistOnFrontendTest.php
index 3b904100aa5..227831ea819 100644
--- a/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/AddProductsToCartFromCustomerWishlistOnFrontendTest.php
+++ b/dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/AddProductsToCartFromCustomerWishlistOnFrontendTest.php
@@ -31,19 +31,6 @@ class AddProductsToCartFromCustomerWishlistOnFrontendTest extends AbstractWishli
     const DOMAIN = 'CS';
     /* end tags */
 
-    /**
-     * Prepare data for test
-     *
-     * @param Customer $customer
-     * @return array
-     */
-    public function __prepare(Customer $customer)
-    {
-        $customer->persist();
-
-        return ['customer' => $customer];
-    }
-
     /**
      * Run suggest searching result test.
      *
-- 
GitLab