Skip to content

Commit

Permalink
Added headless arg
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanghh committed Jul 30, 2021
1 parent 949a4d8 commit ba7bfee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_notebook.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def setUp(self):
self.__class__.notebook.init_server_extensions()

options = Options()
# options.add_argument("-headless")
options.add_argument("-headless")
self.driver = webdriver.Firefox(options=options)

def tearDown(self):
Expand Down

0 comments on commit ba7bfee

Please sign in to comment.