Skip to content

Commit

Permalink
Revert "use get_property"
Browse files Browse the repository at this point in the history
This reverts commit 08d7db8.
  • Loading branch information
Conengmo committed Nov 27, 2024
1 parent 08d7db8 commit 0a1e411
Showing 1 changed file with 1 addition and 1 deletion.
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_property("checked") is False
assert control_input.get_dom_attribute("checked") is None

0 comments on commit 0a1e411

Please sign in to comment.