Changed to browser_js to second function

This commit is contained in:
Davit Lomauridze 2024-06-28 17:21:38 +04:00
parent 100cc205af
commit 56a092a44d

View File

@ -26,7 +26,7 @@ class TestPortalDocumentPage(odoo.tests.HttpCase):
)
def test_02_document_page_portal_tour(self):
self.start_tour(
self.browser_js(
"/",
"odoo.__DEBUG__.services['web_tour.tour']"
".run('document_page_portal_search_tour')",