diff --git a/mail_to/tests/test_default.py b/mail_to/tests/test_default.py index 7287fb1..99764c6 100644 --- a/mail_to/tests/test_default.py +++ b/mail_to/tests/test_default.py @@ -7,6 +7,7 @@ class TestUi(odoo.tests.HttpCase): def test_01_mail_to(self): # checks the presence of an element with a link to the recipient + # TODO: instead of timeout, try to put $('a.recipient_link') as ready argument of phantom_js (third parameter) code = """ setTimeout(function () { $('a.recipient_link')[0].click();