|
@ -39,7 +39,7 @@ class PreviewTestCase(common.HttpCase): |
|
|
super(PreviewTestCase, self).tearDown() |
|
|
super(PreviewTestCase, self).tearDown() |
|
|
|
|
|
|
|
|
def test_preview(self): |
|
|
def test_preview(self): |
|
|
self.phantom_js("/web", |
|
|
|
|
|
|
|
|
self.phantom_js("/?debug=assets", |
|
|
"odoo.__DEBUG__.services['web_tour.tour'].run('preview')", |
|
|
"odoo.__DEBUG__.services['web_tour.tour'].run('preview')", |
|
|
"odoo.__DEBUG__.services['web_tour.tour'].tours.preview.ready", |
|
|
"odoo.__DEBUG__.services['web_tour.tour'].tours.preview.ready", |
|
|
login="admin") |
|
|
login="admin") |