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
@@ -96,7 +96,7 @@ describe('Attachment list action menu for tasks', () => {
|
||||
|
||||
await browser.sleep(1000);
|
||||
|
||||
await expect(await FileBrowserUtil.isFileDownloaded(downloadedPngFile)).toBe(true);
|
||||
await FileBrowserUtil.isFileDownloaded(downloadedPngFile);
|
||||
|
||||
await attachmentListPage.removeFile(pngFile.name);
|
||||
await attachmentListPage.checkFileIsRemoved(pngFile.name);
|
||||
@@ -127,7 +127,7 @@ describe('Attachment list action menu for tasks', () => {
|
||||
|
||||
await browser.sleep(1000);
|
||||
|
||||
await expect(await FileBrowserUtil.isFileDownloaded(downloadedPngFile)).toBe(true);
|
||||
await FileBrowserUtil.isFileDownloaded(downloadedPngFile);
|
||||
|
||||
await attachmentListPage.removeFile(pngFile.name);
|
||||
await attachmentListPage.checkFileIsRemoved(pngFile.name);
|
||||
|
Reference in New Issue
Block a user