diff --git a/PyRIGS/tests/base.py b/PyRIGS/tests/base.py index 043d4cee..5d0ea81e 100644 --- a/PyRIGS/tests/base.py +++ b/PyRIGS/tests/base.py @@ -24,6 +24,8 @@ def create_browser(): # No caching, please and thank you options.add_argument("--aggressive-cache-discard") options.add_argument("--disk-cache-size=0") + # God Save The Queen + options.add_argument("--lang=en_GB") if os.environ.get('CI', False): options.add_argument("--headless") options.add_argument("--no-sandbox")