mirror of
https://github.com/grafana/grafana.git
synced 2025-02-11 16:15:42 -06:00
fixed snapshot test
This commit is contained in:
parent
dd38603ff5
commit
d2645534e3
@ -37,7 +37,7 @@ exports[`CustomScrollbar renders correctly 1`] = `
|
||||
</p>
|
||||
</div>
|
||||
<div
|
||||
className={0}
|
||||
className="css-hqlowp"
|
||||
style={
|
||||
Object {
|
||||
"display": "none",
|
||||
@ -58,7 +58,7 @@ exports[`CustomScrollbar renders correctly 1`] = `
|
||||
/>
|
||||
</div>
|
||||
<div
|
||||
className={0}
|
||||
className="css-163rnue"
|
||||
style={
|
||||
Object {
|
||||
"display": "none",
|
||||
|
@ -113,7 +113,7 @@ exports[`DashboardPage Dashboard init completed Should render dashboard grid 1`
|
||||
autoHideTimeout={200}
|
||||
hideHorizontalTrack={true}
|
||||
hideTracksWhenNotNeeded={false}
|
||||
page={true}
|
||||
scrollbarStickLeft={true}
|
||||
setScrollTop={[Function]}
|
||||
updateAfterMountMs={500}
|
||||
>
|
||||
@ -488,7 +488,7 @@ exports[`DashboardPage When dashboard has editview url state should render setti
|
||||
autoHideTimeout={200}
|
||||
hideHorizontalTrack={true}
|
||||
hideTracksWhenNotNeeded={false}
|
||||
page={true}
|
||||
scrollbarStickLeft={true}
|
||||
setScrollTop={[Function]}
|
||||
updateAfterMountMs={500}
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user