2018-09-13 07:10:51 -05:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`Render should enable save button 1`] = `
|
2019-01-28 07:40:24 -06:00
|
|
|
<Page
|
|
|
|
navModel={Object {}}
|
|
|
|
>
|
|
|
|
<PageContents
|
|
|
|
isLoading={false}
|
2018-09-13 07:10:51 -05:00
|
|
|
>
|
2019-04-09 05:41:02 -05:00
|
|
|
<h3
|
2019-02-12 05:49:40 -06:00
|
|
|
className="page-sub-heading"
|
|
|
|
>
|
2021-03-31 18:07:37 -05:00
|
|
|
Folder settings
|
2019-04-09 05:41:02 -05:00
|
|
|
</h3>
|
2018-09-13 07:10:51 -05:00
|
|
|
<div
|
2019-02-12 05:49:40 -06:00
|
|
|
className="section gf-form-group"
|
2018-09-13 07:10:51 -05:00
|
|
|
>
|
2019-02-12 05:49:40 -06:00
|
|
|
<form
|
|
|
|
name="folderSettingsForm"
|
|
|
|
onSubmit={[Function]}
|
2019-01-28 07:40:24 -06:00
|
|
|
>
|
2019-02-12 05:49:40 -06:00
|
|
|
<div
|
|
|
|
className="gf-form"
|
2018-09-13 07:10:51 -05:00
|
|
|
>
|
2019-02-12 05:49:40 -06:00
|
|
|
<label
|
|
|
|
className="gf-form-label width-7"
|
2018-09-13 07:10:51 -05:00
|
|
|
>
|
2019-02-12 05:49:40 -06:00
|
|
|
Name
|
|
|
|
</label>
|
2019-03-25 09:53:05 -05:00
|
|
|
<Input
|
2019-02-12 05:49:40 -06:00
|
|
|
className="gf-form-input width-30"
|
|
|
|
onChange={[Function]}
|
|
|
|
type="text"
|
|
|
|
value="loading"
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
className="gf-form-button-row"
|
|
|
|
>
|
2021-04-23 03:06:42 -05:00
|
|
|
<Button
|
2019-02-12 05:49:40 -06:00
|
|
|
disabled={false}
|
|
|
|
type="submit"
|
|
|
|
>
|
2019-02-12 10:08:40 -06:00
|
|
|
Save
|
2021-04-23 03:06:42 -05:00
|
|
|
</Button>
|
|
|
|
<Button
|
2019-02-12 05:49:40 -06:00
|
|
|
disabled={false}
|
|
|
|
onClick={[Function]}
|
2021-04-23 03:06:42 -05:00
|
|
|
variant="destructive"
|
2018-09-13 07:10:51 -05:00
|
|
|
>
|
2019-02-12 10:08:40 -06:00
|
|
|
Delete
|
2021-04-23 03:06:42 -05:00
|
|
|
</Button>
|
2019-02-12 05:49:40 -06:00
|
|
|
</div>
|
|
|
|
</form>
|
2018-09-13 07:10:51 -05:00
|
|
|
</div>
|
2019-01-28 07:40:24 -06:00
|
|
|
</PageContents>
|
|
|
|
</Page>
|
2018-09-13 07:10:51 -05:00
|
|
|
`;
|
|
|
|
|
|
|
|
exports[`Render should render component 1`] = `
|
2019-01-28 07:40:24 -06:00
|
|
|
<Page
|
|
|
|
navModel={Object {}}
|
|
|
|
>
|
|
|
|
<PageContents
|
|
|
|
isLoading={false}
|
2018-09-13 07:10:51 -05:00
|
|
|
>
|
2019-04-09 05:41:02 -05:00
|
|
|
<h3
|
2019-02-12 05:49:40 -06:00
|
|
|
className="page-sub-heading"
|
|
|
|
>
|
2021-03-31 18:07:37 -05:00
|
|
|
Folder settings
|
2019-04-09 05:41:02 -05:00
|
|
|
</h3>
|
2018-09-13 07:10:51 -05:00
|
|
|
<div
|
2019-02-12 05:49:40 -06:00
|
|
|
className="section gf-form-group"
|
2018-09-13 07:10:51 -05:00
|
|
|
>
|
2019-02-12 05:49:40 -06:00
|
|
|
<form
|
|
|
|
name="folderSettingsForm"
|
|
|
|
onSubmit={[Function]}
|
2019-01-28 07:40:24 -06:00
|
|
|
>
|
2019-02-12 05:49:40 -06:00
|
|
|
<div
|
|
|
|
className="gf-form"
|
2018-09-13 07:10:51 -05:00
|
|
|
>
|
2019-02-12 05:49:40 -06:00
|
|
|
<label
|
|
|
|
className="gf-form-label width-7"
|
2018-09-13 07:10:51 -05:00
|
|
|
>
|
2019-02-12 05:49:40 -06:00
|
|
|
Name
|
|
|
|
</label>
|
2019-03-25 09:53:05 -05:00
|
|
|
<Input
|
2019-02-12 05:49:40 -06:00
|
|
|
className="gf-form-input width-30"
|
|
|
|
onChange={[Function]}
|
|
|
|
type="text"
|
|
|
|
value="loading"
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
className="gf-form-button-row"
|
|
|
|
>
|
2021-04-23 03:06:42 -05:00
|
|
|
<Button
|
2019-02-12 05:49:40 -06:00
|
|
|
disabled={true}
|
|
|
|
type="submit"
|
|
|
|
>
|
2019-02-12 10:08:40 -06:00
|
|
|
Save
|
2021-04-23 03:06:42 -05:00
|
|
|
</Button>
|
|
|
|
<Button
|
2019-02-12 05:49:40 -06:00
|
|
|
disabled={false}
|
|
|
|
onClick={[Function]}
|
2021-04-23 03:06:42 -05:00
|
|
|
variant="destructive"
|
2018-09-13 07:10:51 -05:00
|
|
|
>
|
2019-02-12 10:08:40 -06:00
|
|
|
Delete
|
2021-04-23 03:06:42 -05:00
|
|
|
</Button>
|
2019-02-12 05:49:40 -06:00
|
|
|
</div>
|
|
|
|
</form>
|
2018-09-13 07:10:51 -05:00
|
|
|
</div>
|
2019-01-28 07:40:24 -06:00
|
|
|
</PageContents>
|
|
|
|
</Page>
|
2018-09-13 07:10:51 -05:00
|
|
|
`;
|