diff --git a/tests/integration/data/prompt/geolocation.html b/tests/integration/data/prompt/geolocation.html index 30a9e0662..8bb88e45a 100644 --- a/tests/integration/data/prompt/geolocation.html +++ b/tests/integration/data/prompt/geolocation.html @@ -14,7 +14,8 @@ console.log("geolocation permission denied"); break; default: - console.log("[FAIL] geolocation error: " + error.message); + console.log("[FAIL] geolocation error " + error.code + + ": " + error.message); break; } }