From 85a463faab146c517d2f999d855aab512930701a Mon Sep 17 00:00:00 2001 From: bergquist Date: Tue, 12 Jan 2016 12:01:27 +0100 Subject: [PATCH] fix(playlist): remove only parameter to describe --- public/app/features/playlist/specs/playlist-edit-ctrl-specs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); });