Skip to content

Commit

Permalink
test: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieljablonski committed Aug 3, 2023
1 parent 327468f commit c0c6eb0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions src/test/__snapshots__/tooltip-attributes.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ exports[`tooltip attributes basic tooltip 1`] = `
Lorem Ipsum
</span>
<div
class="react-tooltip react-tooltip__place-top"
class="react-tooltip react-tooltip__place-top react-tooltip__show"
role="tooltip"
style="left: 5px; top: -10px;"
>
Expand All @@ -32,7 +32,7 @@ exports[`tooltip attributes tooltip with place 1`] = `
Lorem Ipsum
</span>
<div
class="react-tooltip react-tooltip__place-right"
class="react-tooltip react-tooltip__place-right react-tooltip__show"
role="tooltip"
style="left: 10px; top: 5px;"
>
Expand Down
14 changes: 7 additions & 7 deletions src/test/__snapshots__/tooltip-props.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ exports[`tooltip props basic tooltip 1`] = `
Lorem Ipsum
</span>
<div
class="react-tooltip react-tooltip__place-top"
class="react-tooltip react-tooltip__place-top react-tooltip__show"
role="tooltip"
style="left: 5px; top: -10px;"
>
Expand All @@ -29,7 +29,7 @@ exports[`tooltip props clickable tooltip 1`] = `
Lorem Ipsum
</span>
<div
class="react-tooltip react-tooltip__place-top undefined"
class="react-tooltip react-tooltip__place-top react-tooltip__show undefined"
role="tooltip"
style="left: 5px; top: -10px;"
>
Expand All @@ -52,7 +52,7 @@ exports[`tooltip props tooltip with custom position 1`] = `
Lorem Ipsum
</span>
<div
class="react-tooltip react-tooltip__place-top"
class="react-tooltip react-tooltip__place-top react-tooltip__show"
role="tooltip"
style="left: 5px; top: -10px;"
>
Expand Down Expand Up @@ -83,7 +83,7 @@ exports[`tooltip props tooltip with delay show 1`] = `
Lorem Ipsum
</span>
<div
class="react-tooltip react-tooltip__place-top"
class="react-tooltip react-tooltip__place-top react-tooltip__show"
role="tooltip"
style="left: 5px; top: -10px;"
>
Expand All @@ -104,7 +104,7 @@ exports[`tooltip props tooltip with float 1`] = `
Lorem Ipsum
</span>
<div
class="react-tooltip react-tooltip__place-top"
class="react-tooltip react-tooltip__place-top react-tooltip__show"
role="tooltip"
style="left: 5px; top: -10px;"
>
Expand All @@ -125,7 +125,7 @@ exports[`tooltip props tooltip with html 1`] = `
Lorem Ipsum
</span>
<div
class="react-tooltip react-tooltip__place-top"
class="react-tooltip react-tooltip__place-top react-tooltip__show"
role="tooltip"
style="left: 5px; top: -10px;"
>
Expand All @@ -151,7 +151,7 @@ exports[`tooltip props tooltip with place 1`] = `
Lorem Ipsum
</span>
<div
class="react-tooltip react-tooltip__place-right"
class="react-tooltip react-tooltip__place-right react-tooltip__show"
role="tooltip"
style="left: 10px; top: 5px;"
>
Expand Down

0 comments on commit c0c6eb0

Please sign in to comment.