Skip to content

Commit

Permalink
Mute one more warning
Browse files Browse the repository at this point in the history
  • Loading branch information
kiblik committed Feb 6, 2024
1 parent 7744975 commit 3ddb855
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/base_test_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ def setUpClass(cls):
warnings.filterwarnings("ignore", message="executable_path has been deprecated, please pass in a Service object")
warnings.filterwarnings("ignore", message="use options instead of chrome_options")
warnings.filterwarnings("ignore", message="desired_capabilities has been deprecated, please pass in a Service object")
warnings.filterwarnings("ignore", message="It is deprecated to return a value that is not None from a test case")

dd_driver = webdriver.Chrome(
os.environ["CHROMEDRIVER"],
Expand Down

0 comments on commit 3ddb855

Please sign in to comment.