Skip to content

Commit

Permalink
Fix test snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
acelaya committed Jan 13, 2025
1 parent c984855 commit 76249e4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions test/visits/charts/__snapshots__/DoughnutChart.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ exports[`<DoughnutChart /> > renders Doughnut with expected props 1`] = `
>
<div
class="recharts-default-tooltip"
style="margin: 0px; padding: 10px; background-color: rgb(255, 255, 255); white-space: nowrap; color: white; border-radius: 5px;"
style="margin: 0px; padding: 10px; white-space: nowrap; color: white; background: rgba(0, 0, 0, 0.9); border-radius: 5px;"
>
<p
class="recharts-tooltip-label"
Expand Down Expand Up @@ -202,7 +202,7 @@ exports[`<DoughnutChart /> > renders Doughnut with expected props 2`] = `
>
<div
class="recharts-default-tooltip"
style="margin: 0px; padding: 10px; background-color: rgb(255, 255, 255); white-space: nowrap; color: white; border-radius: 5px;"
style="margin: 0px; padding: 10px; white-space: nowrap; color: white; background: rgba(0, 0, 0, 0.9); border-radius: 5px;"
>
<p
class="recharts-tooltip-label"
Expand Down Expand Up @@ -345,7 +345,7 @@ exports[`<DoughnutChart /> > renders Doughnut with expected props 3`] = `
>
<div
class="recharts-default-tooltip"
style="margin: 0px; padding: 10px; background-color: rgb(255, 255, 255); white-space: nowrap; color: white; border-radius: 5px;"
style="margin: 0px; padding: 10px; white-space: nowrap; color: white; background: rgba(0, 0, 0, 0.9); border-radius: 5px;"
>
<p
class="recharts-tooltip-label"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ exports[`<HorizontalBarChart /> > renders expected charts and tooltip 1`] = `
>
<div
class="recharts-default-tooltip"
style="margin: 0px; padding: 10px; background-color: rgb(255, 255, 255); white-space: nowrap; color: white; border-radius: 5px;"
style="margin: 0px; padding: 10px; white-space: nowrap; color: white; background: rgba(0, 0, 0, 0.9); border-radius: 5px;"
>
<p
class="recharts-tooltip-label"
Expand Down Expand Up @@ -996,7 +996,7 @@ exports[`<HorizontalBarChart /> > renders expected charts and tooltip 2`] = `
>
<div
class="recharts-default-tooltip"
style="margin: 0px; padding: 10px; background-color: rgb(255, 255, 255); white-space: nowrap; color: white; border-radius: 5px;"
style="margin: 0px; padding: 10px; white-space: nowrap; color: white; background: rgba(0, 0, 0, 0.9); border-radius: 5px;"
>
<p
class="recharts-tooltip-label"
Expand Down Expand Up @@ -1566,7 +1566,7 @@ exports[`<HorizontalBarChart /> > renders expected charts and tooltip 3`] = `
>
<div
class="recharts-default-tooltip"
style="margin: 0px; padding: 10px; background-color: rgb(255, 255, 255); white-space: nowrap; color: white; border-radius: 5px;"
style="margin: 0px; padding: 10px; white-space: nowrap; color: white; background: rgba(0, 0, 0, 0.9); border-radius: 5px;"
>
<p
class="recharts-tooltip-label"
Expand Down Expand Up @@ -2136,7 +2136,7 @@ exports[`<HorizontalBarChart /> > renders expected charts and tooltip 4`] = `
>
<div
class="recharts-default-tooltip"
style="margin: 0px; padding: 10px; background-color: rgb(255, 255, 255); white-space: nowrap; color: white; border-radius: 5px;"
style="margin: 0px; padding: 10px; white-space: nowrap; color: white; background: rgba(0, 0, 0, 0.9); border-radius: 5px;"
>
<p
class="recharts-tooltip-label"
Expand Down Expand Up @@ -2727,7 +2727,7 @@ exports[`<HorizontalBarChart /> > renders expected charts and tooltip 5`] = `
>
<div
class="recharts-default-tooltip"
style="margin: 0px; padding: 10px; background-color: rgb(255, 255, 255); white-space: nowrap; color: white; border-radius: 5px;"
style="margin: 0px; padding: 10px; white-space: nowrap; color: white; background: rgba(0, 0, 0, 0.9); border-radius: 5px;"
>
<p
class="recharts-tooltip-label"
Expand Down Expand Up @@ -3297,7 +3297,7 @@ exports[`<HorizontalBarChart /> > renders expected charts and tooltip 6`] = `
>
<div
class="recharts-default-tooltip"
style="margin: 0px; padding: 10px; background-color: rgb(255, 255, 255); white-space: nowrap; color: white; border-radius: 5px;"
style="margin: 0px; padding: 10px; white-space: nowrap; color: white; background: rgba(0, 0, 0, 0.9); border-radius: 5px;"
>
<p
class="recharts-tooltip-label"
Expand Down
10 changes: 5 additions & 5 deletions test/visits/charts/__snapshots__/LineChartCard.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ exports[`<LineChartCard /> > renders chart with expected data 1`] = `
>
<div
class="recharts-default-tooltip"
style="margin: 0px; padding: 10px; background-color: rgb(255, 255, 255); white-space: nowrap; color: white; border-radius: 5px;"
style="margin: 0px; padding: 10px; white-space: nowrap; color: white; background: rgba(0, 0, 0, 0.9); border-radius: 5px;"
>
<p
class="recharts-tooltip-label"
Expand Down Expand Up @@ -398,7 +398,7 @@ exports[`<LineChartCard /> > renders chart with expected data 2`] = `
>
<div
class="recharts-default-tooltip"
style="margin: 0px; padding: 10px; background-color: rgb(255, 255, 255); white-space: nowrap; color: white; border-radius: 5px;"
style="margin: 0px; padding: 10px; white-space: nowrap; color: white; background: rgba(0, 0, 0, 0.9); border-radius: 5px;"
>
<p
class="recharts-tooltip-label"
Expand Down Expand Up @@ -999,7 +999,7 @@ exports[`<LineChartCard /> > renders chart with expected data 3`] = `
>
<div
class="recharts-default-tooltip"
style="margin: 0px; padding: 10px; background-color: rgb(255, 255, 255); white-space: nowrap; color: white; border-radius: 5px;"
style="margin: 0px; padding: 10px; white-space: nowrap; color: white; background: rgba(0, 0, 0, 0.9); border-radius: 5px;"
>
<p
class="recharts-tooltip-label"
Expand Down Expand Up @@ -1614,7 +1614,7 @@ exports[`<LineChartCard /> > renders chart with expected data 4`] = `
>
<div
class="recharts-default-tooltip"
style="margin: 0px; padding: 10px; background-color: rgb(255, 255, 255); white-space: nowrap; color: white; border-radius: 5px;"
style="margin: 0px; padding: 10px; white-space: nowrap; color: white; background: rgba(0, 0, 0, 0.9); border-radius: 5px;"
>
<p
class="recharts-tooltip-label"
Expand Down Expand Up @@ -2768,7 +2768,7 @@ exports[`<LineChartCard /> > renders chart with expected data 5`] = `
>
<div
class="recharts-default-tooltip"
style="margin: 0px; padding: 10px; background-color: rgb(255, 255, 255); white-space: nowrap; color: white; border-radius: 5px;"
style="margin: 0px; padding: 10px; white-space: nowrap; color: white; background: rgba(0, 0, 0, 0.9); border-radius: 5px;"
>
<p
class="recharts-tooltip-label"
Expand Down

0 comments on commit 76249e4

Please sign in to comment.