mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
add more e2e tests (#851)
This commit is contained in:
committed by
Denys Vuika
parent
e020dc4b77
commit
d0ff69c5dc
@@ -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);
|
||||
|
Reference in New Issue
Block a user