mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-09-17 14:21:14 +00:00
Angular 18 upgrade
This commit is contained in:
@@ -56,7 +56,7 @@ describe('ViewerEffects', () => {
|
||||
|
||||
store.dispatch(new ViewFileAction());
|
||||
tick(100);
|
||||
expect(router.navigateByUrl).toHaveBeenCalledWith('/folder1/preview/someId');
|
||||
expect(router.navigateByUrl).toHaveBeenCalledWith('/preview/someId');
|
||||
}));
|
||||
it('should preview file from payload', fakeAsync(() => {
|
||||
const node: any = { entry: { isFile: true, id: 'someId' } };
|
||||
|
Reference in New Issue
Block a user