Commit 6b4b7969 by Alexander Zobnin

graph: fix karma tests

parent 0c3e04ca
...@@ -87,6 +87,8 @@ describe('grafanaGraph', function() { ...@@ -87,6 +87,8 @@ describe('grafanaGraph', function() {
$.plot = ctx.plotSpy = sinon.spy(); $.plot = ctx.plotSpy = sinon.spy();
ctrl.events.emit('render', ctx.data); ctrl.events.emit('render', ctx.data);
ctrl.events.emit('render-legend');
ctrl.events.emit('legend-rendering-complete');
ctx.plotData = ctx.plotSpy.getCall(0).args[1]; ctx.plotData = ctx.plotSpy.getCall(0).args[1];
ctx.plotOptions = ctx.plotSpy.getCall(0).args[2]; ctx.plotOptions = ctx.plotSpy.getCall(0).args[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