You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-08-06 10:22:45 +03:00
Update snapshot
This commit is contained in:
@@ -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],
|
||||||
|
Reference in New Issue
Block a user