2022-04-20 16:14:24 +08:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
2022-07-18 16:34:39 +08:00
|
|
|
exports[`<DialogSidebar /> renders sidebar correctly with beacons 1`] = `
|
|
|
|
<div>
|
2022-04-20 16:14:24 +08:00
|
|
|
<div
|
2022-07-18 16:34:39 +08:00
|
|
|
class="mx_DialogSidebar"
|
2022-04-20 16:14:24 +08:00
|
|
|
>
|
|
|
|
<div
|
2022-07-18 16:34:39 +08:00
|
|
|
class="mx_DialogSidebar_header"
|
2022-04-20 16:14:24 +08:00
|
|
|
>
|
2022-07-18 16:34:39 +08:00
|
|
|
<h4
|
|
|
|
class="mx_Heading_h4"
|
2022-04-20 16:14:24 +08:00
|
|
|
>
|
2022-07-18 16:34:39 +08:00
|
|
|
View List
|
|
|
|
</h4>
|
|
|
|
<div
|
|
|
|
class="mx_AccessibleButton mx_DialogSidebar_closeButton"
|
|
|
|
data-testid="dialog-sidebar-close"
|
2022-04-20 16:14:24 +08:00
|
|
|
role="button"
|
2022-07-18 16:34:39 +08:00
|
|
|
tabindex="0"
|
2022-04-20 16:14:24 +08:00
|
|
|
title="Close sidebar"
|
|
|
|
>
|
|
|
|
<div
|
2022-07-18 16:34:39 +08:00
|
|
|
class="mx_DialogSidebar_closeButtonIcon"
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<ol
|
|
|
|
class="mx_DialogSidebar_list"
|
|
|
|
>
|
|
|
|
<li
|
|
|
|
class="mx_BeaconListItem"
|
|
|
|
>
|
2022-11-12 00:02:01 +08:00
|
|
|
<img
|
|
|
|
alt=""
|
|
|
|
class="mx_BaseAvatar mx_BaseAvatar_image mx_BeaconListItem_avatar"
|
|
|
|
data-testid="avatar-img"
|
2023-05-12 02:29:48 +08:00
|
|
|
loading="lazy"
|
2022-11-12 00:02:01 +08:00
|
|
|
style="width: 32px; height: 32px;"
|
|
|
|
/>
|
2022-07-18 16:34:39 +08:00
|
|
|
<div
|
|
|
|
class="mx_BeaconListItem_info"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="mx_BeaconStatus mx_BeaconStatus_Active mx_BeaconListItem_status"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="mx_BeaconStatus_description"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="mx_BeaconStatus_label"
|
|
|
|
>
|
|
|
|
@alice:server.org
|
|
|
|
</span>
|
|
|
|
<span
|
|
|
|
class="mx_BeaconStatus_expiryTime"
|
|
|
|
>
|
|
|
|
Live until 16:14
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="mx_BeaconListItem_interactions"
|
|
|
|
>
|
|
|
|
<div
|
2023-08-09 16:39:48 +08:00
|
|
|
aria-describedby="mx_TooltipTarget_vY7Q4uEh"
|
2022-07-18 16:34:39 +08:00
|
|
|
tabindex="0"
|
|
|
|
>
|
|
|
|
<a
|
2022-10-24 16:06:20 +08:00
|
|
|
data-testid="open-location-in-osm"
|
2022-07-18 16:34:39 +08:00
|
|
|
href="https://www.openstreetmap.org/?mlat=51&mlon=41#map=16/51/41"
|
|
|
|
rel="noreferrer noopener"
|
|
|
|
target="_blank"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="mx_ShareLatestLocation_icon"
|
|
|
|
/>
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="mx_CopyableText mx_ShareLatestLocation_copy"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
aria-label="Copy"
|
|
|
|
class="mx_AccessibleButton mx_CopyableText_copyButton"
|
|
|
|
role="button"
|
|
|
|
tabindex="0"
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<span
|
|
|
|
class="mx_BeaconListItem_lastUpdated"
|
|
|
|
>
|
|
|
|
Updated a few seconds ago
|
|
|
|
</span>
|
2022-04-20 16:14:24 +08:00
|
|
|
</div>
|
2022-07-18 16:34:39 +08:00
|
|
|
</li>
|
|
|
|
</ol>
|
|
|
|
</div>
|
|
|
|
);
|
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
|
|
|
exports[`<DialogSidebar /> renders sidebar correctly without beacons 1`] = `
|
|
|
|
<div>
|
|
|
|
<div
|
|
|
|
class="mx_DialogSidebar"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="mx_DialogSidebar_header"
|
|
|
|
>
|
|
|
|
<h4
|
|
|
|
class="mx_Heading_h4"
|
|
|
|
>
|
|
|
|
View List
|
|
|
|
</h4>
|
|
|
|
<div
|
|
|
|
class="mx_AccessibleButton mx_DialogSidebar_closeButton"
|
|
|
|
data-testid="dialog-sidebar-close"
|
|
|
|
role="button"
|
|
|
|
tabindex="0"
|
|
|
|
title="Close sidebar"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="mx_DialogSidebar_closeButtonIcon"
|
|
|
|
/>
|
|
|
|
</div>
|
2022-04-20 16:14:24 +08:00
|
|
|
</div>
|
2022-07-27 23:42:59 +08:00
|
|
|
<div
|
|
|
|
class="mx_DialogSidebar_noResults"
|
|
|
|
>
|
|
|
|
No live locations
|
|
|
|
</div>
|
2022-04-20 16:14:24 +08:00
|
|
|
</div>
|
2022-07-18 16:34:39 +08:00
|
|
|
);
|
|
|
|
</div>
|
2022-04-20 16:14:24 +08:00
|
|
|
`;
|