mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 09:46:09 +03:00
Update snapshots
This commit is contained in:
parent
6ee6accfc6
commit
886ecbcc58
1 changed files with 8 additions and 4 deletions
|
@ -32,8 +32,10 @@ exports[`<LocationViewDialog /> renders map correctly 1`] = `
|
|||
],
|
||||
[
|
||||
MockGeolocateControl {
|
||||
"_events": {},
|
||||
"_eventsCount": 0,
|
||||
"_events": {
|
||||
"error": [Function],
|
||||
},
|
||||
"_eventsCount": 1,
|
||||
"_maxListeners": undefined,
|
||||
"trigger": [MockFunction],
|
||||
Symbol(kCapture): false,
|
||||
|
@ -113,8 +115,10 @@ exports[`<LocationViewDialog /> renders map correctly 1`] = `
|
|||
],
|
||||
[
|
||||
MockGeolocateControl {
|
||||
"_events": {},
|
||||
"_eventsCount": 0,
|
||||
"_events": {
|
||||
"error": [Function],
|
||||
},
|
||||
"_eventsCount": 1,
|
||||
"_maxListeners": undefined,
|
||||
"trigger": [MockFunction],
|
||||
Symbol(kCapture): false,
|
||||
|
|
Loading…
Reference in a new issue