mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-29 14:00:48 +08:00
20 lines
460 B
Plaintext
20 lines
460 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`StopButton should render as expected 1`] = `
|
|
<div>
|
|
<div
|
|
aria-label="stop voice broadcast"
|
|
class="mx_AccessibleButton mx_BroadcastPlaybackControlButton"
|
|
role="button"
|
|
tabindex="0"
|
|
>
|
|
<i
|
|
aria-hidden="true"
|
|
class="mx_Icon mx_Icon_16 mx_Icon_compound-secondary-content"
|
|
role="presentation"
|
|
style="mask-image: url(\\"image-file-stub\\");"
|
|
/>
|
|
</div>
|
|
</div>
|
|
`;
|