Skip to content

Commit

Permalink
TO REMOVE: run only html_builder/html_editor tests
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoisGe committed Nov 14, 2024
1 parent cb00f27 commit 4c0d81e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/web/tests/test_js.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class WebSuite(odoo.tests.HttpCase):
@odoo.tests.no_retry
def test_unit_desktop(self):
# Unit tests suite (desktop)
self.browser_js('/web/tests?headless&loglevel=2&preset=desktop&timeout=15000', "", "", login='admin', timeout=1800, success_signal="[HOOT] test suite succeeded", error_checker=unit_test_error_checker)
self.browser_js('/web/tests?headless&loglevel=2&preset=desktop&timeout=15000&filter=/^(@html_builder|@html_editor)/', "", "", login='admin', timeout=1800, success_signal="[HOOT] test suite succeeded", error_checker=unit_test_error_checker)

@odoo.tests.no_retry
def test_hoot(self):
Expand Down Expand Up @@ -100,7 +100,7 @@ class MobileWebSuite(odoo.tests.HttpCase):
@odoo.tests.no_retry
def test_unit_mobile(self):
# Unit tests suite (mobile)
self.browser_js('/web/tests?headless&loglevel=2&preset=mobile&tag=-headless&timeout=15000', "", "", login='admin', timeout=1800, success_signal="[HOOT] test suite succeeded", error_checker=unit_test_error_checker)
self.browser_js('/web/tests?headless&loglevel=2&preset=mobile&tag=-headless&timeout=15000&filter=/^(@html_builder|@html_editor)/', "", "", login='admin', timeout=1800, success_signal="[HOOT] test suite succeeded", error_checker=unit_test_error_checker)

def test_qunit_mobile(self):
# ! DEPRECATED
Expand Down

0 comments on commit 4c0d81e

Please sign in to comment.