[AAE-1926] automated e2e tests - interacting with an attached file in an active & completed form (#5528)

This commit is contained in:
Alexandra Abrudan
2020-03-02 14:52:41 +00:00
committed by GitHub
parent 7a2af38699
commit 133140d69b
11 changed files with 182 additions and 18 deletions

View File

@@ -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);
});