mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-25 18:08:14 +08:00
f59bd6d403
* update deps: `@vector-im/compound-web` * test: update snapshots
21 lines
455 B
Plaintext
21 lines
455 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`<VideoRoomChatButton /> renders button with an unread marker when room is unread 1`] = `
|
|
<button
|
|
aria-label="Chat"
|
|
class="_icon-button_rijzz_17"
|
|
data-indicator="default"
|
|
role="button"
|
|
style="--cpd-icon-button-size: 32px;"
|
|
tabindex="0"
|
|
>
|
|
<div
|
|
class="_indicator-icon_133tf_26"
|
|
data-indicator="default"
|
|
style="--cpd-icon-button-size: 100%;"
|
|
>
|
|
<div />
|
|
</div>
|
|
</button>
|
|
`;
|