mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[NO-ISSUE] Fix Core E2E tes (#4450)
* fix Identity service in core using internal identity service in test env * fix lint * fix lint * fix login * fix travis yml * remove log script
This commit is contained in:
@@ -15,13 +15,10 @@ async function main() {
|
||||
hostEcm: program.host
|
||||
});
|
||||
|
||||
console.log(program.username + program.password);
|
||||
await this.alfrescoJsApi.login(program.username, program.password);
|
||||
|
||||
await deletetSite(this.alfrescoJsApi);
|
||||
await emptyTrashCan(this.alfrescoJsApi);
|
||||
|
||||
|
||||
}
|
||||
|
||||
async function emptyTrashCan(alfrescoJsApi) {
|
||||
|
Reference in New Issue
Block a user