diff options
Diffstat (limited to 'addons/test_mail/tests/test_ui.py')
| -rw-r--r-- | addons/test_mail/tests/test_ui.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/addons/test_mail/tests/test_ui.py b/addons/test_mail/tests/test_ui.py new file mode 100644 index 00000000..82858b52 --- /dev/null +++ b/addons/test_mail/tests/test_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_mail_tour(self): + self.start_tour("/web", 'mail_tour', login="admin") |
