From 3a6e0be2d75e4c4cae08ac8a9fc960e0fc55627b Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Fri, 26 Feb 2016 16:19:14 -0800 Subject: [PATCH] [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. --- platform/features/layout/test/FixedControllerSpec.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/platform/features/layout/test/FixedControllerSpec.js b/platform/features/layout/test/FixedControllerSpec.js index b6842497e0..7c545e2d3d 100644 --- a/platform/features/layout/test/FixedControllerSpec.js +++ b/platform/features/layout/test/FixedControllerSpec.js @@ -148,6 +148,8 @@ define( mockHandler, mockFormatter ); + + findWatch("selection")(mockScope.selection); }); it("subscribes when a domain object is available", function () {