@@ -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