diff --git a/public/app/features/dashboard/specs/dashboard_model.jest.ts b/public/app/features/dashboard/specs/dashboard_model.jest.ts index feede679018..6f0b45c9ba8 100644 --- a/public/app/features/dashboard/specs/dashboard_model.jest.ts +++ b/public/app/features/dashboard/specs/dashboard_model.jest.ts @@ -405,7 +405,7 @@ describe('DashboardModel', function() { }); }); - it.only('should move panels below down', function() { + it('should move panels below down', function() { expect(dashboard.panels[4].gridPos).toMatchObject({ x: 0, y: 9,