[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

@@ -328,7 +328,7 @@ describe('Start Process Component', () => {
await processFiltersPage.selectFromProcessList('Audit Log');
await processDetailsPage.clickAuditLogButton();
await expect(await FileBrowserUtil.isFileDownloaded(auditLogFile)).toBe(true);
await FileBrowserUtil.isFileDownloaded(auditLogFile);
});
it('Should be able to attach a file using the button', async () => {