Skip to content

Commit 08d7db8

Browse files
committed
use get_property
1 parent 7f037b0 commit 08d7db8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/selenium/test_geojson_selenium.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ def test_geojson(driver):
3535
)
3636
assert control_label.text == "geojson"
3737
control_input = control_label.find_element(By.CSS_SELECTOR, value="input")
38-
assert control_input.get_dom_attribute("checked") is None
38+
assert control_input.get_property("checked") is False

0 commit comments

Comments
 (0)