We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6f4fb3 commit 3333a87Copy full SHA for 3333a87
addons/website_sale_wishlist/tests/test_wishlist_process.py
@@ -2,14 +2,11 @@
2
3
from odoo.fields import Command
4
from odoo.tests import HttpCase, tagged
5
-import unittest
6
7
8
@tagged('-at_install', 'post_install')
9
class TestWishlistProcess(HttpCase):
10
11
- # TODO master-mysterious-egg fix error
12
- @unittest.skip("prepare mysterious-egg for merging")
13
def test_01_wishlist_tour(self):
14
self.env['product.template'].search([]).write({'website_published': False})
15
# Setup attributes and attributes values
0 commit comments