12 lines
430 B
Python
12 lines
430 B
Python
# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
|
|
|
|
import flectra.tests
|
|
|
|
class TestUi(flectra.tests.HttpCase):
|
|
|
|
post_install = True
|
|
at_install = False
|
|
|
|
def test_01_admin_shop_customize_tour(self):
|
|
self.phantom_js("/", "flectra.__DEBUG__.services['web_tour.tour'].run('shop_customize')", "flectra.__DEBUG__.services['web_tour.tour'].tours.shop_customize.ready", login="admin")
|