mirror of
https://gitlab.com/flectra-hq/flectra.git
synced 2026-08-19 01:34:43 -05:00
12 lines
344 B
Python
12 lines
344 B
Python
# -*- coding: utf-8 -*-
|
|
# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
|
|
|
|
import flectra.tests
|
|
from flectra import tools
|
|
|
|
|
|
@flectra.tests.tagged('post_install', '-at_install')
|
|
class TestUi(flectra.tests.HttpCase):
|
|
def test_admin(self):
|
|
self.start_tour("/", 'event', login='admin', step_delay=100)
|