Skip to content

Commit 970f7ca

Browse files
test: update snapshots
1 parent c208987 commit 970f7ca

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,15 @@ exports[`tooltip attributes tooltip with place 1`] = `
6060
Lorem Ipsum
6161
</span>
6262
<div
63-
class="react-tooltip react-tooltip__place-right react-tooltip__show"
63+
class="react-tooltip react-tooltip__place-left react-tooltip__show"
6464
id="example-place-attr"
6565
role="tooltip"
66-
style="left: 10px; top: 5px;"
66+
style="left: -10px; top: 5px;"
6767
>
6868
Hello World!
6969
<div
7070
class="react-tooltip-arrow"
71-
style="--rt-arrow-size: 8px; left: -4px; top: -1px;"
71+
style="--rt-arrow-size: 8px; top: -1px; right: -4px;"
7272
/>
7373
</div>
7474
</div>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,15 +187,15 @@ exports[`tooltip props tooltip with place 1`] = `
187187
Lorem Ipsum
188188
</span>
189189
<div
190-
class="react-tooltip react-tooltip__place-right react-tooltip__show"
190+
class="react-tooltip react-tooltip__place-left react-tooltip__show"
191191
id="example-place"
192192
role="tooltip"
193-
style="left: 10px; top: 5px;"
193+
style="left: -10px; top: 5px;"
194194
>
195195
Hello World!
196196
<div
197197
class="react-tooltip-arrow"
198-
style="--rt-arrow-size: 8px; left: -4px; top: -1px;"
198+
style="--rt-arrow-size: 8px; top: -1px; right: -4px;"
199199
/>
200200
</div>
201201
</div>

0 commit comments

Comments
 (0)