1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/helpdesk/tests/test_ui.py
2024-12-10 09:04:09 +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")