|
@ -13,6 +13,6 @@ class TestUi(odoo.tests.HttpCase): |
|
|
# without a delay there might be problems on the steps whilst opening a POS |
|
|
# without a delay there might be problems on the steps whilst opening a POS |
|
|
# caused by a not yet loaded button's action |
|
|
# caused by a not yet loaded button's action |
|
|
self.phantom_js("/web", |
|
|
self.phantom_js("/web", |
|
|
"odoo.__DEBUG__.services['web_tour.tour'].run('pos_keyboard_tour', 100)", |
|
|
|
|
|
|
|
|
"odoo.__DEBUG__.services['web_tour.tour'].run('pos_keyboard_tour', 500)", |
|
|
"odoo.__DEBUG__.services['web_tour.tour'].tours.pos_keyboard_tour.ready", |
|
|
"odoo.__DEBUG__.services['web_tour.tour'].tours.pos_keyboard_tour.ready", |
|
|
login="admin") |
|
|
login="admin") |