2018-01-16 11:34:37 +01:00
|
|
|
# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
|
2018-01-16 06:58:15 +01:00
|
|
|
|
2018-01-16 11:34:37 +01:00
|
|
|
import flectra.tests
|
2018-01-16 06:58:15 +01:00
|
|
|
|
|
|
|
|
2018-01-16 11:34:37 +01:00
|
|
|
@flectra.tests.common.at_install(False)
|
|
|
|
@flectra.tests.common.post_install(True)
|
|
|
|
class TestUi(flectra.tests.HttpCase):
|
2018-01-16 06:58:15 +01:00
|
|
|
def test_admin(self):
|
2018-01-16 11:34:37 +01:00
|
|
|
self.phantom_js("/", "flectra.__DEBUG__.services['web_tour.tour'].run('blog')", "flectra.__DEBUG__.services['web_tour.tour'].tours.blog.ready", login='admin')
|