Skip to content

Commit 0a8a27c

Browse files
remove debug prefs
1 parent ada915b commit 0a8a27c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/geolocation/test_geolocation_shared_via_w3c_api.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,7 @@ def add_to_prefs_list():
2020
"geo.provider.network.url",
2121
"https://www.googleapis.com/geolocation/v1/geolocate?key"
2222
"=%GOOGLE_LOCATION_SERVICE_API_KEY%",
23-
),
24-
("devtools.debugger.remote-enabled", True),
25-
("devtools.chrome.enabled", True),
26-
("ui.popup.disable_autohide", True),
23+
)
2724
]
2825

2926

0 commit comments

Comments
 (0)