Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
notthebee committed Dec 31, 2023
1 parent d56ef71 commit 668ad99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/selenium/acceptance.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def download_wg_config(driver, base_url, client):
logger.debug(f"Opening wg.{base_url} in the browser")
try:
driver.get(f"https://wg.{base_url}")
except WebDriverException:
except:
mkdir("screenshots")
driver.save_screenshot("screenshots/ss.png")
exit(0)
Expand Down

0 comments on commit 668ad99

Please sign in to comment.