mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Add remove debugging URLs to system spec helper (#29722)
These URLs allow the state of a headless browser to be viewed and debugged using any other browser, without needing to restart the test with `SELENIUM_HEADLESS=0`.
This commit is contained in:
@@ -1030,6 +1030,7 @@ def apply_base_chrome_options(options)
|
||||
options.add_argument("--no-sandbox")
|
||||
options.add_argument("--disable-dev-shm-usage")
|
||||
options.add_argument("--mute-audio")
|
||||
options.add_argument("--remote-allow-origins=*")
|
||||
|
||||
# A file that contains just a list of paths like so:
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user