project/tests/test_project_ui.py

11 lines
281 B
Python
Raw Normal View History

2024-04-12 12:07:51 +03:00
# Part of Odoo. See LICENSE file for full copyright and licensing details.
import odoo.tests
@odoo.tests.tagged('post_install', '-at_install')
class TestUi(odoo.tests.HttpCase):
def test_01_project_tour(self):
self.start_tour("/web", 'project_tour', login="admin")