mirror of
https://github.com/nasa/openmct.git
synced 2025-06-21 08:39:59 +00:00
[Templates] Update FixedController spec
...to reflect changes to how selection object is obtained, which in turn reflects change to using templates obtained via RequireJS text plugin, instead of loading by URL.
This commit is contained in:
@ -148,6 +148,8 @@ define(
|
|||||||
mockHandler,
|
mockHandler,
|
||||||
mockFormatter
|
mockFormatter
|
||||||
);
|
);
|
||||||
|
|
||||||
|
findWatch("selection")(mockScope.selection);
|
||||||
});
|
});
|
||||||
|
|
||||||
it("subscribes when a domain object is available", function () {
|
it("subscribes when a domain object is available", function () {
|
||||||
|
Reference in New Issue
Block a user