summaryrefslogtreecommitdiff
path: root/addons/project/tests/test_project_ui.py
diff options
context:
space:
mode:
Diffstat (limited to 'addons/project/tests/test_project_ui.py')
-rw-r--r--addons/project/tests/test_project_ui.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/addons/project/tests/test_project_ui.py b/addons/project/tests/test_project_ui.py
new file mode 100644
index 00000000..9fd5ee2c
--- /dev/null
+++ b/addons/project/tests/test_project_ui.py
@@ -0,0 +1,10 @@
+# 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")