mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix(playlist): remove only parameter to describe
This commit is contained in:
parent
feca2871eb
commit
85a463faab
@ -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);
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user