Skip to content

Commit

Permalink
don't use remote view with new headless mode
Browse files Browse the repository at this point in the history
  • Loading branch information
hubvd committed Sep 13, 2024
1 parent 629f181 commit f1778f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions odoo/resources/launcher/patches/webtests.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ def apply(self):
patch_arguments(odoo.tests.HttpCase, "start_tour", start_tour)

if version >= 16.4:
return
# Bring back Chrome remote view
side_effect(ChromeBrowser, "_open_websocket", _open_websocket)
patch_arguments(ChromeBrowser, "__init__", init_chrome)
Expand Down

0 comments on commit f1778f8

Please sign in to comment.