mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
remove not needed spaces (#5495)
* remove not usefull spaces * increase timeout * increase timeout * fix
This commit is contained in:
@@ -80,8 +80,7 @@ describe('LogoutDirective', () => {
|
||||
expect(authService.logout).toHaveBeenCalled();
|
||||
expect(router.navigate).toHaveBeenCalledWith(['/login']);
|
||||
});
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
describe('redirectUri', () => {
|
||||
|
||||
@@ -125,8 +124,7 @@ describe('LogoutDirective', () => {
|
||||
expect(authService.logout).toHaveBeenCalled();
|
||||
expect(router.navigate).toHaveBeenCalledWith(['/myCustomUri']);
|
||||
});
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
describe('enableRedirect', () => {
|
||||
|
||||
@@ -170,5 +168,4 @@ describe('LogoutDirective', () => {
|
||||
expect(router.navigate).not.toHaveBeenCalled();
|
||||
});
|
||||
});
|
||||
|
||||
});
|
||||
|
@@ -387,5 +387,4 @@ describe('NodeDeleteDirective', () => {
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
});
|
||||
|
@@ -276,6 +276,5 @@ describe('NodeRestoreDirective', () => {
|
||||
element.triggerEventHandler('click', null);
|
||||
|
||||
});
|
||||
|
||||
});
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user