mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-24 17:38:42 -06:00
Changed to browser_js to second function
This commit is contained in:
parent
00366bab86
commit
100cc205af
@ -25,12 +25,12 @@ class TestPortalDocumentPage(odoo.tests.HttpCase):
|
|||||||
login="portal",
|
login="portal",
|
||||||
)
|
)
|
||||||
|
|
||||||
# def test_02_document_page_portal_tour(self):
|
def test_02_document_page_portal_tour(self):
|
||||||
# self.start_tour(
|
self.start_tour(
|
||||||
# "/",
|
"/",
|
||||||
# "odoo.__DEBUG__.services['web_tour.tour']"
|
"odoo.__DEBUG__.services['web_tour.tour']"
|
||||||
# ".run('document_page_portal_search_tour')",
|
".run('document_page_portal_search_tour')",
|
||||||
# "odoo.__DEBUG__.services['web_tour.tour']"
|
"odoo.__DEBUG__.services['web_tour.tour']"
|
||||||
# ".tours.document_page_portal_search_tour.ready",
|
".tours.document_page_portal_search_tour.ready",
|
||||||
# login="portal",
|
login="portal",
|
||||||
# )
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user