19 lines
460 B
Text
19 lines
460 B
Text
// 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>
|
|
`;
|