mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-3540] Start Task Cloud by cli - Core module changes (#4006)
* [ADF-3540] Added username and id to the usermodel * [ADF-3540] Added tests
This commit is contained in:
committed by
Maurizio Vitale
parent
34a30c0f14
commit
74851ac651
@@ -54,6 +54,7 @@ describe('IdentityUserService', () => {
|
||||
expect(user.firstName).toEqual('John');
|
||||
expect(user.lastName).toEqual('Doe');
|
||||
expect(user.email).toEqual('johnDoe@gmail.com');
|
||||
expect(user.username).toEqual('johnDoe1');
|
||||
done();
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user