mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
remove not needed spaces (#5495)
* remove not usefull spaces * increase timeout * increase timeout * fix
This commit is contained in:
@@ -197,5 +197,4 @@ describe('AuthGuardService ECM', () => {
|
||||
|
||||
expect(materialDialog.closeAll).toHaveBeenCalled();
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
@@ -181,5 +181,4 @@ describe('Auth Guard SSO role service', () => {
|
||||
expect(authGuard.canActivate(route)).toBeFalsy();
|
||||
expect(materialDialog.closeAll).toHaveBeenCalled();
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
@@ -501,5 +501,4 @@ describe('AuthenticationService', () => {
|
||||
expect(authService.isALLProvider()).toBe(true);
|
||||
});
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
@@ -134,8 +134,7 @@ describe('Comment ProcessService Service', () => {
|
||||
}));
|
||||
|
||||
});
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
describe('Task comments', () => {
|
||||
|
||||
|
||||
@@ -173,5 +173,4 @@ describe('Discovery Api Service', () => {
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
@@ -90,8 +90,7 @@ describe('JwtHelperService', () => {
|
||||
const result = jwtHelperService.hasRealmRoles(['role3', 'role2']);
|
||||
expect(result).toBeFalsy();
|
||||
});
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
describe('ClientRole ', () => {
|
||||
|
||||
@@ -138,7 +137,5 @@ describe('JwtHelperService', () => {
|
||||
const result = jwtHelperService.hasRealmRolesForClientRole('fakeapp', ['role1', 'role2']);
|
||||
expect(result).toBeFalsy();
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
@@ -163,6 +163,5 @@ describe('PeopleProcessService', () => {
|
||||
spyOn(apiService.getInstance(), 'getEcmUsername').and.returnValue('banana-user');
|
||||
expect(service.isLocked(nodeOwnerAllowedLockWithActiveExpiration)).toBeTruthy();
|
||||
});
|
||||
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
@@ -59,5 +59,4 @@ describe('LoginDialogService', () => {
|
||||
service.close();
|
||||
expect(materialDialog.closeAll).toHaveBeenCalled();
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
@@ -105,5 +105,4 @@ describe('Sites service', () => {
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
@@ -55,5 +55,4 @@ describe('ThumbnailService', () => {
|
||||
spyOn(apiService.contentApi, 'getDocumentThumbnailUrl').and.returnValue('/fake-thumbnail.png');
|
||||
expect(service.getDocumentThumbnailUrl('some-id')).toContain('/fake-thumbnail.png');
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
@@ -54,5 +54,4 @@ describe('TranslateLoader', () => {
|
||||
customLoader.registerProvider('login', 'path/login');
|
||||
expect(customLoader.providerRegistered('login')).toBeTruthy();
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
@@ -98,5 +98,4 @@ describe('TranslationService', () => {
|
||||
expect(translationService.instant('')).toEqual('');
|
||||
expect(translationService.instant(undefined)).toEqual('');
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user