mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-27 17:31:36 -06:00
51 lines
985 B
Plaintext
51 lines
985 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`welcome should render correctly 1`] = `
|
|
<div
|
|
className="Welcome"
|
|
lang="en-US"
|
|
>
|
|
<div
|
|
className="Welcome-image-container"
|
|
>
|
|
<img
|
|
alt="Symphony Logo"
|
|
src="../renderer/assets/symphony-logo-plain.png"
|
|
/>
|
|
</div>
|
|
<div
|
|
className="Welcome-main-container"
|
|
>
|
|
<h3
|
|
className="Welcome-name"
|
|
>
|
|
Pod URL
|
|
</h3>
|
|
<div
|
|
className="Welcome-main-container-input-div"
|
|
>
|
|
<div
|
|
className="Welcome-main-container-input-selection"
|
|
>
|
|
<input
|
|
className="Welcome-main-container-podurl-box"
|
|
onChange={[Function]}
|
|
type="url"
|
|
value="https://[POD].symphony.com"
|
|
/>
|
|
</div>
|
|
</div>
|
|
<label
|
|
className="Welcome-message-label"
|
|
/>
|
|
<button
|
|
className="Welcome-continue-button-disabled"
|
|
disabled={true}
|
|
onClick={[Function]}
|
|
>
|
|
Continue
|
|
</button>
|
|
</div>
|
|
</div>
|
|
`;
|