mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-1926] automated e2e tests - interacting with an attached file in an active & completed form (#5528)
This commit is contained in:
committed by
GitHub
parent
7a2af38699
commit
133140d69b
@@ -382,8 +382,7 @@ describe('Document List - Pagination', () => {
|
||||
await contentServicesPage.selectFolderWithCommandKey('subfolder6');
|
||||
await contentServicesPage.clickDownloadButton();
|
||||
|
||||
await expect(await FileBrowserUtil.isFileDownloaded('subfolder6.zip')
|
||||
).toBe(true, `subfolder6 not downloaded`);
|
||||
await FileBrowserUtil.isFileDownloaded('subfolder6.zip');
|
||||
|
||||
await contentServicesPage.deleteSubFolderUnderRoot(newFolderModel.name, folderTwoModel.name);
|
||||
});
|
||||
|
Reference in New Issue
Block a user