2022-12-06 17:56:29 +08:00
|
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
2023-06-01 15:53:48 +08:00
|
|
|
|
exports[`RoomTile when message previews are enabled and there is a message in a thread should render as expected 1`] = `
|
|
|
|
|
<DocumentFragment>
|
|
|
|
|
<div
|
|
|
|
|
aria-describedby="mx_RoomTile_messagePreview_!1:example.org"
|
|
|
|
|
aria-label="!1:example.org"
|
|
|
|
|
aria-selected="false"
|
|
|
|
|
class="mx_AccessibleButton mx_RoomTile"
|
|
|
|
|
role="treeitem"
|
|
|
|
|
tabindex="-1"
|
|
|
|
|
>
|
|
|
|
|
<div
|
|
|
|
|
class="mx_DecoratedRoomAvatar"
|
|
|
|
|
>
|
|
|
|
|
<span
|
2024-03-07 22:40:03 +08:00
|
|
|
|
class="_avatar_mcap2_17 mx_BaseAvatar _avatar-imageless_mcap2_61"
|
2024-02-08 01:26:05 +08:00
|
|
|
|
data-color="3"
|
2023-08-24 11:48:35 +08:00
|
|
|
|
data-testid="avatar-img"
|
|
|
|
|
data-type="round"
|
2023-06-01 15:53:48 +08:00
|
|
|
|
role="presentation"
|
2023-08-24 11:48:35 +08:00
|
|
|
|
style="--cpd-avatar-size: 32px;"
|
2023-06-01 15:53:48 +08:00
|
|
|
|
>
|
2023-08-24 11:48:35 +08:00
|
|
|
|
!
|
2023-06-01 15:53:48 +08:00
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div
|
|
|
|
|
class="mx_RoomTile_titleContainer"
|
|
|
|
|
>
|
|
|
|
|
<div
|
|
|
|
|
class="mx_RoomTile_title mx_RoomTile_titleWithSubtitle"
|
|
|
|
|
tabindex="-1"
|
|
|
|
|
title="!1:example.org"
|
|
|
|
|
>
|
|
|
|
|
<span
|
|
|
|
|
dir="auto"
|
|
|
|
|
>
|
|
|
|
|
!1:example.org
|
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div
|
|
|
|
|
class="mx_RoomTile_subtitle"
|
|
|
|
|
id="mx_RoomTile_messagePreview_!1:example.org"
|
|
|
|
|
title="test thread reply"
|
|
|
|
|
>
|
|
|
|
|
<span
|
|
|
|
|
class="mx_RoomTile_subtitle_text"
|
|
|
|
|
>
|
|
|
|
|
test thread reply
|
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div
|
|
|
|
|
aria-hidden="true"
|
|
|
|
|
class="mx_RoomTile_badgeContainer"
|
|
|
|
|
/>
|
|
|
|
|
<div
|
|
|
|
|
aria-expanded="false"
|
|
|
|
|
aria-haspopup="true"
|
|
|
|
|
aria-label="Room options"
|
|
|
|
|
class="mx_AccessibleButton mx_RoomTile_menuButton"
|
|
|
|
|
role="button"
|
|
|
|
|
tabindex="0"
|
|
|
|
|
/>
|
|
|
|
|
<div
|
|
|
|
|
aria-expanded="false"
|
|
|
|
|
aria-haspopup="true"
|
|
|
|
|
aria-label="Notification options"
|
|
|
|
|
class="mx_AccessibleButton mx_RoomTile_notificationsButton"
|
|
|
|
|
role="button"
|
|
|
|
|
tabindex="-1"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
</DocumentFragment>
|
|
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
exports[`RoomTile when message previews are enabled and there is a message in the room should render as expected 1`] = `
|
|
|
|
|
<DocumentFragment>
|
|
|
|
|
<div
|
|
|
|
|
aria-describedby="mx_RoomTile_messagePreview_!1:example.org"
|
2023-11-29 21:36:52 +08:00
|
|
|
|
aria-label="!1:example.org Unread messages."
|
2023-06-01 15:53:48 +08:00
|
|
|
|
aria-selected="false"
|
|
|
|
|
class="mx_AccessibleButton mx_RoomTile"
|
|
|
|
|
role="treeitem"
|
|
|
|
|
tabindex="-1"
|
|
|
|
|
>
|
|
|
|
|
<div
|
|
|
|
|
class="mx_DecoratedRoomAvatar"
|
|
|
|
|
>
|
|
|
|
|
<span
|
2024-03-07 22:40:03 +08:00
|
|
|
|
class="_avatar_mcap2_17 mx_BaseAvatar _avatar-imageless_mcap2_61"
|
2024-02-08 01:26:05 +08:00
|
|
|
|
data-color="3"
|
2023-08-24 11:48:35 +08:00
|
|
|
|
data-testid="avatar-img"
|
|
|
|
|
data-type="round"
|
2023-06-01 15:53:48 +08:00
|
|
|
|
role="presentation"
|
2023-08-24 11:48:35 +08:00
|
|
|
|
style="--cpd-avatar-size: 32px;"
|
2023-06-01 15:53:48 +08:00
|
|
|
|
>
|
2023-08-24 11:48:35 +08:00
|
|
|
|
!
|
2023-06-01 15:53:48 +08:00
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div
|
|
|
|
|
class="mx_RoomTile_titleContainer"
|
|
|
|
|
>
|
|
|
|
|
<div
|
2023-11-29 21:36:52 +08:00
|
|
|
|
class="mx_RoomTile_title mx_RoomTile_titleWithSubtitle mx_RoomTile_titleHasUnreadEvents"
|
2023-06-01 15:53:48 +08:00
|
|
|
|
tabindex="-1"
|
|
|
|
|
title="!1:example.org"
|
|
|
|
|
>
|
|
|
|
|
<span
|
|
|
|
|
dir="auto"
|
|
|
|
|
>
|
|
|
|
|
!1:example.org
|
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div
|
|
|
|
|
class="mx_RoomTile_subtitle"
|
|
|
|
|
id="mx_RoomTile_messagePreview_!1:example.org"
|
|
|
|
|
title="test message"
|
|
|
|
|
>
|
|
|
|
|
<span
|
|
|
|
|
class="mx_RoomTile_subtitle_text"
|
|
|
|
|
>
|
|
|
|
|
test message
|
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div
|
|
|
|
|
aria-hidden="true"
|
|
|
|
|
class="mx_RoomTile_badgeContainer"
|
2023-11-29 21:36:52 +08:00
|
|
|
|
>
|
|
|
|
|
<div
|
|
|
|
|
class="mx_NotificationBadge mx_NotificationBadge_visible mx_NotificationBadge_dot"
|
|
|
|
|
>
|
|
|
|
|
<span
|
|
|
|
|
class="mx_NotificationBadge_count"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2023-06-01 15:53:48 +08:00
|
|
|
|
<div
|
|
|
|
|
aria-expanded="false"
|
|
|
|
|
aria-haspopup="true"
|
|
|
|
|
aria-label="Room options"
|
|
|
|
|
class="mx_AccessibleButton mx_RoomTile_menuButton"
|
|
|
|
|
role="button"
|
|
|
|
|
tabindex="0"
|
|
|
|
|
/>
|
|
|
|
|
<div
|
|
|
|
|
aria-expanded="false"
|
|
|
|
|
aria-haspopup="true"
|
|
|
|
|
aria-label="Notification options"
|
|
|
|
|
class="mx_AccessibleButton mx_RoomTile_notificationsButton"
|
|
|
|
|
role="button"
|
|
|
|
|
tabindex="-1"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
</DocumentFragment>
|
|
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
exports[`RoomTile when message previews are enabled should render a room without a message as expected 1`] = `
|
|
|
|
|
<DocumentFragment>
|
|
|
|
|
<div
|
|
|
|
|
aria-describedby="mx_RoomTile_messagePreview_!1:example.org"
|
|
|
|
|
aria-label="!1:example.org"
|
|
|
|
|
aria-selected="false"
|
|
|
|
|
class="mx_AccessibleButton mx_RoomTile"
|
|
|
|
|
role="treeitem"
|
|
|
|
|
tabindex="-1"
|
|
|
|
|
>
|
|
|
|
|
<div
|
|
|
|
|
class="mx_DecoratedRoomAvatar"
|
|
|
|
|
>
|
|
|
|
|
<span
|
2024-03-07 22:40:03 +08:00
|
|
|
|
class="_avatar_mcap2_17 mx_BaseAvatar _avatar-imageless_mcap2_61"
|
2024-02-08 01:26:05 +08:00
|
|
|
|
data-color="3"
|
2023-08-24 11:48:35 +08:00
|
|
|
|
data-testid="avatar-img"
|
|
|
|
|
data-type="round"
|
2023-06-01 15:53:48 +08:00
|
|
|
|
role="presentation"
|
2023-08-24 11:48:35 +08:00
|
|
|
|
style="--cpd-avatar-size: 32px;"
|
2023-06-01 15:53:48 +08:00
|
|
|
|
>
|
2023-08-24 11:48:35 +08:00
|
|
|
|
!
|
2023-06-01 15:53:48 +08:00
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div
|
|
|
|
|
class="mx_RoomTile_titleContainer"
|
|
|
|
|
>
|
|
|
|
|
<div
|
|
|
|
|
class="mx_RoomTile_title"
|
|
|
|
|
tabindex="-1"
|
|
|
|
|
title="!1:example.org"
|
|
|
|
|
>
|
|
|
|
|
<span
|
|
|
|
|
dir="auto"
|
|
|
|
|
>
|
|
|
|
|
!1:example.org
|
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div
|
|
|
|
|
aria-hidden="true"
|
|
|
|
|
class="mx_RoomTile_badgeContainer"
|
|
|
|
|
/>
|
|
|
|
|
<div
|
|
|
|
|
aria-expanded="false"
|
|
|
|
|
aria-haspopup="true"
|
|
|
|
|
aria-label="Room options"
|
|
|
|
|
class="mx_AccessibleButton mx_RoomTile_menuButton"
|
|
|
|
|
role="button"
|
|
|
|
|
tabindex="0"
|
|
|
|
|
/>
|
|
|
|
|
<div
|
|
|
|
|
aria-expanded="false"
|
|
|
|
|
aria-haspopup="true"
|
|
|
|
|
aria-label="Notification options"
|
|
|
|
|
class="mx_AccessibleButton mx_RoomTile_notificationsButton"
|
|
|
|
|
role="button"
|
|
|
|
|
tabindex="-1"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
</DocumentFragment>
|
|
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
exports[`RoomTile when message previews are not enabled should render the room 1`] = `
|
2022-12-06 17:56:29 +08:00
|
|
|
|
<div>
|
|
|
|
|
<div
|
2023-01-11 19:49:03 +08:00
|
|
|
|
aria-label="!1:example.org"
|
2022-12-06 17:56:29 +08:00
|
|
|
|
aria-selected="false"
|
|
|
|
|
class="mx_AccessibleButton mx_RoomTile"
|
|
|
|
|
role="treeitem"
|
|
|
|
|
tabindex="-1"
|
|
|
|
|
>
|
|
|
|
|
<div
|
|
|
|
|
class="mx_DecoratedRoomAvatar"
|
|
|
|
|
>
|
|
|
|
|
<span
|
2024-03-07 22:40:03 +08:00
|
|
|
|
class="_avatar_mcap2_17 mx_BaseAvatar _avatar-imageless_mcap2_61"
|
2024-02-08 01:26:05 +08:00
|
|
|
|
data-color="3"
|
2023-08-24 11:48:35 +08:00
|
|
|
|
data-testid="avatar-img"
|
|
|
|
|
data-type="round"
|
2022-12-06 17:56:29 +08:00
|
|
|
|
role="presentation"
|
2023-08-24 11:48:35 +08:00
|
|
|
|
style="--cpd-avatar-size: 32px;"
|
2022-12-06 17:56:29 +08:00
|
|
|
|
>
|
2023-08-24 11:48:35 +08:00
|
|
|
|
!
|
2022-12-06 17:56:29 +08:00
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div
|
|
|
|
|
class="mx_RoomTile_titleContainer"
|
|
|
|
|
>
|
|
|
|
|
<div
|
2023-01-11 19:49:03 +08:00
|
|
|
|
class="mx_RoomTile_title"
|
2022-12-06 17:56:29 +08:00
|
|
|
|
tabindex="-1"
|
|
|
|
|
title="!1:example.org"
|
|
|
|
|
>
|
|
|
|
|
<span
|
|
|
|
|
dir="auto"
|
|
|
|
|
>
|
|
|
|
|
!1:example.org
|
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div
|
|
|
|
|
aria-hidden="true"
|
|
|
|
|
class="mx_RoomTile_badgeContainer"
|
2023-01-11 19:49:03 +08:00
|
|
|
|
/>
|
2022-12-06 17:56:29 +08:00
|
|
|
|
<div
|
|
|
|
|
aria-expanded="false"
|
|
|
|
|
aria-haspopup="true"
|
|
|
|
|
aria-label="Room options"
|
|
|
|
|
class="mx_AccessibleButton mx_RoomTile_menuButton"
|
|
|
|
|
role="button"
|
|
|
|
|
tabindex="0"
|
|
|
|
|
/>
|
|
|
|
|
<div
|
|
|
|
|
aria-expanded="false"
|
|
|
|
|
aria-haspopup="true"
|
|
|
|
|
aria-label="Notification options"
|
|
|
|
|
class="mx_AccessibleButton mx_RoomTile_notificationsButton"
|
|
|
|
|
role="button"
|
|
|
|
|
tabindex="-1"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
`;
|