Browse Source

[CI] try to use is_ready

pull/70/head
Ivan Yelizariev 8 years ago
parent
commit
e6d3cedb15
  1. 2
      mail_sent/tests/test_js.py

2
mail_sent/tests/test_js.py

@ -15,4 +15,4 @@ class TestUi(odoo.tests.HttpCase):
}, 1000);
"""
link = '/web#action=%s' % self.ref('mail.mail_channel_action_client_chat')
self.phantom_js(link, code, "odoo.__DEBUG__.services['mail_sent.sent']", login="demo")
self.phantom_js(link, code, "odoo.__DEBUG__.services['mail_sent.sent'].is_ready", login="demo")
Loading…
Cancel
Save