mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-5078] Start Task e2e (#5485)
* [ADF-5078] Start Task e2e * * improved test * * fixed import
This commit is contained in:
@@ -30,7 +30,7 @@ export class User {
|
||||
lastName = StringUtil.generateRandomString();
|
||||
password = StringUtil.generatePasswordString();
|
||||
type = 'enterprise';
|
||||
tenantId = '1';
|
||||
tenantId = 1;
|
||||
company = null;
|
||||
|
||||
constructor(details?: any) {
|
||||
|
Reference in New Issue
Block a user