Skip to content

Commit c0c6eb0

Browse files
test: update snapshots
1 parent 327468f commit c0c6eb0

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ exports[`tooltip attributes basic tooltip 1`] = `
99
Lorem Ipsum
1010
</span>
1111
<div
12-
class="react-tooltip react-tooltip__place-top"
12+
class="react-tooltip react-tooltip__place-top react-tooltip__show"
1313
role="tooltip"
1414
style="left: 5px; top: -10px;"
1515
>
@@ -32,7 +32,7 @@ exports[`tooltip attributes tooltip with place 1`] = `
3232
Lorem Ipsum
3333
</span>
3434
<div
35-
class="react-tooltip react-tooltip__place-right"
35+
class="react-tooltip react-tooltip__place-right react-tooltip__show"
3636
role="tooltip"
3737
style="left: 10px; top: 5px;"
3838
>

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ exports[`tooltip props basic tooltip 1`] = `
88
Lorem Ipsum
99
</span>
1010
<div
11-
class="react-tooltip react-tooltip__place-top"
11+
class="react-tooltip react-tooltip__place-top react-tooltip__show"
1212
role="tooltip"
1313
style="left: 5px; top: -10px;"
1414
>
@@ -29,7 +29,7 @@ exports[`tooltip props clickable tooltip 1`] = `
2929
Lorem Ipsum
3030
</span>
3131
<div
32-
class="react-tooltip react-tooltip__place-top undefined"
32+
class="react-tooltip react-tooltip__place-top react-tooltip__show undefined"
3333
role="tooltip"
3434
style="left: 5px; top: -10px;"
3535
>
@@ -52,7 +52,7 @@ exports[`tooltip props tooltip with custom position 1`] = `
5252
Lorem Ipsum
5353
</span>
5454
<div
55-
class="react-tooltip react-tooltip__place-top"
55+
class="react-tooltip react-tooltip__place-top react-tooltip__show"
5656
role="tooltip"
5757
style="left: 5px; top: -10px;"
5858
>
@@ -83,7 +83,7 @@ exports[`tooltip props tooltip with delay show 1`] = `
8383
Lorem Ipsum
8484
</span>
8585
<div
86-
class="react-tooltip react-tooltip__place-top"
86+
class="react-tooltip react-tooltip__place-top react-tooltip__show"
8787
role="tooltip"
8888
style="left: 5px; top: -10px;"
8989
>
@@ -104,7 +104,7 @@ exports[`tooltip props tooltip with float 1`] = `
104104
Lorem Ipsum
105105
</span>
106106
<div
107-
class="react-tooltip react-tooltip__place-top"
107+
class="react-tooltip react-tooltip__place-top react-tooltip__show"
108108
role="tooltip"
109109
style="left: 5px; top: -10px;"
110110
>
@@ -125,7 +125,7 @@ exports[`tooltip props tooltip with html 1`] = `
125125
Lorem Ipsum
126126
</span>
127127
<div
128-
class="react-tooltip react-tooltip__place-top"
128+
class="react-tooltip react-tooltip__place-top react-tooltip__show"
129129
role="tooltip"
130130
style="left: 5px; top: -10px;"
131131
>
@@ -151,7 +151,7 @@ exports[`tooltip props tooltip with place 1`] = `
151151
Lorem Ipsum
152152
</span>
153153
<div
154-
class="react-tooltip react-tooltip__place-right"
154+
class="react-tooltip react-tooltip__place-right react-tooltip__show"
155155
role="tooltip"
156156
style="left: 10px; top: 5px;"
157157
>

0 commit comments

Comments
 (0)