Commit d6959c3b by Johannes Schill

panel-header: Updated snapshots for popper

parent 78e93a3a
......@@ -5,10 +5,34 @@ exports[`Popover renders correctly 1`] = `
className="popper__manager test-class"
onClick={[Function]}
>
<div>
<div
className="popper_ref "
>
<button>
Button with Popover
</button>
</div>
<div
className="popper"
style={
Object {
"left": 0,
"opacity": 0,
"pointerEvents": "none",
"position": "absolute",
"top": 0,
"transition": "opacity 200ms linear",
}
}
>
<div
className="popper__background"
>
Popover text
<div
className="popper__arrow"
/>
</div>
</div>
</div>
`;
......@@ -6,12 +6,36 @@ exports[`Tooltip renders correctly 1`] = `
onMouseEnter={[Function]}
onMouseLeave={[Function]}
>
<div>
<div
className="popper_ref "
>
<a
href="http://www.grafana.com"
>
Link with tooltip
</a>
</div>
<div
className="popper"
style={
Object {
"left": 0,
"opacity": 0,
"pointerEvents": "none",
"position": "absolute",
"top": 0,
"transition": "opacity 200ms linear",
}
}
>
<div
className="popper__background"
>
Tooltip text
<div
className="popper__arrow"
/>
</div>
</div>
</div>
`;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment