Update jest snapshots (#19186)

This commit is contained in:
Chris Roberson 2018-05-17 16:19:33 -04:00 committed by GitHub
parent 80bb4b1867
commit d4f8a70527
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 0 deletions

View file

@ -100,6 +100,7 @@ exports[`Flyout conflicts should allow conflict resolution 1`] = `
<EuiFlexGroup
alignItems="stretch"
component="div"
direction="row"
gutterSize="l"
justifyContent="spaceBetween"
responsive={true}
@ -171,16 +172,19 @@ exports[`Flyout should render import step 1`] = `
<EuiFlyoutBody>
<EuiForm>
<EuiFormRow
describedByIds={Array []}
fullWidth={false}
hasEmptyLabelSpace={false}
label="Please select a JSON file to import"
>
<EuiFilePicker
compressed={false}
initialPromptText="Import"
onChange={[Function]}
/>
</EuiFormRow>
<EuiFormRow
describedByIds={Array []}
fullWidth={false}
hasEmptyLabelSpace={false}
>
@ -198,6 +202,7 @@ exports[`Flyout should render import step 1`] = `
<EuiFlexGroup
alignItems="stretch"
component="div"
direction="row"
gutterSize="l"
justifyContent="spaceBetween"
responsive={true}

View file

@ -8,6 +8,7 @@ exports[`Header should render normally 1`] = `
<EuiFlexGroup
alignItems="flexEnd"
component="div"
direction="row"
gutterSize="l"
justifyContent="spaceBetween"
responsive={true}
@ -34,6 +35,7 @@ exports[`Header should render normally 1`] = `
<EuiFlexGroup
alignItems="flexEnd"
component="div"
direction="row"
gutterSize="l"
justifyContent="spaceBetween"
responsive={true}

View file

@ -99,6 +99,7 @@ exports[`Relationships should render dashboards normally 1`] = `
<EuiFlexGroup
alignItems="stretch"
component="div"
direction="row"
gutterSize="l"
justifyContent="spaceBetween"
responsive={true}
@ -161,6 +162,7 @@ exports[`Relationships should render errors 1`] = `
<EuiFlexGroup
alignItems="stretch"
component="div"
direction="row"
gutterSize="l"
justifyContent="spaceBetween"
responsive={true}
@ -340,6 +342,7 @@ exports[`Relationships should render index patterns normally 1`] = `
<EuiFlexGroup
alignItems="stretch"
component="div"
direction="row"
gutterSize="l"
justifyContent="spaceBetween"
responsive={true}
@ -517,6 +520,7 @@ exports[`Relationships should render searches normally 1`] = `
<EuiFlexGroup
alignItems="stretch"
component="div"
direction="row"
gutterSize="l"
justifyContent="spaceBetween"
responsive={true}
@ -640,6 +644,7 @@ exports[`Relationships should render visualizations normally 1`] = `
<EuiFlexGroup
alignItems="stretch"
component="div"
direction="row"
gutterSize="l"
justifyContent="spaceBetween"
responsive={true}