diff --git a/document_page_portal/tests/test_document_page_portal.py b/document_page_portal/tests/test_document_page_portal.py index af3c2bc5..965065c2 100644 --- a/document_page_portal/tests/test_document_page_portal.py +++ b/document_page_portal/tests/test_document_page_portal.py @@ -16,7 +16,7 @@ class TestPortalDocumentPage(odoo.tests.HttpCase): } ) - self.phantom_js( + self.tour( "/", "odoo.__DEBUG__.services['web_tour.tour']" ".run('document_page_portal_tour')", @@ -26,7 +26,7 @@ class TestPortalDocumentPage(odoo.tests.HttpCase): ) def test_02_document_page_portal_tour(self): - self.phantom_js( + self.tour( "/", "odoo.__DEBUG__.services['web_tour.tour']" ".run('document_page_portal_search_tour')",