diff --git a/lists/tests.py b/lists/tests.py index 46285476928081385de4cfae7af8cf93ff414314..55200b7fc1050ffba18b115fe783832f5507dd94 100644 --- a/lists/tests.py +++ b/lists/tests.py @@ -100,7 +100,7 @@ class HomePageFunctionalTest(TestCase): chrome_options.add_argument('--headless') chrome_options.add_argument('--disable-gpu') self.browser = webdriver.Chrome( - # './chromedriver', + './chromedriver', chrome_options=chrome_options )