[ACA-1634] update peopleApi to use alfresco-ja-api-node in e2e (#558)

* update peopleApi to use alfresco-ja-api-node in e2e

* small code improvement
This commit is contained in:
Adina Parpalita
2018-08-09 18:51:45 +01:00
committed by Denys Vuika
parent b8cc5422f4
commit 8c76d92f47
29 changed files with 76 additions and 80 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ describe('Pagination on Favorites', () => {
const file = `file-${Utils.random()}.txt`; let fileId;
beforeAll(done => {
apis.admin.people.createUser(username).then(done);
apis.admin.people.createUser({ username }).then(done);
});
xit('');
@@ -51,7 +51,7 @@ describe('Pagination on Personal Files', () => {
const file = `file-${Utils.random()}.txt`; let fileId;
beforeAll(done => {
apis.admin.people.createUser(username).then(done);
apis.admin.people.createUser({ username }).then(done);
});
xit('');
@@ -51,7 +51,7 @@ describe('Pagination on Recent Files', () => {
const file = `file-${Utils.random()}.txt`; let fileId;
beforeAll(done => {
apis.admin.people.createUser(username).then(done);
apis.admin.people.createUser({ username }).then(done);
});
xit('');
@@ -52,7 +52,7 @@ describe('Pagination on Shared Files', () => {
const file = `file-${Utils.random()}.txt`; let fileId;
beforeAll(done => {
apis.admin.people.createUser(username).then(done);
apis.admin.people.createUser({ username }).then(done);
});
xit('');
+1 -1
View File
@@ -51,7 +51,7 @@ describe('Pagination on Trash', () => {
const file = `file-${Utils.random()}.txt`; let fileId;
beforeAll(done => {
apis.admin.people.createUser(username).then(done);
apis.admin.people.createUser({ username }).then(done);
});
xit('');