From ecc106ad6d097ec3a112a22e769cfa8c4b772ece Mon Sep 17 00:00:00 2001 From: "virgil.sangerean" Date: Wed, 24 Sep 2025 18:03:56 +0300 Subject: [PATCH] vs/gha --- tests/geolocation/test_geolocation_shared_via_html5.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/geolocation/test_geolocation_shared_via_html5.py b/tests/geolocation/test_geolocation_shared_via_html5.py index 1289bd467..520eaeb61 100644 --- a/tests/geolocation/test_geolocation_shared_via_html5.py +++ b/tests/geolocation/test_geolocation_shared_via_html5.py @@ -70,6 +70,7 @@ def test_allow_permission_on_geolocation_via_html5(driver: Firefox): permission_icon = nav.get_element("permissions-location-icon") assert permission_icon.is_displayed() +#did GHA DID THIS? def test_block_permission_on_geolocation_via_w3c_api(driver: Firefox): """