mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-10-01 14:41:14 +00:00
[ACS-8845] [E2E] Added e2e tests for verifying file types in viewer (#4156)
This commit is contained in:
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
Binary file not shown.
Binary file not shown.
@@ -70,6 +70,30 @@ export const TEST_FILES = {
|
||||
path: resolve(__dirname, 'file-jpg-1mb.jpg'),
|
||||
name: 'file-jpg-1mb'
|
||||
},
|
||||
PNG_FILE: {
|
||||
path: resolve(__dirname, 'file-png.png'),
|
||||
name: 'file-png'
|
||||
},
|
||||
GIF_FILE: {
|
||||
path: resolve(__dirname, 'file-gif.gif'),
|
||||
name: 'file-gif'
|
||||
},
|
||||
PPTX_FILE: {
|
||||
path: resolve(__dirname, 'file-pptx.pptx'),
|
||||
name: 'file-pptx'
|
||||
},
|
||||
MP3_FILE: {
|
||||
path: resolve(__dirname, 'file-mp3.mp3'),
|
||||
name: 'file-mp3'
|
||||
},
|
||||
MP4_FILE: {
|
||||
path: resolve(__dirname, 'file-mp4.mp4'),
|
||||
name: 'file-mp4'
|
||||
},
|
||||
WEBM_FILE: {
|
||||
path: resolve(__dirname, 'file-webm.webm'),
|
||||
name: 'file-webm'
|
||||
},
|
||||
PDF_PROTECTED2: {
|
||||
path: resolve(__dirname, 'protected.pdf'),
|
||||
name: 'file-protected',
|
||||
|
Reference in New Issue
Block a user