[FIX]document_page_portal: changed phantom_js to tour

This commit is contained in:
Davit Lomauridze 2024-05-14 11:01:34 +04:00
parent 285cda5af5
commit ae4e3caa03

View File

@ -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')",