mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
remove fetchNodes from generic page component (#372)
This commit is contained in:
committed by
Denys Vuika
parent
71ac843c5f
commit
e94bf5340d
@@ -156,10 +156,6 @@ describe('RecentFiles Routed Component', () => {
|
||||
});
|
||||
|
||||
describe('onNodeDoubleClick()', () => {
|
||||
beforeEach(() => {
|
||||
spyOn(component, 'fetchNodes').and.callFake(val => val);
|
||||
});
|
||||
|
||||
it('open preview if node is file', () => {
|
||||
spyOn(router, 'navigate').and.stub();
|
||||
const node: any = { id: 'node-id', isFile: true };
|
||||
|
Reference in New Issue
Block a user