[Edit] Update specs
Update specs for toolbars in Edit mode to reflect changes for WTD-879.
This commit is contained in:
@@ -15,7 +15,7 @@ define(
|
||||
beforeEach(function () {
|
||||
mockScope = jasmine.createSpyObj(
|
||||
'$scope',
|
||||
[ '$on', '$watch', '$watchCollection' ]
|
||||
[ '$on', '$watch', '$watchCollection', "commit" ]
|
||||
);
|
||||
mockElement = {};
|
||||
testAttrs = { toolbar: 'testToolbar' };
|
||||
|
||||
Reference in New Issue
Block a user