2018-10-29 07:46:12 -05:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`Render should render component 1`] = `
|
|
|
|
<div>
|
|
|
|
<h3
|
|
|
|
className="page-sub-heading"
|
|
|
|
>
|
|
|
|
Organization profile
|
|
|
|
</h3>
|
|
|
|
<form
|
|
|
|
className="gf-form-group"
|
|
|
|
name="orgForm"
|
|
|
|
onSubmit={[Function]}
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
className="gf-form-inline"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
className="gf-form max-width-28"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
className="gf-form-label"
|
|
|
|
>
|
|
|
|
Organization name
|
|
|
|
</span>
|
2019-03-25 09:53:05 -05:00
|
|
|
<Input
|
2018-10-29 07:46:12 -05:00
|
|
|
className="gf-form-input"
|
|
|
|
onChange={[Function]}
|
|
|
|
type="text"
|
|
|
|
value="Main org"
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
className="gf-form-button-row"
|
|
|
|
>
|
|
|
|
<button
|
2019-02-05 05:05:02 -06:00
|
|
|
className="btn btn-primary"
|
2018-10-29 07:46:12 -05:00
|
|
|
type="submit"
|
|
|
|
>
|
|
|
|
Save
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
`;
|