element-web/test/components/views/beacon/__snapshots__/OwnBeaconStatus-test.tsx.snap

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>
`;