[MIG] document_page_portal: Migration to 13.0

This commit is contained in:
Marcel Savegnago
2021-02-28 17:27:36 -03:00
parent b7f4fa7ebc
commit ab0c0f7d52
5 changed files with 16 additions and 37 deletions

View File

@@ -5,7 +5,7 @@ import odoo.tests
@odoo.tests.tagged("post_install", "-at_install")
class TestUi(odoo.tests.HttpCase):
class TestPortalDocumentPage(odoo.tests.HttpCase):
def test_01_document_page_portal_tour(self):
# Create a public document
self.env["document.page"].create(
@@ -25,6 +25,7 @@ class TestUi(odoo.tests.HttpCase):
login="portal",
)
def test_02_document_page_portal_tour(self):
self.phantom_js(
"/",
"odoo.__DEBUG__.services['web_tour.tour']"