Skip to content

Commit

Permalink
Update jest snapshots for DetailDrawer.
Browse files Browse the repository at this point in the history
  • Loading branch information
justinkambic committed Jun 14, 2018
1 parent 6240d30 commit 25f65f1
Showing 1 changed file with 71 additions and 44 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,24 @@ exports[`DetailDrawer component If vertices shows basic info and no stats for if
>
<EuiFlyoutHeader>
<EuiFlexGroup
alignItems="center"
alignItems="baseline"
component="div"
direction="row"
gutterSize="l"
gutterSize="s"
justifyContent="flexStart"
responsive={true}
wrap={false}
>
<EuiFlexItem
component="div"
grow={false}
>
<img
className="lspvDetailDrawerIcon"
height={18}
width={18}
/>
</EuiFlexItem>
<EuiFlexItem
component="div"
grow={true}
Expand All @@ -23,11 +33,6 @@ exports[`DetailDrawer component If vertices shows basic info and no stats for if
size="m"
>
<h2>
<img
className="lspvDetailDrawerIcon"
height={18}
width={18}
/>
if
</h2>
</EuiTitle>
Expand All @@ -38,7 +43,7 @@ exports[`DetailDrawer component If vertices shows basic info and no stats for if
>
<EuiButtonIcon
aria-label="Close"
color="primary"
color="text"
iconType="cross"
onClick={[MockFunction]}
type="button"
Expand Down Expand Up @@ -78,14 +83,24 @@ exports[`DetailDrawer component Plugin vertices Plugin does not have explicit ID
>
<EuiFlyoutHeader>
<EuiFlexGroup
alignItems="center"
alignItems="baseline"
component="div"
direction="row"
gutterSize="l"
gutterSize="s"
justifyContent="flexStart"
responsive={true}
wrap={false}
>
<EuiFlexItem
component="div"
grow={false}
>
<img
className="lspvDetailDrawerIcon"
height={18}
width={18}
/>
</EuiFlexItem>
<EuiFlexItem
component="div"
grow={true}
Expand All @@ -94,11 +109,6 @@ exports[`DetailDrawer component Plugin vertices Plugin does not have explicit ID
size="m"
>
<h2>
<img
className="lspvDetailDrawerIcon"
height={18}
width={18}
/>
grok filter
</h2>
</EuiTitle>
Expand All @@ -109,7 +119,7 @@ exports[`DetailDrawer component Plugin vertices Plugin does not have explicit ID
>
<EuiButtonIcon
aria-label="Close"
color="primary"
color="text"
iconType="cross"
onClick={[MockFunction]}
type="button"
Expand Down Expand Up @@ -371,14 +381,24 @@ exports[`DetailDrawer component Plugin vertices Plugin has explicit ID shows bas
>
<EuiFlyoutHeader>
<EuiFlexGroup
alignItems="center"
alignItems="baseline"
component="div"
direction="row"
gutterSize="l"
gutterSize="s"
justifyContent="flexStart"
responsive={true}
wrap={false}
>
<EuiFlexItem
component="div"
grow={false}
>
<img
className="lspvDetailDrawerIcon"
height={18}
width={18}
/>
</EuiFlexItem>
<EuiFlexItem
component="div"
grow={true}
Expand All @@ -387,11 +407,6 @@ exports[`DetailDrawer component Plugin vertices Plugin has explicit ID shows bas
size="m"
>
<h2>
<img
className="lspvDetailDrawerIcon"
height={18}
width={18}
/>
grok filter
</h2>
</EuiTitle>
Expand All @@ -402,7 +417,7 @@ exports[`DetailDrawer component Plugin vertices Plugin has explicit ID shows bas
>
<EuiButtonIcon
aria-label="Close"
color="primary"
color="text"
iconType="cross"
onClick={[MockFunction]}
type="button"
Expand All @@ -418,9 +433,12 @@ exports[`DetailDrawer component Plugin vertices Plugin has explicit ID shows bas
This
plugin
's ID is
<strong>
<EuiBadge
color="default"
iconSide="left"
>
parse_apache_logline
</strong>
</EuiBadge>
.
</p>
<EuiTable
Expand Down Expand Up @@ -657,14 +675,24 @@ exports[`DetailDrawer component Queue vertices shows basic info and no stats for
>
<EuiFlyoutHeader>
<EuiFlexGroup
alignItems="center"
alignItems="baseline"
component="div"
direction="row"
gutterSize="l"
gutterSize="s"
justifyContent="flexStart"
responsive={true}
wrap={false}
>
<EuiFlexItem
component="div"
grow={false}
>
<img
className="lspvDetailDrawerIcon"
height={18}
width={18}
/>
</EuiFlexItem>
<EuiFlexItem
component="div"
grow={true}
Expand All @@ -673,11 +701,6 @@ exports[`DetailDrawer component Queue vertices shows basic info and no stats for
size="m"
>
<h2>
<img
className="lspvDetailDrawerIcon"
height={18}
width={18}
/>
queue
</h2>
</EuiTitle>
Expand All @@ -688,7 +711,7 @@ exports[`DetailDrawer component Queue vertices shows basic info and no stats for
>
<EuiButtonIcon
aria-label="Close"
color="primary"
color="text"
iconType="cross"
onClick={[MockFunction]}
type="button"
Expand Down Expand Up @@ -718,28 +741,32 @@ exports[`DetailDrawer component shows vertex title 1`] = `
>
<EuiFlyoutHeader>
<EuiFlexGroup
alignItems="center"
alignItems="baseline"
component="div"
direction="row"
gutterSize="l"
gutterSize="s"
justifyContent="flexStart"
responsive={true}
wrap={false}
>
<EuiFlexItem
component="div"
grow={false}
>
<img
className="lspvDetailDrawerIcon"
height={18}
width={18}
/>
</EuiFlexItem>
<EuiFlexItem
component="div"
grow={true}
>
<EuiTitle
size="m"
>
<h2>
<img
className="lspvDetailDrawerIcon"
height={18}
width={18}
/>
</h2>
<h2 />
</EuiTitle>
</EuiFlexItem>
<EuiFlexItem
Expand All @@ -748,7 +775,7 @@ exports[`DetailDrawer component shows vertex title 1`] = `
>
<EuiButtonIcon
aria-label="Close"
color="primary"
color="text"
iconType="cross"
onClick={[MockFunction]}
type="button"
Expand Down

0 comments on commit 25f65f1

Please sign in to comment.