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
@@ -107,9 +107,9 @@ describe('Version component actions', () => {
|
||||
|
||||
it('[C269081] Should be possible download all the version of a file', async () => {
|
||||
await versionManagePage.downloadFileVersion('1.0');
|
||||
await expect(await FileBrowserUtil.isFileDownloaded(txtFileModel.name)).toBe(true, `${txtFileModel.name} not downloaded`);
|
||||
await FileBrowserUtil.isFileDownloaded(txtFileModel.name);
|
||||
await versionManagePage.downloadFileVersion('1.1');
|
||||
await expect(await FileBrowserUtil.isFileDownloaded(fileModelVersionTwo.name)).toBe(true, `${fileModelVersionTwo.name} not downloaded`);
|
||||
await FileBrowserUtil.isFileDownloaded(fileModelVersionTwo.name);
|
||||
});
|
||||
|
||||
it('[C272819] Should be possible delete a version when click on delete version action', async () => {
|
||||
|
Reference in New Issue
Block a user