Skip to content

Commit

Permalink
Revert "fix deprecated selenium call"
Browse files Browse the repository at this point in the history
This reverts commit 7f037b0.
  • Loading branch information
Conengmo committed Nov 27, 2024
1 parent 0a1e411 commit ba28947
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pycodestyle
pydata-sphinx-theme
pytest
scipy
selenium
selenium<4.27.0
setuptools_scm
sphinx
types-requests
Expand Down
2 changes: 1 addition & 1 deletion tests/selenium/test_geojson_selenium.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ def test_geojson(driver):
)
assert control_label.text == "geojson"
control_input = control_label.find_element(By.CSS_SELECTOR, value="input")
assert control_input.get_dom_attribute("checked") is None
assert control_input.get_attribute("checked") is None

0 comments on commit ba28947

Please sign in to comment.