mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 21:24:59 +08:00
28 lines
614 B
Plaintext
28 lines
614 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`<OwnBeaconStatus /> renders without a beacon instance 1`] = `
|
|
<OwnBeaconStatus
|
|
displayStatus="Loading"
|
|
>
|
|
<BeaconStatus
|
|
displayLiveTimeRemaining={true}
|
|
displayStatus="Loading"
|
|
label="Live location enabled"
|
|
>
|
|
<div
|
|
className="mx_BeaconStatus mx_BeaconStatus_Loading"
|
|
>
|
|
<div
|
|
className="mx_BeaconStatus_description"
|
|
>
|
|
<span
|
|
className="mx_BeaconStatus_description_status"
|
|
>
|
|
Loading live location...
|
|
</span>
|
|
</div>
|
|
</div>
|
|
</BeaconStatus>
|
|
</OwnBeaconStatus>
|
|
`;
|