Skip to content

Commit 64e6026

Browse files
committed
[IMP] website_sale_wishlist: re-enable test_01_wishlist_tour tour
1 parent 0e102b9 commit 64e6026

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

addons/website_sale_wishlist/tests/test_wishlist_process.py

-3
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,10 @@
22

33
from odoo.fields import Command
44
from odoo.tests import HttpCase, tagged
5-
import unittest
65

76
@tagged('-at_install', 'post_install')
87
class TestWishlistProcess(HttpCase):
98

10-
# TODO master-mysterious-egg fix error
11-
@unittest.skip("prepare mysterious-egg for merging")
129
def test_01_wishlist_tour(self):
1310
self.env['product.template'].search([]).write({'website_published': False})
1411
# Setup attributes and attributes values

0 commit comments

Comments
 (0)