Commit ff21689c authored by Madhur Tandon's avatar Madhur Tandon

Fix Chrome Tests failing inside Docker

parent de7dd4be
......@@ -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