We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08d7db8 commit 0a1e411Copy full SHA for 0a1e411
tests/selenium/test_geojson_selenium.py
@@ -35,4 +35,4 @@ def test_geojson(driver):
35
)
36
assert control_label.text == "geojson"
37
control_input = control_label.find_element(By.CSS_SELECTOR, value="input")
38
- assert control_input.get_property("checked") is False
+ assert control_input.get_dom_attribute("checked") is None
0 commit comments