Skip to content

Commit 75c16ec

Browse files
committed
MAGETWO-36224: Success message is absent while adding product with options from wishlist to shopping cart
- Functional test fix
1 parent a40b6e9 commit 75c16ec

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/AddProductsToCartFromCustomerWishlistOnFrontendTest.php

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,6 @@ class AddProductsToCartFromCustomerWishlistOnFrontendTest extends AbstractWishli
3131
const DOMAIN = 'CS';
3232
/* end tags */
3333

34-
/**
35-
* Prepare data for test
36-
*
37-
* @param Customer $customer
38-
* @return array
39-
*/
40-
public function __prepare(Customer $customer)
41-
{
42-
$customer->persist();
43-
44-
return ['customer' => $customer];
45-
}
46-
4734
/**
4835
* Run suggest searching result test.
4936
*

0 commit comments

Comments
 (0)