Commit 3c87663e authored by Michael Droettboom's avatar Michael Droettboom Committed by GitHub

Merge pull request #262 from madhur-tandon/master

Fix Chrome Tests failing inside Docker
parents de7dd4be ff21689c
......@@ -204,6 +204,7 @@ class ChromeWrapper(SeleniumWrapper):
options = Options()
options.add_argument('--headless')
options.add_argument('--no-sandbox')
self.JavascriptException = WebDriverException
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment