mirror of
https://github.com/bringout/oca-ocb-mail.git
synced 2026-04-23 07:22:03 +02:00
19.0 vanilla
This commit is contained in:
parent
5df8c07b59
commit
daa394e8b0
2114 changed files with 564841 additions and 299642 deletions
|
|
@ -0,0 +1,17 @@
|
|||
import odoo
|
||||
from odoo.addons.web.tests.test_js import unit_test_error_checker
|
||||
|
||||
|
||||
@odoo.tests.tagged("post_install", "-at_install")
|
||||
class ExternalTestSuite(odoo.tests.HttpCase):
|
||||
def test_external_livechat(self):
|
||||
# webclient external test suite
|
||||
self.browser_js(
|
||||
"/web/tests/livechat?headless&loglevel=2&preset=desktop",
|
||||
"",
|
||||
"",
|
||||
login='admin',
|
||||
timeout=1800,
|
||||
success_signal="[HOOT] Test suite succeeded",
|
||||
error_checker=unit_test_error_checker,
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue