You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
422 B
14 lines
422 B
import odoo.tests
|
|
|
|
|
|
@odoo.tests.tagged('pos_install', '-at-install')
|
|
class TestUi(odoo.tests.HttpCase):
|
|
|
|
def test_01_pos_container_tour(self):
|
|
self.phantom_js(
|
|
"/web",
|
|
"odoo.__DEBUG__.services['web_tour.tour']" +
|
|
".run('pos_container_tour')",
|
|
"odoo.__DEBUG__.services['web_tour.tour']" +
|
|
".tours.pos_container_tour.ready",
|
|
login="admin")
|