mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-13 23:29:51 +03:00
18 lines
344 B
Text
18 lines
344 B
Text
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||
|
|
||
|
exports[`LiveBadge should render the expected HTML 1`] = `
|
||
|
<div>
|
||
|
<div
|
||
|
class="mx_LiveBadge"
|
||
|
>
|
||
|
<i
|
||
|
aria-hidden="true"
|
||
|
class="mx_Icon mx_Icon_16 mx_Icon_live-badge"
|
||
|
role="presentation"
|
||
|
style="mask-image: url(\\"image-file-stub\\");"
|
||
|
/>
|
||
|
Live
|
||
|
</div>
|
||
|
</div>
|
||
|
`;
|