2023-08-31 01:55:02 +08:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`RoomHeader does not show the face pile for DMs 1`] = `
|
|
|
|
<DocumentFragment>
|
|
|
|
<header
|
|
|
|
class="mx_Flex mx_RoomHeader light-panel"
|
|
|
|
style="--mx-flex-display: flex; --mx-flex-direction: row; --mx-flex-align: center; --mx-flex-justify: start; --mx-flex-gap: var(--cpd-space-3x);"
|
|
|
|
>
|
2023-09-01 17:45:50 +08:00
|
|
|
<span
|
2023-09-22 16:35:36 +08:00
|
|
|
class="_avatar_ylj7w_17 mx_BaseAvatar _avatar-imageless_ylj7w_56"
|
2023-09-01 17:45:50 +08:00
|
|
|
data-color="7"
|
|
|
|
data-testid="avatar-img"
|
|
|
|
data-type="round"
|
|
|
|
role="presentation"
|
|
|
|
style="--cpd-avatar-size: 40px;"
|
2023-08-31 01:55:02 +08:00
|
|
|
>
|
2023-09-01 17:45:50 +08:00
|
|
|
!
|
|
|
|
</span>
|
2023-08-31 01:55:02 +08:00
|
|
|
<div
|
|
|
|
class="mx_Box mx_RoomHeader_info mx_Box--flex"
|
|
|
|
style="--mx-box-flex: 1;"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
aria-level="1"
|
2023-09-13 18:32:47 +08:00
|
|
|
class="_font-body-lg-semibold_1jx6b_83 mx_RoomHeader_heading"
|
2023-08-31 01:55:02 +08:00
|
|
|
dir="auto"
|
|
|
|
role="heading"
|
|
|
|
title="!1:example.org"
|
|
|
|
>
|
|
|
|
!1:example.org
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<nav
|
|
|
|
class="mx_Flex"
|
|
|
|
style="--mx-flex-display: flex; --mx-flex-direction: row; --mx-flex-align: center; --mx-flex-justify: start; --mx-flex-gap: var(--cpd-space-2x);"
|
|
|
|
>
|
|
|
|
<button
|
2023-09-12 00:55:32 +08:00
|
|
|
aria-label="There's no one here to call"
|
2023-09-22 16:35:36 +08:00
|
|
|
class="_icon-button_9uxnz_17"
|
2023-09-04 19:42:27 +08:00
|
|
|
data-state="closed"
|
2023-08-31 01:55:02 +08:00
|
|
|
disabled=""
|
|
|
|
style="--cpd-icon-button-size: 32px;"
|
|
|
|
>
|
|
|
|
<div />
|
|
|
|
</button>
|
|
|
|
<button
|
2023-09-12 00:55:32 +08:00
|
|
|
aria-label="There's no one here to call"
|
2023-09-22 16:35:36 +08:00
|
|
|
class="_icon-button_9uxnz_17"
|
2023-09-04 19:42:27 +08:00
|
|
|
data-state="closed"
|
2023-08-31 01:55:02 +08:00
|
|
|
disabled=""
|
|
|
|
style="--cpd-icon-button-size: 32px;"
|
|
|
|
>
|
|
|
|
<div />
|
|
|
|
</button>
|
|
|
|
<button
|
2023-09-12 00:55:32 +08:00
|
|
|
aria-label="Threads"
|
2023-09-22 16:35:36 +08:00
|
|
|
class="_icon-button_9uxnz_17"
|
2023-09-04 19:42:27 +08:00
|
|
|
data-state="closed"
|
2023-08-31 01:55:02 +08:00
|
|
|
style="--cpd-icon-button-size: 32px;"
|
|
|
|
>
|
|
|
|
<div />
|
|
|
|
</button>
|
|
|
|
</nav>
|
|
|
|
</header>
|
|
|
|
</DocumentFragment>
|
|
|
|
`;
|