flectra/addons/website_event/tests/test_ui.py
2018-01-16 02:34:37 -08:00

9 lines
337 B
Python

import flectra.tests
@flectra.tests.common.at_install(False)
@flectra.tests.common.post_install(True)
class TestUi(flectra.tests.HttpCase):
def test_admin(self):
self.phantom_js("/", "flectra.__DEBUG__.services['web_tour.tour'].run('event')", "flectra.__DEBUG__.services['web_tour.tour'].tours.event.ready", login='admin')