SymphonyElectron/spec/__snapshots__/aboutApp.spec.ts.snap
Kiran Niranjan 5c32143856 fix: SDA-1546 (Update SDA Icons) (#840)
* SDA-1546 - Update app icons

* SDA-1546 - fix unit tests

* SDA-1546 - Fix icns file for MacOS
2020-01-04 14:18:02 +05:30

179 lines
2.8 KiB
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`about app should render correctly 1`] = `
<div
className="AboutApp"
lang="en-US"
>
<div
className="AboutApp-header-container"
>
<div
className="AboutApp-image-container"
>
<img
alt="Symphony Logo"
className="AboutApp-logo"
src="../renderer/assets/symphony-logo.png"
/>
</div>
<div
className="AboutApp-header-content"
>
<h1
className="AboutApp-name"
>
Symphony
</h1>
<p
className="AboutApp-copyrightText"
>
© 2020 Symphony
</p>
</div>
</div>
<hr />
<div
className="AboutApp-main-container"
>
<section>
<h4>
Symphony
</h4>
<ul
className="AboutApp-symphony-section"
>
<li>
<b>
SBE:
</b>
N/A (N/A)
</li>
<li>
<b>
SFE:
</b>
N/A
</li>
<li>
<b>
SDA:
</b>
N/A (N/A)
</li>
</ul>
</section>
<section>
<h4>
Electron
</h4>
<ul
className="AboutApp-electron-section"
>
<li>
<b>
Electron:
</b>
N/A
</li>
<li>
<b>
Chrome:
</b>
N/A
</li>
<li>
<b>
V8:
</b>
N/A
</li>
<li>
<b>
Node:
</b>
N/A
</li>
</ul>
</section>
<section>
<h4>
Others
</h4>
<ul
className="AboutApp-others-section"
>
<li>
<b>
openssl:
</b>
N/A
</li>
<li>
<b>
zlib:
</b>
N/A
</li>
<li>
<b>
uv:
</b>
N/A
</li>
<li>
<b>
ares:
</b>
N/A
</li>
<li>
<b>
http_parser:
</b>
N/A
</li>
<li>
<b>
Swift Search
:
</b>
N/A
</li>
<li>
<b>
Swift Search API
:
</b>
N/A
</li>
</ul>
</section>
</div>
<hr />
<div>
<button
className="AboutApp-copy-button"
onClick={[Function]}
title="Copy all the version information in this page"
>
Copy
</button>
</div>
</div>
`;