diff --git a/PyRIGS/tests/base.py b/PyRIGS/tests/base.py index 5d0ea81e..b6b5678d 100644 --- a/PyRIGS/tests/base.py +++ b/PyRIGS/tests/base.py @@ -26,8 +26,8 @@ def create_browser(): options.add_argument("--disk-cache-size=0") # God Save The Queen options.add_argument("--lang=en_GB") + options.add_argument("--headless") if os.environ.get('CI', False): - options.add_argument("--headless") options.add_argument("--no-sandbox") driver = webdriver.Chrome(options=options) return driver diff --git a/RIGS/templates/event_form.html b/RIGS/templates/event_form.html index b31b3d4f..22195510 100644 --- a/RIGS/templates/event_form.html +++ b/RIGS/templates/event_form.html @@ -128,7 +128,7 @@ {# Notes and item shit #}
-