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

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")