diff --git a/test/components/views/location/__snapshots__/LocationViewDialog-test.tsx.snap b/test/components/views/location/__snapshots__/LocationViewDialog-test.tsx.snap index a2284ceee8..a19d6b0ff4 100644 --- a/test/components/views/location/__snapshots__/LocationViewDialog-test.tsx.snap +++ b/test/components/views/location/__snapshots__/LocationViewDialog-test.tsx.snap @@ -2,6 +2,7 @@ exports[` renders map correctly 1`] = ` renders map correctly 1`] = ` MockAttributionControl {}, "top-right", ], + [ + MockGeolocateControl { + "_events": { + "error": [Function], + }, + "_eventsCount": 1, + "_maxListeners": undefined, + "trigger": [MockFunction], + Symbol(kCapture): false, + }, + ], ], "results": [ { "type": "return", "value": undefined, }, + { + "type": "return", + "value": undefined, + }, ], }, "fitBounds": [MockFunction], @@ -97,12 +113,27 @@ exports[` renders map correctly 1`] = ` MockAttributionControl {}, "top-right", ], + [ + MockGeolocateControl { + "_events": { + "error": [Function], + }, + "_eventsCount": 1, + "_maxListeners": undefined, + "trigger": [MockFunction], + Symbol(kCapture): false, + }, + ], ], "results": [ { "type": "return", "value": undefined, }, + { + "type": "return", + "value": undefined, + }, ], }, "fitBounds": [MockFunction],