Skip to content

Commit dd315a8

Browse files
test: update snapshot
1 parent e2f7b15 commit dd315a8

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/test/__snapshots__/tooltip-wrapper.spec.js.snap

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,12 @@ exports[`tooltip props basic tooltip component 1`] = `
1414
<div
1515
class="react-tooltip"
1616
role="tooltip"
17-
style="left: 5px; top: 10px;"
17+
style="left: 5px; top: -10px;"
1818
>
19-
<button>
20-
button
21-
</button>
19+
Shared Global Tooltip
2220
<div
2321
class="react-tooltip-arrow"
24-
style="left: 5px; top: -4px;"
22+
style="left: 5px; bottom: -4px;"
2523
/>
2624
</div>
2725
</div>

0 commit comments

Comments
 (0)