[Edit] Update EditController spec
Update tests for EditController to match updated usage of domain object API for WTD-1071.
This commit is contained in:
@@ -25,7 +25,7 @@ define(
|
||||
);
|
||||
mockObject = jasmine.createSpyObj(
|
||||
"domainObject",
|
||||
[ "getId", "getModel", "getCapability" ]
|
||||
[ "getId", "getModel", "getCapability", "hasCapability" ]
|
||||
);
|
||||
mockCapability = jasmine.createSpyObj(
|
||||
"capability",
|
||||
|
||||
Reference in New Issue
Block a user