add more e2e tests (#851)

This commit is contained in:
Adina Parpalita
2018-12-04 18:33:50 +02:00
committed by Denys Vuika
parent e020dc4b77
commit d0ff69c5dc
18 changed files with 980 additions and 190 deletions

View File

@@ -66,7 +66,7 @@ describe('Context menu actions - multiple selection : ', () => {
folder2Id = (await apis.user.nodes.createFolder(folder2)).entry.id;
await apis.user.sites.createSite(siteName, SITE_VISIBILITY.PUBLIC);
const docLibId = (await apis.user.sites.getDocLibId(siteName));
const docLibId = await apis.user.sites.getDocLibId(siteName);
await apis.user.nodes.createFile(file1Site, docLibId);
await apis.user.nodes.createFile(file2Site, docLibId);
await apis.user.nodes.createFolder(folder1Site, docLibId);