mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3791] [User Info] - SSO - User Info displays only the First Name* Fixed display fullname * Updated unit test for the recent changes (#4022)
This commit is contained in:
committed by
Maurizio Vitale
parent
eb2ca06526
commit
b5c693fe79
@@ -39,7 +39,7 @@ describe('JwtHelperService', () => {
|
||||
const result = jwtHelperService.decodeToken(mockToken);
|
||||
expect(result).toBeDefined();
|
||||
expect(result).not.toBeNull('');
|
||||
expect(result['given_name']).toBe('John Doe');
|
||||
expect(result['name']).toBe('John Doe');
|
||||
expect(result['email']).toBe('johnDoe@gmail.com');
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user