Skip to content

Commit

Permalink
Remove headless running
Browse files Browse the repository at this point in the history
- Got rid of headless to see if Google chrome is launched during testing
  • Loading branch information
ojusharma authored Mar 29, 2024
1 parent 9b87b53 commit 27c55dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Django/communicado/pages/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ class SeleniumTests(LiveServerTestCase):
def setUpClass(cls):
super().setUpClass()
cls.chrome_options = Options()
cls.chrome_options.add_argument("--headless") # Run Chrome in headless mode
cls.driver = webdriver.Chrome(options=cls.chrome_options)

@classmethod
Expand Down

0 comments on commit 27c55dd

Please sign in to comment.