Skip to content

Commit

Permalink
wip try to fix gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjwebb committed Aug 20, 2024
1 parent f4fda9a commit 4797d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cove_iati/tests_functional.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def browser(request):
if BROWSER == 'ChromeHeadless':
options = Options()
options.add_argument("--headless")
options.add_argument("--remote-debugging-port=9222")
#options.add_argument("--remote-debugging-port=9222")
browser = webdriver.Chrome(options=options)
else:
browser = getattr(webdriver, BROWSER)()
Expand Down

0 comments on commit 4797d28

Please sign in to comment.