Skip to content

Commit

Permalink
Update jest snapshots (elastic#19186)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisronline authored May 17, 2018
1 parent 80bb4b1 commit d4f8a70
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down Expand Up @@ -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}
>
Expand All @@ -198,6 +202,7 @@ exports[`Flyout should render import step 1`] = `
<EuiFlexGroup
alignItems="stretch"
component="div"
direction="row"
gutterSize="l"
justifyContent="spaceBetween"
responsive={true}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ exports[`Header should render normally 1`] = `
<EuiFlexGroup
alignItems="flexEnd"
component="div"
direction="row"
gutterSize="l"
justifyContent="spaceBetween"
responsive={true}
Expand All @@ -34,6 +35,7 @@ exports[`Header should render normally 1`] = `
<EuiFlexGroup
alignItems="flexEnd"
component="div"
direction="row"
gutterSize="l"
justifyContent="spaceBetween"
responsive={true}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ exports[`Relationships should render dashboards normally 1`] = `
<EuiFlexGroup
alignItems="stretch"
component="div"
direction="row"
gutterSize="l"
justifyContent="spaceBetween"
responsive={true}
Expand Down Expand Up @@ -161,6 +162,7 @@ exports[`Relationships should render errors 1`] = `
<EuiFlexGroup
alignItems="stretch"
component="div"
direction="row"
gutterSize="l"
justifyContent="spaceBetween"
responsive={true}
Expand Down Expand Up @@ -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}
Expand Down Expand Up @@ -517,6 +520,7 @@ exports[`Relationships should render searches normally 1`] = `
<EuiFlexGroup
alignItems="stretch"
component="div"
direction="row"
gutterSize="l"
justifyContent="spaceBetween"
responsive={true}
Expand Down Expand Up @@ -640,6 +644,7 @@ exports[`Relationships should render visualizations normally 1`] = `
<EuiFlexGroup
alignItems="stretch"
component="div"
direction="row"
gutterSize="l"
justifyContent="spaceBetween"
responsive={true}
Expand Down

0 comments on commit d4f8a70

Please sign in to comment.