mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-24 17:38:40 +08:00
20 lines
415 B
Plaintext
20 lines
415 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`<OwnBeaconStatus /> renders without a beacon instance 1`] = `
|
|
<DocumentFragment>
|
|
<div
|
|
class="mx_BeaconStatus mx_BeaconStatus_Loading"
|
|
>
|
|
<div
|
|
class="mx_BeaconStatus_description"
|
|
>
|
|
<span
|
|
class="mx_BeaconStatus_description_status"
|
|
>
|
|
Loading live location...
|
|
</span>
|
|
</div>
|
|
</div>
|
|
</DocumentFragment>
|
|
`;
|