mirror of https://github.com/vector-im/riot-web
Update snapshot
parent
2b97de7a47
commit
fdac94a841
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
exports[`<LocationViewDialog /> renders map correctly 1`] = `
|
exports[`<LocationViewDialog /> renders map correctly 1`] = `
|
||||||
<Map
|
<Map
|
||||||
|
allowGeolocate={true}
|
||||||
centerGeoUri="geo:51.5076,-0.1276"
|
centerGeoUri="geo:51.5076,-0.1276"
|
||||||
className="mx_LocationViewDialog_map"
|
className="mx_LocationViewDialog_map"
|
||||||
id="mx_LocationViewDialog_$2"
|
id="mx_LocationViewDialog_$2"
|
||||||
|
@ -29,12 +30,27 @@ exports[`<LocationViewDialog /> renders map correctly 1`] = `
|
||||||
MockAttributionControl {},
|
MockAttributionControl {},
|
||||||
"top-right",
|
"top-right",
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
MockGeolocateControl {
|
||||||
|
"_events": {
|
||||||
|
"error": [Function],
|
||||||
|
},
|
||||||
|
"_eventsCount": 1,
|
||||||
|
"_maxListeners": undefined,
|
||||||
|
"trigger": [MockFunction],
|
||||||
|
Symbol(kCapture): false,
|
||||||
|
},
|
||||||
|
],
|
||||||
],
|
],
|
||||||
"results": [
|
"results": [
|
||||||
{
|
{
|
||||||
"type": "return",
|
"type": "return",
|
||||||
"value": undefined,
|
"value": undefined,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "return",
|
||||||
|
"value": undefined,
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
"fitBounds": [MockFunction],
|
"fitBounds": [MockFunction],
|
||||||
|
@ -97,12 +113,27 @@ exports[`<LocationViewDialog /> renders map correctly 1`] = `
|
||||||
MockAttributionControl {},
|
MockAttributionControl {},
|
||||||
"top-right",
|
"top-right",
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
MockGeolocateControl {
|
||||||
|
"_events": {
|
||||||
|
"error": [Function],
|
||||||
|
},
|
||||||
|
"_eventsCount": 1,
|
||||||
|
"_maxListeners": undefined,
|
||||||
|
"trigger": [MockFunction],
|
||||||
|
Symbol(kCapture): false,
|
||||||
|
},
|
||||||
|
],
|
||||||
],
|
],
|
||||||
"results": [
|
"results": [
|
||||||
{
|
{
|
||||||
"type": "return",
|
"type": "return",
|
||||||
"value": undefined,
|
"value": undefined,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "return",
|
||||||
|
"value": undefined,
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
"fitBounds": [MockFunction],
|
"fitBounds": [MockFunction],
|
||||||
|
|
Loading…
Reference in New Issue