mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-25 09:58:11 +08:00
6ae7c033d5
* Move RoomHeader to LegacyRoomHeader * Create new RoomHeader component
36 lines
931 B
Plaintext
36 lines
931 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`LegacyRoomHeaderButtons-test.tsx should render 1`] = `
|
|
<DocumentFragment>
|
|
<div
|
|
aria-current="false"
|
|
aria-label="Chat"
|
|
class="mx_AccessibleButton mx_LegacyRoomHeader_button mx_RightPanel_timelineCardButton"
|
|
role="button"
|
|
tabindex="0"
|
|
/>
|
|
<div
|
|
aria-current="false"
|
|
aria-label="Threads"
|
|
class="mx_AccessibleButton mx_LegacyRoomHeader_button mx_RightPanel_threadsButton"
|
|
data-testid="threadsButton"
|
|
role="button"
|
|
tabindex="0"
|
|
/>
|
|
<div
|
|
aria-current="false"
|
|
aria-label="Notifications"
|
|
class="mx_AccessibleButton mx_LegacyRoomHeader_button mx_RightPanel_notifsButton"
|
|
role="button"
|
|
tabindex="0"
|
|
/>
|
|
<div
|
|
aria-current="false"
|
|
aria-label="Room info"
|
|
class="mx_AccessibleButton mx_LegacyRoomHeader_button mx_RightPanel_roomSummaryButton"
|
|
role="button"
|
|
tabindex="0"
|
|
/>
|
|
</DocumentFragment>
|
|
`;
|