diff --git a/public/app/core/components/ScrollBar/GrafanaScrollbar.test.tsx b/public/app/core/components/ScrollBar/GrafanaScrollbar.test.tsx
index 7e519acd29d..d4d3de6aea7 100644
--- a/public/app/core/components/ScrollBar/GrafanaScrollbar.test.tsx
+++ b/public/app/core/components/ScrollBar/GrafanaScrollbar.test.tsx
@@ -1,16 +1,15 @@
import React from 'react';
-import renderer from 'react-test-renderer';
+import { mount } from 'enzyme';
+import toJson from 'enzyme-to-json';
import GrafanaScrollbar from './GrafanaScrollbar';
describe('GrafanaScrollbar', () => {
it('renders correctly', () => {
- const tree = renderer
- .create(
- Scrollable content Scrollable content
- Scrollable content -
-+ Scrollable content +
+