2024-08-06 14:51:25 +00:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`WithPresenceIndicator renders presence indicator with tooltip for DM rooms 1`] = `
|
|
|
|
<DocumentFragment>
|
|
|
|
<div
|
|
|
|
class="mx_WithPresenceIndicator"
|
|
|
|
>
|
|
|
|
<span />
|
|
|
|
<div
|
2024-10-14 16:11:58 +00:00
|
|
|
aria-labelledby="floating-ui-1"
|
2024-08-06 14:51:25 +00:00
|
|
|
class="mx_WithPresenceIndicator_icon mx_WithPresenceIndicator_icon_online"
|
|
|
|
style="width: 32px; height: 32px;"
|
|
|
|
tabindex="0"
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</DocumentFragment>
|
|
|
|
`;
|
|
|
|
|
|
|
|
exports[`WithPresenceIndicator renders presence indicator with tooltip for DM rooms 2`] = `
|
|
|
|
<DocumentFragment>
|
|
|
|
<div
|
|
|
|
class="mx_WithPresenceIndicator"
|
|
|
|
>
|
|
|
|
<span />
|
|
|
|
<div
|
2024-10-14 16:11:58 +00:00
|
|
|
aria-labelledby="floating-ui-6"
|
2024-08-06 14:51:25 +00:00
|
|
|
class="mx_WithPresenceIndicator_icon mx_WithPresenceIndicator_icon_offline"
|
|
|
|
style="width: 32px; height: 32px;"
|
|
|
|
tabindex="0"
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</DocumentFragment>
|
|
|
|
`;
|
|
|
|
|
|
|
|
exports[`WithPresenceIndicator renders presence indicator with tooltip for DM rooms 3`] = `
|
|
|
|
<DocumentFragment>
|
|
|
|
<div
|
|
|
|
class="mx_WithPresenceIndicator"
|
|
|
|
>
|
|
|
|
<span />
|
|
|
|
<div
|
2024-10-14 16:11:58 +00:00
|
|
|
aria-labelledby="floating-ui-12"
|
2024-08-06 14:51:25 +00:00
|
|
|
class="mx_WithPresenceIndicator_icon mx_WithPresenceIndicator_icon_away"
|
|
|
|
style="width: 32px; height: 32px;"
|
|
|
|
tabindex="0"
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</DocumentFragment>
|
|
|
|
`;
|