From 76c7825f40b764d6e022dc6faf4f82d8439fb31d Mon Sep 17 00:00:00 2001 From: Vito Date: Thu, 4 Mar 2021 13:38:01 +0000 Subject: [PATCH] Check if the test will run (#6779) --- .../process-task-attach-content-file-cloud.e2e.ts | 3 +++ 1 file changed, 3 insertions(+) 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();