diff --git a/public/app/features/playlist/specs/playlist-edit-ctrl-specs.ts b/public/app/features/playlist/specs/playlist-edit-ctrl-specs.ts index 4ec86feda6e..6d4db720fde 100644 --- a/public/app/features/playlist/specs/playlist-edit-ctrl-specs.ts +++ b/public/app/features/playlist/specs/playlist-edit-ctrl-specs.ts @@ -38,7 +38,7 @@ describe('PlaylistEditCtrl', function() { ctx.scope.$digest(); }); - describe.only('searchresult returns 2 dashboards', function() { + describe('searchresult returns 2 dashboards', function() { it('found dashboard should be 2', function() { expect(ctx.scope.foundPlaylistItems.length).to.be(2); });