mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-26 02:18:25 +08:00
8e719d57a2
* Add voice broadcast recording body * Change icon element; update css variables * Update Icon-test snapshots
18 lines
344 B
Plaintext
18 lines
344 B
Plaintext
// 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>
|
|
`;
|