Browse Source

🛡️ JS-tour for connect-disconnect keyboard

pull/155/head
fedoranvar 5 years ago
committed by Vincent Van Rossem
parent
commit
bb8368f1e3
  1. 2
      pos_keyboard/tests/test_pos_keyboard.py

2
pos_keyboard/tests/test_pos_keyboard.py

@ -13,6 +13,6 @@ class TestUi(odoo.tests.HttpCase):
# without a delay there might be problems on the steps whilst opening a POS
# caused by a not yet loaded button's action
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",
login="admin")
Loading…
Cancel
Save