2023-11-22 05:28:54 +08:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`<VideoRoomChatButton /> renders button when room is a video room 1`] = `
|
|
|
|
<button
|
|
|
|
aria-label="Chat"
|
2023-12-14 19:10:01 +08:00
|
|
|
class="_icon-button_ur2sw_17"
|
2023-11-22 05:28:54 +08:00
|
|
|
data-state="closed"
|
2023-12-14 19:10:01 +08:00
|
|
|
role="button"
|
2023-11-22 05:28:54 +08:00
|
|
|
style="--cpd-icon-button-size: 32px;"
|
2023-12-14 19:10:01 +08:00
|
|
|
tabindex="0"
|
2023-11-22 05:28:54 +08:00
|
|
|
>
|
|
|
|
<div />
|
|
|
|
</button>
|
|
|
|
`;
|
|
|
|
|
|
|
|
exports[`<VideoRoomChatButton /> renders button with an unread marker when room is unread 1`] = `
|
|
|
|
<button
|
|
|
|
aria-label="Chat"
|
2023-12-14 19:10:01 +08:00
|
|
|
class="_icon-button_ur2sw_17"
|
2023-11-22 05:28:54 +08:00
|
|
|
data-indicator="default"
|
|
|
|
data-state="closed"
|
2023-12-14 19:10:01 +08:00
|
|
|
role="button"
|
2023-11-22 05:28:54 +08:00
|
|
|
style="--cpd-icon-button-size: 32px;"
|
2023-12-14 19:10:01 +08:00
|
|
|
tabindex="0"
|
2023-11-22 05:28:54 +08:00
|
|
|
>
|
|
|
|
<div />
|
|
|
|
</button>
|
|
|
|
`;
|