Browse Source

fix(playlist): remove only parameter to describe

bergquist 10 years ago
parent
commit
85a463faab
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public/app/features/playlist/specs/playlist-edit-ctrl-specs.ts

+ 1 - 1
public/app/features/playlist/specs/playlist-edit-ctrl-specs.ts

@@ -38,7 +38,7 @@ describe('PlaylistEditCtrl', function() {
         ctx.scope.$digest();
         ctx.scope.$digest();
     });
     });
 
 
-    describe.only('searchresult returns 2 dashboards', function() {
+    describe('searchresult returns 2 dashboards', function() {
         it('found dashboard should be 2', function() {
         it('found dashboard should be 2', function() {
             expect(ctx.scope.foundPlaylistItems.length).to.be(2);
             expect(ctx.scope.foundPlaylistItems.length).to.be(2);
         });
         });