mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACA-4507] Fix folder tests (#2227)
* [ACA-4507] Fix folder tests * * wait for recent files * * increase timeouts * * fix comments * * search untill found * Revert: * wait for recent files (7be52b12) * * update timeout * * upload fixed and improve recent files
This commit is contained in:
@@ -77,6 +77,7 @@ describe('Multiple Files - available actions : ', () => {
|
||||
|
||||
await userApi.shared.shareFilesByIds([file1Id, file2Id, file3LockedId, file1LockedFavId, file2LockedFavId]);
|
||||
await userApi.shared.waitForFilesToBeShared([file1Id, file2Id, file3LockedId, file1LockedFavId, file2LockedFavId]);
|
||||
await userApi.search.waitForApi(username, { expect: 5 });
|
||||
|
||||
await loginPage.loginWith(username);
|
||||
});
|
||||
|
Reference in New Issue
Block a user