Odoo18-Base/enterprise-17.0/helpdesk/tests/test_ui.py
2025-01-06 10:57:38 +07:00

11 lines
292 B
Python

# Part of Odoo. See LICENSE file for full copyright and licensing details.
# -*- coding: utf-8 -*-
import odoo.tests
@odoo.tests.tagged('post_install', '-at_install')
class TestUi(odoo.tests.HttpCase):
def test_ui(self):
self.start_tour("/web", 'helpdesk_tour', login="admin")