mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-25 01:48:41 -06:00
[FIX]document_page_portal: added back req file
This commit is contained in:
parent
570dbb4391
commit
f736d4648a
@ -16,7 +16,7 @@ class TestPortalDocumentPage(odoo.tests.HttpCase):
|
|||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
self.browser_js(
|
self.start_tour(
|
||||||
"/",
|
"/",
|
||||||
"odoo.__DEBUG__.services['web_tour.tour']"
|
"odoo.__DEBUG__.services['web_tour.tour']"
|
||||||
".run('document_page_portal_tour')",
|
".run('document_page_portal_tour')",
|
||||||
@ -26,7 +26,7 @@ class TestPortalDocumentPage(odoo.tests.HttpCase):
|
|||||||
)
|
)
|
||||||
|
|
||||||
def test_02_document_page_portal_tour(self):
|
def test_02_document_page_portal_tour(self):
|
||||||
self.browser_js(
|
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')",
|
||||||
|
1
requirements.txt
Normal file
1
requirements.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
odoo_test_helper
|
Loading…
Reference in New Issue
Block a user