Skip to content

Commit

Permalink
Update tests.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nature1995 committed Apr 30, 2019
1 parent 4c4d2cb commit 585ee95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functional_tests/tests.py
Expand Up @@ -11,8 +11,8 @@ def setUp(self):
chrome_options = Options()
chrome_options.add_argument('--headless')
chrome_options.add_argument('--disable-gpu')
self.driver = webdriver.Chrome(chrome_options=chrome_options)
# self.driver = webdriver.Chrome()
# self.driver = webdriver.Chrome(chrome_options=chrome_options)
self.driver = webdriver.Chrome()
self.driver.implicitly_wait(30)
self.base_url = self.live_server_url

Expand Down

0 comments on commit 585ee95

Please sign in to comment.