flectra/addons/sale_management/tests/test_sale_ui.py

10 lines
439 B
Python
Raw Normal View History

2018-01-16 11:34:37 +01:00
import flectra.tests
# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
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):
def test_01_sale_tour(self):
2018-01-16 11:34:37 +01:00
self.phantom_js("/web", "flectra.__DEBUG__.services['web_tour.tour'].run('sale_tour')", "flectra.__DEBUG__.services['web_tour.tour'].tours.sale_tour.ready", login="admin")