From b9e2ea37606e5cc88ef33f51ae1238ef129842ff Mon Sep 17 00:00:00 2001 From: Ivan Yelizariev Date: Fri, 24 Aug 2018 12:56:13 +0500 Subject: [PATCH] :sos: idea to improve test --- mail_to/tests/test_default.py | 1 + 1 file changed, 1 insertion(+) 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();