mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
chore: Update snapshots for tooltip
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
9cafc8e6b1
commit
9f3550be14
@ -12,6 +12,18 @@ exports[`<Tooltip /> does not render to DOM if not visibile 1`] = `
|
|||||||
</body>
|
</body>
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
exports[`<Tooltip /> does not render to DOM if not visible 1`] = `
|
||||||
|
<body>
|
||||||
|
<div>
|
||||||
|
<div
|
||||||
|
id="my-target"
|
||||||
|
>
|
||||||
|
Target Text
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
`;
|
||||||
|
|
||||||
exports[`<Tooltip /> renders to DOM when forced to by visibile prop 1`] = `
|
exports[`<Tooltip /> renders to DOM when forced to by visibile prop 1`] = `
|
||||||
<body>
|
<body>
|
||||||
<div>
|
<div>
|
||||||
@ -31,6 +43,25 @@ exports[`<Tooltip /> renders to DOM when forced to by visibile prop 1`] = `
|
|||||||
</body>
|
</body>
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
exports[`<Tooltip /> renders to DOM when forced to by visible prop 1`] = `
|
||||||
|
<body>
|
||||||
|
<div>
|
||||||
|
<div
|
||||||
|
class="Tooltip right visible"
|
||||||
|
role="tooltip"
|
||||||
|
style="left: 10px; top: 0px;"
|
||||||
|
>
|
||||||
|
I am a tooltip
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
id="my-target"
|
||||||
|
>
|
||||||
|
Target Text
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
`;
|
||||||
|
|
||||||
exports[`<Tooltip /> renders to DOM when hovering over target 1`] = `
|
exports[`<Tooltip /> renders to DOM when hovering over target 1`] = `
|
||||||
<body>
|
<body>
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user