2022-04-19 19:35:39 +08:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
2022-07-27 23:42:59 +08:00
|
|
|
exports[`<BeaconViewDialog /> renders a fallback when there are no locations 1`] = `
|
2023-02-22 05:32:37 +08:00
|
|
|
<div
|
|
|
|
class="mx_MapFallback mx_BeaconViewDialog_map"
|
|
|
|
data-testid="beacon-view-dialog-map-fallback"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="mx_MapFallback_bg"
|
|
|
|
/>
|
|
|
|
<div
|
|
|
|
class="mx_MapFallback_icon"
|
|
|
|
/>
|
|
|
|
<span
|
|
|
|
class="mx_BeaconViewDialog_mapFallbackMessage"
|
|
|
|
>
|
|
|
|
No live locations
|
|
|
|
</span>
|
|
|
|
<div
|
|
|
|
class="mx_AccessibleButton mx_AccessibleButton_hasKind mx_AccessibleButton_kind_primary"
|
|
|
|
data-testid="beacon-view-dialog-fallback-close"
|
|
|
|
role="button"
|
|
|
|
tabindex="0"
|
|
|
|
>
|
|
|
|
Close
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
|
|
|
exports[`<BeaconViewDialog /> renders own beacon status when user is live sharing 1`] = `
|
|
|
|
<div
|
|
|
|
class="mx_DialogOwnBeaconStatus"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="mx_BaseAvatar mx_DialogOwnBeaconStatus_avatar"
|
|
|
|
role="presentation"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
aria-hidden="true"
|
|
|
|
class="mx_BaseAvatar_initial"
|
|
|
|
style="font-size: 20.8px; width: 32px; line-height: 32px;"
|
|
|
|
>
|
|
|
|
A
|
|
|
|
</span>
|
|
|
|
<img
|
|
|
|
alt=""
|
|
|
|
aria-hidden="true"
|
|
|
|
class="mx_BaseAvatar_image"
|
|
|
|
data-testid="avatar-img"
|
|
|
|
src="data:image/png;base64,00"
|
|
|
|
style="width: 32px; height: 32px;"
|
|
|
|
title="@alice:server"
|
|
|
|
/>
|
|
|
|
</span>
|
|
|
|
<div
|
|
|
|
class="mx_BeaconStatus mx_BeaconStatus_Active mx_DialogOwnBeaconStatus_status"
|
2022-04-19 19:35:39 +08:00
|
|
|
>
|
2022-05-20 17:49:01 +08:00
|
|
|
<div
|
2023-02-22 05:32:37 +08:00
|
|
|
class="mx_BeaconStatus_description"
|
2022-05-20 17:49:01 +08:00
|
|
|
>
|
|
|
|
<span
|
2023-02-22 05:32:37 +08:00
|
|
|
class="mx_BeaconStatus_label"
|
2022-05-20 17:49:01 +08:00
|
|
|
>
|
2023-02-22 05:32:37 +08:00
|
|
|
Live location enabled
|
2022-05-20 17:49:01 +08:00
|
|
|
</span>
|
2023-02-22 05:32:37 +08:00
|
|
|
<span
|
|
|
|
class="mx_LiveTimeRemaining"
|
|
|
|
data-test-id="room-live-share-expiry"
|
2022-05-20 17:49:01 +08:00
|
|
|
>
|
2023-02-22 05:32:37 +08:00
|
|
|
1h left
|
|
|
|
</span>
|
2022-05-20 17:49:01 +08:00
|
|
|
</div>
|
|
|
|
<div
|
2023-02-22 05:32:37 +08:00
|
|
|
class="mx_AccessibleButton mx_OwnBeaconStatus_button mx_OwnBeaconStatus_destructiveButton mx_AccessibleButton_hasKind mx_AccessibleButton_kind_link"
|
|
|
|
data-test-id="beacon-status-stop-beacon"
|
2022-04-19 19:35:39 +08:00
|
|
|
role="button"
|
2023-02-22 05:32:37 +08:00
|
|
|
tabindex="0"
|
2022-04-19 19:35:39 +08:00
|
|
|
>
|
2023-02-22 05:32:37 +08:00
|
|
|
Stop
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2022-04-19 19:35:39 +08:00
|
|
|
`;
|