2023-01-05 17:05:21 +01:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`RoomAvatar should render as expected for a DM room 1`] = `
|
|
|
|
<div>
|
|
|
|
<span
|
|
|
|
class="mx_BaseAvatar"
|
|
|
|
role="presentation"
|
2023-01-30 10:50:08 +01:00
|
|
|
style="width: 36px; height: 36px;"
|
2023-01-05 17:05:21 +01:00
|
|
|
>
|
|
|
|
<span
|
|
|
|
aria-hidden="true"
|
2023-01-30 10:50:08 +01:00
|
|
|
class="mx_BaseAvatar_image mx_BaseAvatar_initial"
|
|
|
|
data-testid="avatar-img"
|
|
|
|
style="background-color: rgb(13, 189, 139); width: 36px; height: 36px; font-size: 23.400000000000002px; line-height: 36px;"
|
2023-01-05 17:05:21 +01:00
|
|
|
>
|
|
|
|
D
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
|
|
|
exports[`RoomAvatar should render as expected for a LocalRoom 1`] = `
|
|
|
|
<div>
|
|
|
|
<span
|
|
|
|
class="mx_BaseAvatar"
|
|
|
|
role="presentation"
|
2023-01-30 10:50:08 +01:00
|
|
|
style="width: 36px; height: 36px;"
|
2023-01-05 17:05:21 +01:00
|
|
|
>
|
|
|
|
<span
|
|
|
|
aria-hidden="true"
|
2023-01-30 10:50:08 +01:00
|
|
|
class="mx_BaseAvatar_image mx_BaseAvatar_initial"
|
|
|
|
data-testid="avatar-img"
|
|
|
|
style="background-color: rgb(172, 59, 168); width: 36px; height: 36px; font-size: 23.400000000000002px; line-height: 36px;"
|
2023-01-05 17:05:21 +01:00
|
|
|
>
|
|
|
|
L
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
|
|
|
exports[`RoomAvatar should render as expected for a Room 1`] = `
|
|
|
|
<div>
|
|
|
|
<span
|
|
|
|
class="mx_BaseAvatar"
|
|
|
|
role="presentation"
|
2023-01-30 10:50:08 +01:00
|
|
|
style="width: 36px; height: 36px;"
|
2023-01-05 17:05:21 +01:00
|
|
|
>
|
|
|
|
<span
|
|
|
|
aria-hidden="true"
|
2023-01-30 10:50:08 +01:00
|
|
|
class="mx_BaseAvatar_image mx_BaseAvatar_initial"
|
|
|
|
data-testid="avatar-img"
|
|
|
|
style="background-color: rgb(172, 59, 168); width: 36px; height: 36px; font-size: 23.400000000000002px; line-height: 36px;"
|
2023-01-05 17:05:21 +01:00
|
|
|
>
|
|
|
|
T
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
`;
|