mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACS-5932] - Sidenav not able to expand when search page is closed (#3412)
This commit is contained in:
@@ -54,7 +54,8 @@ describe('SearchComponent', () => {
|
||||
provide: AppService,
|
||||
useValue: {
|
||||
appNavNarMode$: new BehaviorSubject('expanded'),
|
||||
toggleAppNavBar$: new Subject()
|
||||
toggleAppNavBar$: new Subject(),
|
||||
setAppNavbarMode: jasmine.createSpy('setAppNavbarMode')
|
||||
}
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user