SymphonyElectron/spec/__snapshots__/screenSharingIndicator.spec.ts.snap

30 lines
497 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`screen sharing indicator should render correctly 1`] = `
<div
className="ScreenSharingIndicator mac"
>
<span
className="text-label"
>
You are sharing your screen on
<span
className="text-label2"
>
 
Symphony
</span>
</span>
<span
className="buttons"
>
<button
className="stop-sharing-button"
onClick={[Function]}
>
Stop sharing
</button>
</span>
</div>
`;