Commit 85a463fa by bergquist

fix(playlist): remove only parameter to describe

parent feca2871
......@@ -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);
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment