SymphonyElectron/spec/__snapshots__/screenSharingIndicator.spec.ts.snap
2023-02-13 09:00:28 +01:00

31 lines
498 B
Plaintext

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