# -*- coding: utf-8 -*-
import odoo.tests
@odoo.tests.tagged('-at_install', 'post_install')
class TestUi(odoo.tests.HttpCase):
def test_ui(self):
self.start_tour("/web", 'sign_widgets_tour', login='admin')