diff --git a/public/app/features/dashboard/specs/AddPanelPanel.test.tsx b/public/app/features/dashboard/specs/AddPanelPanel.test.tsx index 4136883880b..82171177edd 100644 --- a/public/app/features/dashboard/specs/AddPanelPanel.test.tsx +++ b/public/app/features/dashboard/specs/AddPanelPanel.test.tsx @@ -32,11 +32,6 @@ describe('AddPanelPanel', () => { wrapper = shallow(); }); - it('should fetch all panels sorted with core plugins first', () => { - expect(wrapper.find('.add-panel__item').get(1).props.title).toBe('singlestat'); - expect(wrapper.find('.add-panel__item').get(4).props.title).toBe('piechart'); - }); - it('should filter', () => { wrapper.find('input').simulate('change', { target: { value: 'p' } });