|
@ -37,7 +37,7 @@ class PreviewTestCase(common.HttpCase): |
|
|
def tearDown(self): |
|
|
def tearDown(self): |
|
|
super(PreviewTestCase, self).tearDown() |
|
|
super(PreviewTestCase, self).tearDown() |
|
|
|
|
|
|
|
|
@unittest.skip("PhantonJS") |
|
|
|
|
|
|
|
|
@unittest.skip("PhantomJS") |
|
|
def test_preview(self): |
|
|
def test_preview(self): |
|
|
self.phantom_js("/web?debug=", |
|
|
self.phantom_js("/web?debug=", |
|
|
"odoo.__DEBUG__.services['web_tour.tour'].run('preview')", |
|
|
"odoo.__DEBUG__.services['web_tour.tour'].run('preview')", |
|
|