mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
update excluded
This commit is contained in:
@@ -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);
|
||||
});
|
||||
});
|
||||
|
||||
|
@@ -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"
|
||||
}
|
||||
|
Reference in New Issue
Block a user