From e55c2555c1c7e992052f1c30b81092630dec0fda Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Mon, 30 Nov 2020 12:08:32 +0000 Subject: [PATCH] update excluded --- .../viewer/viewer-content-services-component.e2e.ts | 10 +++++++++- e2e/protractor.excludes.json | 3 ++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/e2e/core/viewer/viewer-content-services-component.e2e.ts b/e2e/core/viewer/viewer-content-services-component.e2e.ts index 1ccc1093cc..90aa2f73f0 100644 --- a/e2e/core/viewer/viewer-content-services-component.e2e.ts +++ b/e2e/core/viewer/viewer-content-services-component.e2e.ts @@ -423,10 +423,18 @@ describe('Content Services Viewer', () => { }); describe('Viewer - version update with unsupported file', () => { - it('[C587084] Should display the preview for an unsupported file', async () => { + it('[C587084] Should display unknown format the preview for an unsupported file', async () => { await changeFileNameInViewer(unsupportedFile.name, 'generic-unsupported-file-1st.3DS'); await uploadNewVersion(jpgFile.name, unsupportedFileByLocation.location); await previewUnsupportedFile(unsupportedFileByLocation.name); + + await changeFileNameInViewer(unsupportedFileByLocation.name, 'generic-unsupported-file-2nd.3DS'); + await uploadNewVersion(pdfFile.name, unsupportedFileByLocation.location); + await previewUnsupportedFile(unsupportedFileByLocation.name); + + await changeFileNameInViewer(unsupportedFileByLocation.name, 'generic-unsupported-file-3rd.3DS'); + await uploadNewVersion(mp4File.name, unsupportedFileByLocation.location); + await previewUnsupportedFile(unsupportedFileByLocation.name); }); }); diff --git a/e2e/protractor.excludes.json b/e2e/protractor.excludes.json index 071ca76b81..c7c35452d7 100644 --- a/e2e/protractor.excludes.json +++ b/e2e/protractor.excludes.json @@ -15,5 +15,6 @@ "C277003": "ADF-5283 Fix Permission Flaky test", "C277004": "ADF-5283 Fix Permission Flaky test", "C299187": "ADF-5285 Failing aspect test", - "C311290": "" + "C311290": "ADF-5293", + "C587084": "ACA-4202" }