Odoo18-Base/addons/mail/tests/discuss/test_discuss_action.py
2025-01-06 10:57:38 +07:00

13 lines
423 B
Python

# Part of Odoo. See LICENSE file for full copyright and licensing details.
from odoo.tests import HttpCase, tagged
@tagged("post_install", "-at_install")
class TestDiscussAction(HttpCase):
def test_go_back_to_thread_from_breadcrumbs(self):
self.start_tour(
"/odoo/discuss?active_id=mail.box_inbox",
"discuss_go_back_to_thread_from_breadcrumbs.js",
login="admin",
)