mirror of
https://github.com/element-hq/element-web
synced 2024-11-29 12:58:53 +03:00
22 lines
452 B
Text
22 lines
452 B
Text
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||
|
|
||
|
exports[`MessagePanel should handle large numbers of hidden events quickly 1`] = `
|
||
|
<DocumentFragment>
|
||
|
<div
|
||
|
class="mx_AutoHideScrollbar mx_ScrollPanel cls"
|
||
|
tabindex="-1"
|
||
|
>
|
||
|
<div
|
||
|
class="mx_RoomView_messageListWrapper"
|
||
|
>
|
||
|
<ol
|
||
|
aria-live="polite"
|
||
|
class="mx_RoomView_MessageList"
|
||
|
style="height: 400px;"
|
||
|
/>
|
||
|
</div>
|
||
|
</div>
|
||
|
);
|
||
|
</DocumentFragment>
|
||
|
`;
|