SymphonyElectron/spec/__snapshots__/screenSharingIndicator.spec.ts.snap
2019-04-02 10:57:27 +05:30

34 lines
567 B
Plaintext

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