[Addressability] Add test cases
Add test cases to BrowseController which reflect changes for addressability, WTD-1149.
This commit is contained in:
@@ -80,6 +80,7 @@ define(
|
||||
// If not, pick a default as the last
|
||||
// root-level component (usually "mine")
|
||||
navigationService.setNavigation(domainObject);
|
||||
$scope.navigatedObject = domainObject;
|
||||
} else {
|
||||
// Otherwise, just expose the currently navigated object.
|
||||
$scope.navigatedObject = navigationService.getNavigation();
|
||||
|
||||
Reference in New Issue
Block a user