From 5207d169d1d16b4d687a3f9cc169a17f7075be6c Mon Sep 17 00:00:00 2001
From: PRIAMBUDI LINTANG BAGASKARA <priambudi.lintang@ui.ac.id>
Date: Wed, 25 Sep 2019 19:49:41 +0800
Subject: [PATCH] [CHORES] uncomment chromedriver

---
 lists/tests.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lists/tests.py b/lists/tests.py
index 4628547..55200b7 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
             )
 
-- 
GitLab