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 7f037b0 commit 08d7db8Copy full SHA for 08d7db8
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_dom_attribute("checked") is None
+ assert control_input.get_property("checked") is False
0 commit comments