Skip to content

Commit

Permalink
update snapshot for Alert tests
Browse files Browse the repository at this point in the history
Signed-off-by: Riya Saxena <[email protected]>
  • Loading branch information
riysaxen-amzn committed Jun 24, 2024
1 parent fae0531 commit 5110f10
Showing 1 changed file with 38 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1165,7 +1165,44 @@ exports[`<Alerts /> spec renders the component 1`] = `
<span
className="euiTab__content"
>
Correlations
<EuiToolTip
content="This object was created using an experimental feature. It may not appear in view if the feature is discontinued."
delay="regular"
position="top"
>
<span
className="euiToolTipAnchor"
onKeyUp={[Function]}
onMouseOut={[Function]}
onMouseOver={[Function]}
>
<div
onBlur={[Function]}
onFocus={[Function]}
style={
Object {
"alignItems": "center",
"display": "flex",
}
}
>
<span
style={
Object {
"marginRight": "4px",
}
}
>
Correlations
</span>
<EuiIcon
type="beaker"
>
EuiIconMock
</EuiIcon>
</div>
</span>
</EuiToolTip>
</span>
</button>
</EuiTab>
Expand Down

0 comments on commit 5110f10

Please sign in to comment.