1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/website_livechat/tests/test_lazy_frontend_bus.py
2024-12-10 09:04:09 +07:00

9 lines
312 B
Python

from odoo import tests
from odoo.addons.website_livechat.tests.common import TestLivechatCommon
@tests.tagged("-at_install", "post_install")
class TestBusLazyFrontendBus(tests.HttpCase, TestLivechatCommon):
def test_bus_not_started(self):
self.start_tour("/", "website_livechat.lazy_frontend_bus")