@ -40,8 +40,6 @@
"depends": [
"base",
"web",
"web_tour",
"web_editor",
],
"data": [
"template/assets.xml",
@ -38,8 +38,9 @@ class PreviewTestCase(common.HttpCase):
def tearDown(self):
super(PreviewTestCase, self).tearDown()
@unittest.skip()
def test_preview(self):
self.phantom_js("/?debug=assets",
self.phantom_js("/web",
"odoo.__DEBUG__.services['web_tour.tour'].run('preview')",
"odoo.__DEBUG__.services['web_tour.tour'].tours.preview.ready",
login="admin")