mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACS-9749] [E2E] Automated 5513 and 5516 (#4604)
* [ACS-9749] [E2E] Automated 5513 and 5516 * [ACS-9749] fixed setGranularPermission * [ACS-9749] review fixes 1 * [ACS-9749] Excluded flaky tests * [ACS-9749] Test upload npm logs * [ACS-9749] Test upload npm logs v2 * [ACS-9749] updated package-lock.json
This commit is contained in:
@@ -82,7 +82,7 @@ test.describe('Search sorting', () => {
|
||||
|
||||
parentId = (await nodesApi1.createFolder(parent)).entry.id;
|
||||
|
||||
await nodesApi1.setGranularPermission(parentId, true, user2, 'Collaborator');
|
||||
await nodesApi1.setGranularPermission(parentId, user2, 'Collaborator', true);
|
||||
|
||||
await fileActionsApi1.uploadFileWithRename(fileJpg.source, fileJpg.name, parentId);
|
||||
await fileActionsApi2.uploadFileWithRename(filePdf.source, filePdf.name, parentId, filePdf.title, filePdf.description);
|
||||
|
||||
Reference in New Issue
Block a user