[ACA-1640] use alfresco-js-api-node in e2e trashcanApi (#562)

This commit is contained in:
Adina Parpalita
2018-08-13 11:49:43 +03:00
committed by Denys Vuika
parent 8f36822847
commit 213c2deedc
4 changed files with 38 additions and 40 deletions

View File

@@ -66,7 +66,7 @@ export class RepoClient {
}
get trashcan() {
return new TrashcanApi(this.auth, this.config);
return new TrashcanApi(this.auth.username, this.auth.password);
}
get search() {