Skip to content

Commit

Permalink
Remove code to avoid issue with Selenium
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardobranco777 committed Jan 29, 2024
1 parent 0bd9ca6 commit 55b3b5f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/test_webui.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@
from selenium.webdriver import firefox
from selenium.webdriver.common.by import By

# This can be dropped when Selenium switches to no longer write to geckodriver.log
import warnings
# Ignore ResourceWarning messages that can happen at random when closing resources:
# Exception ignored in: <_io.FileIO name='/dev/null' mode='wb' closefd=True>
warnings.filterwarnings(action="ignore", message="unclosed", category=ResourceWarning)


USERNAME = "username"
PASSWORD = "password"
Expand Down

0 comments on commit 55b3b5f

Please sign in to comment.