Skip to content

Commit 3333a87

Browse files
committed
[IMP] website_sale_wishlist: re-enable test_01_wishlist_tour tour
`test_01_wishlist_tour` test was disabled after the new website builder changes. This commit re-enables this test.
1 parent d6f4fb3 commit 3333a87

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,11 @@
22

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

76

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

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

0 commit comments

Comments
 (0)