mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-25 18:08:14 +08:00
6669cb70e4
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
29 lines
608 B
Plaintext
29 lines
608 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`<VideoRoomChatButton /> renders button when room is a video room 1`] = `
|
|
<button
|
|
aria-label="Chat"
|
|
class="_icon-button_ur2sw_17"
|
|
data-state="closed"
|
|
role="button"
|
|
style="--cpd-icon-button-size: 32px;"
|
|
tabindex="0"
|
|
>
|
|
<div />
|
|
</button>
|
|
`;
|
|
|
|
exports[`<VideoRoomChatButton /> renders button with an unread marker when room is unread 1`] = `
|
|
<button
|
|
aria-label="Chat"
|
|
class="_icon-button_ur2sw_17"
|
|
data-indicator="default"
|
|
data-state="closed"
|
|
role="button"
|
|
style="--cpd-icon-button-size: 32px;"
|
|
tabindex="0"
|
|
>
|
|
<div />
|
|
</button>
|
|
`;
|