Commit 613e209a by Torkel Ödegaard

Fixed solo panel unit test

parent 5e4b0266
define([
'helpers',
'features/dashboard/soloPanelCtrl',
'features/panel/soloPanelCtrl',
'features/dashboard/dashboardSrv',
], function(helpers) {
'use strict';
......@@ -31,16 +31,18 @@ define([
beforeEach(function() {
var dashboard = {
rows: [
{
panels: [
{
id: 23,
some: 'prop'
}
]
}
]
model: {
rows: [
{
panels: [
{
id: 23,
some: 'prop'
}
]
}
]
}
};
routeParams.id = 1;
......
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