diff --git a/e2e/process-services-cloud/process-task-attach-content-file-cloud.e2e.ts b/e2e/process-services-cloud/process-task-attach-content-file-cloud.e2e.ts index 280abf3b55..fb667044dc 100644 --- a/e2e/process-services-cloud/process-task-attach-content-file-cloud.e2e.ts +++ b/e2e/process-services-cloud/process-task-attach-content-file-cloud.e2e.ts @@ -170,6 +170,9 @@ describe('Process Task - Attach content file', () => { await contentUploadWidget.checkFileIsAttached(fileName); await contentUploadWidget.viewFile(fileName); + await viewerPage.checkToolbarIsDisplayed(); + await viewerPage.checkInfoButtonIsDisplayed(); + await viewerPage.checkDownloadButtonIsDisplayed(); await viewerPage.checkFileThumbnailIsDisplayed(); await viewerPage.checkFileNameIsDisplayed(fileName); await viewerPage.clickCloseButton();