web_editor/tests/test_odoo_editor.py
Данил Воробьев 2db2b9d3eb initial commit
2024-05-03 09:47:49 +00:00

11 lines
333 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
import odoo.tests
@odoo.tests.tagged("post_install", "-at_install")
class TestOdooEditor(odoo.tests.HttpCase):
def test_odoo_editor_suite(self):
self.browser_js('/web_editor/tests', "", "", login='admin', timeout=1800)