Skip to content

Commit ad5e853

Browse files
committed
fix(react-popover): update snapshots
1 parent 0752959 commit ad5e853

8 files changed

Lines changed: 0 additions & 18 deletions

File tree

packages/charts/react-charts/library/src/components/DonutChart/__snapshots__/DonutChart.test.tsx.snap

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,6 @@ Object {
420420
<div
421421
class="fui-PopoverSurface"
422422
data-tabster="{\\"restorer\\":{\\"type\\":0}}"
423-
role="group"
424423
style="position: fixed; left: 0px; top: 0px; margin: 0px;"
425424
>
426425
<div
@@ -640,7 +639,6 @@ Object {
640639
<div
641640
class="fui-PopoverSurface"
642641
data-tabster="{\\"restorer\\":{\\"type\\":0}}"
643-
role="group"
644642
style="position: fixed; left: 0px; top: 0px; margin: 0px;"
645643
>
646644
<div
@@ -900,7 +898,6 @@ Object {
900898
<div
901899
class="fui-PopoverSurface"
902900
data-tabster="{\\"restorer\\":{\\"type\\":0}}"
903-
role="group"
904901
style="position: fixed; left: 0px; top: 0px; margin: 0px;"
905902
>
906903
<div
@@ -1120,7 +1117,6 @@ Object {
11201117
<div
11211118
class="fui-PopoverSurface"
11221119
data-tabster="{\\"restorer\\":{\\"type\\":0}}"
1123-
role="group"
11241120
style="position: fixed; left: 0px; top: 0px; margin: 0px;"
11251121
>
11261122
<div

packages/charts/react-charts/library/src/components/GanttChart/__snapshots__/GanttChart.test.tsx.snap

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,6 @@ exports[`GanttChart interaction and accessibility tests should render custom cal
427427
data-popper-placement="top"
428428
data-popper-reference-hidden=""
429429
data-tabster="{\\"restorer\\":{\\"type\\":0}}"
430-
role="group"
431430
style="position: absolute; left: 0px; top: 0px; margin: 0px; box-sizing: border-box; max-width: 0px; max-height: -20px; overflow-y: auto; transform: translate(-10px, -40px); --fui-positioning-slide-direction-x: 0px; --fui-positioning-slide-direction-y: 1px;"
432431
>
433432
<div
@@ -4762,7 +4761,6 @@ exports[`GanttChart rendering and behavior tests should render callout correctly
47624761
data-popper-placement="top"
47634762
data-popper-reference-hidden=""
47644763
data-tabster="{\\"restorer\\":{\\"type\\":0}}"
4765-
role="group"
47664764
style="position: absolute; left: 0px; top: 0px; margin: 0px; box-sizing: border-box; max-width: 0px; max-height: -20px; overflow-y: auto; transform: translate(-10px, -40px); --fui-positioning-slide-direction-x: 0px; --fui-positioning-slide-direction-y: 1px;"
47674765
>
47684766
<div

packages/charts/react-charts/library/src/components/GaugeChart/__snapshots__/GaugeChart.test.tsx.snap

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -873,7 +873,6 @@ exports[`Gauge chart interactions Should hide callout on mouse leave 1`] = `
873873
<div
874874
class="fui-PopoverSurface"
875875
data-tabster="{\\"restorer\\":{\\"type\\":0}}"
876-
role="group"
877876
style="position: fixed; left: 0px; top: 0px; margin: 0px;"
878877
>
879878
<div
@@ -1559,7 +1558,6 @@ exports[`Gauge chart interactions Should show callout on focus 1`] = `
15591558
<div
15601559
class="fui-PopoverSurface"
15611560
data-tabster="{\\"restorer\\":{\\"type\\":0}}"
1562-
role="group"
15631561
style="position: fixed; left: 0px; top: 0px; margin: 0px;"
15641562
>
15651563
<div
@@ -1859,7 +1857,6 @@ exports[`Gauge chart interactions Should show callout on mouse over 1`] = `
18591857
<div
18601858
class="fui-PopoverSurface"
18611859
data-tabster="{\\"restorer\\":{\\"type\\":0}}"
1862-
role="group"
18631860
style="position: fixed; left: 0px; top: 0px; margin: 0px;"
18641861
>
18651862
<div

packages/charts/react-charts/library/src/components/GroupedVerticalBarChart/__snapshots__/GroupedVerticalBarChart.test.tsx.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1309,7 +1309,6 @@ exports[`GroupedVerticalBarChart - mouse events Should render callout correctly
13091309
<div
13101310
class="fui-PopoverSurface"
13111311
data-tabster="{\\"restorer\\":{\\"type\\":0}}"
1312-
role="group"
13131312
style="position: fixed; left: 0px; top: 0px; margin: 0px;"
13141313
>
13151314
<div

packages/charts/react-charts/library/src/components/LineChart/__snapshots__/LineChart.test.tsx.snap

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1878,7 +1878,6 @@ exports[`LineChart - mouse events Should render callout correctly on mouseover 1
18781878
<div
18791879
class="fui-PopoverSurface"
18801880
data-tabster="{\\"restorer\\":{\\"type\\":0}}"
1881-
role="group"
18821881
style="position: fixed; left: 0px; top: 0px; margin: 0px;"
18831882
>
18841883
<div
@@ -2553,7 +2552,6 @@ exports[`LineChart - mouse events Should render customized callout per stack on
25532552
<div
25542553
class="fui-PopoverSurface"
25552554
data-tabster="{\\"restorer\\":{\\"type\\":0}}"
2556-
role="group"
25572555
style="position: fixed; left: 0px; top: 0px; margin: 0px;"
25582556
>
25592557
<div>

packages/charts/react-charts/library/src/components/SankeyChart/__snapshots__/SankeyChart.test.tsx.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11596,7 +11596,6 @@ exports[`SankeyChart - mouse events Should render callout correctly on mouseover
1159611596
<div
1159711597
class="fui-PopoverSurface"
1159811598
data-tabster="{\\"restorer\\":{\\"type\\":0}}"
11599-
role="group"
1160011599
style="position: fixed; left: 0px; top: 0px; margin: 0px;"
1160111600
>
1160211601
<div

packages/charts/react-charts/library/src/components/VerticalBarChart/__snapshots__/VerticalBarChart.test.tsx.snap

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4983,7 +4983,6 @@ exports[`VerticalBarChart - mouse events Should render callout correctly on mous
49834983
<div
49844984
class="fui-PopoverSurface"
49854985
data-tabster="{\\"restorer\\":{\\"type\\":0}}"
4986-
role="group"
49874986
style="position: fixed; left: 0px; top: 0px; margin: 0px;"
49884987
>
49894988
<div
@@ -5609,7 +5608,6 @@ exports[`VerticalBarChart - mouse events Should render customized callout on mou
56095608
<div
56105609
class="fui-PopoverSurface"
56115610
data-tabster="{\\"restorer\\":{\\"type\\":0}}"
5612-
role="group"
56135611
style="position: fixed; left: 0px; top: 0px; margin: 0px;"
56145612
>
56155613
<div>

packages/charts/react-charts/library/src/components/VerticalStackedBarChart/__snapshots__/VerticalStackedBarChart.test.tsx.snap

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2152,7 +2152,6 @@ exports[`VerticalStackedBarChart - mouse events Should render callout correctly
21522152
<div
21532153
class="fui-PopoverSurface"
21542154
data-tabster="{\\"restorer\\":{\\"type\\":0}}"
2155-
role="group"
21562155
style="position: fixed; left: 0px; top: 0px; margin: 0px;"
21572156
>
21582157
<div
@@ -2724,7 +2723,6 @@ exports[`VerticalStackedBarChart - mouse events Should render customized callout
27242723
<div
27252724
class="fui-PopoverSurface"
27262725
data-tabster="{\\"restorer\\":{\\"type\\":0}}"
2727-
role="group"
27282726
style="position: fixed; left: 0px; top: 0px; margin: 0px;"
27292727
>
27302728
<div>
@@ -3338,7 +3336,6 @@ exports[`VerticalStackedBarChart - mouse events Should render customized callout
33383336
<div
33393337
class="fui-PopoverSurface"
33403338
data-tabster="{\\"restorer\\":{\\"type\\":0}}"
3341-
role="group"
33423339
style="position: fixed; left: 0px; top: 0px; margin: 0px;"
33433340
>
33443341
<div

0 commit comments

Comments
 (0)