mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-06-30 18:14:45 +00:00
Angular 18 upgrade
This commit is contained in:
parent
b8741cfd83
commit
e8589589c8
@ -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(() => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user