From 0a1e41146aef2fc780df9ee9651b2ac2e5e98e62 Mon Sep 17 00:00:00 2001 From: Conengmo <33519926+Conengmo@users.noreply.github.com> Date: Wed, 27 Nov 2024 15:22:34 +0100 Subject: [PATCH] Revert "use get_property" This reverts commit 08d7db816d8fc0fb7b4dfeaf7193a41ef90014c3. --- tests/selenium/test_geojson_selenium.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/selenium/test_geojson_selenium.py b/tests/selenium/test_geojson_selenium.py index b9f2c7b42..92790fa91 100644 --- a/tests/selenium/test_geojson_selenium.py +++ b/tests/selenium/test_geojson_selenium.py @@ -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