mirror of https://github.com/vector-im/riot-web
142 lines
3.8 KiB
Plaintext
142 lines
3.8 KiB
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`<RoomSummaryCard /> renders the room summary 1`] = `
|
|
<div>
|
|
<div
|
|
class="mx_BaseCard mx_RoomSummaryCard"
|
|
>
|
|
<div
|
|
class="mx_AutoHideScrollbar"
|
|
tabindex="-1"
|
|
>
|
|
<header
|
|
class="mx_Flex mx_RoomSummaryCard_header"
|
|
style="--mx-flex-display: flex; --mx-flex-direction: row; --mx-flex-align: center; --mx-flex-justify: space-between; --mx-flex-gap: var(--cpd-space-3x);"
|
|
>
|
|
<button
|
|
aria-label="Search"
|
|
class="mx_RoomSummaryCard_searchBtn"
|
|
data-state="closed"
|
|
data-testid="summary-search"
|
|
>
|
|
<div
|
|
height="100%"
|
|
width="100%"
|
|
/>
|
|
</button>
|
|
<div
|
|
class="mx_AccessibleButton mx_BaseCard_close"
|
|
data-testid="base-card-close-button"
|
|
role="button"
|
|
tabindex="0"
|
|
title="Close"
|
|
/>
|
|
</header>
|
|
<header
|
|
class="mx_RoomSummaryCard_container"
|
|
>
|
|
<div
|
|
class="mx_RoomSummaryCard_avatar"
|
|
role="presentation"
|
|
>
|
|
<span
|
|
class="_avatar_1o69u_17 mx_BaseAvatar _avatar-imageless_1o69u_60"
|
|
data-color="7"
|
|
data-testid="avatar-img"
|
|
data-type="round"
|
|
role="presentation"
|
|
style="--cpd-avatar-size: 54px;"
|
|
>
|
|
!
|
|
</span>
|
|
<div
|
|
aria-describedby="mx_TooltipTarget_vY7Q4uEh"
|
|
class="mx_TextWithTooltip_target mx_RoomSummaryCard_e2ee"
|
|
tabindex="0"
|
|
/>
|
|
</div>
|
|
<h1
|
|
class="mx_RoomSummaryCard_roomName"
|
|
title="!room:domain.org"
|
|
>
|
|
!room:domain.org
|
|
</h1>
|
|
<div
|
|
class="mx_RoomSummaryCard_alias"
|
|
title=""
|
|
/>
|
|
</header>
|
|
<div
|
|
class="mx_BaseCard_Group mx_RoomSummaryCard_aboutGroup"
|
|
>
|
|
<h2>
|
|
About
|
|
</h2>
|
|
<div
|
|
class="mx_AccessibleButton mx_BaseCard_Button mx_RoomSummaryCard_Button mx_RoomSummaryCard_icon_people"
|
|
role="button"
|
|
tabindex="0"
|
|
>
|
|
People
|
|
<span
|
|
class="mx_BaseCard_Button_sublabel"
|
|
>
|
|
0
|
|
</span>
|
|
</div>
|
|
<div
|
|
class="mx_AccessibleButton mx_BaseCard_Button mx_RoomSummaryCard_Button mx_RoomSummaryCard_icon_files"
|
|
role="button"
|
|
tabindex="0"
|
|
>
|
|
Files
|
|
</div>
|
|
<div
|
|
class="mx_AccessibleButton mx_BaseCard_Button mx_RoomSummaryCard_Button mx_RoomSummaryCard_icon_poll"
|
|
role="button"
|
|
tabindex="0"
|
|
>
|
|
Poll history
|
|
</div>
|
|
<div
|
|
class="mx_AccessibleButton mx_BaseCard_Button mx_RoomSummaryCard_Button mx_RoomSummaryCard_icon_export"
|
|
role="button"
|
|
tabindex="0"
|
|
>
|
|
Export chat
|
|
</div>
|
|
<div
|
|
class="mx_AccessibleButton mx_BaseCard_Button mx_RoomSummaryCard_Button mx_RoomSummaryCard_icon_share"
|
|
data-testid="shareRoomButton"
|
|
role="button"
|
|
tabindex="0"
|
|
>
|
|
Share room
|
|
</div>
|
|
<div
|
|
class="mx_AccessibleButton mx_BaseCard_Button mx_RoomSummaryCard_Button mx_RoomSummaryCard_icon_settings"
|
|
role="button"
|
|
tabindex="0"
|
|
>
|
|
Room settings
|
|
</div>
|
|
</div>
|
|
<div
|
|
class="mx_BaseCard_Group mx_RoomSummaryCard_appsGroup"
|
|
>
|
|
<h2>
|
|
Widgets
|
|
</h2>
|
|
<div
|
|
class="mx_AccessibleButton mx_AccessibleButton_hasKind mx_AccessibleButton_kind_link"
|
|
role="button"
|
|
tabindex="0"
|
|
>
|
|
Add widgets, bridges & bots
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
`;
|