mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
add automated tests for password protected files (#1073)
This commit is contained in:
committed by
Denys Vuika
parent
59fa28f683
commit
fcb077d803
@@ -113,7 +113,11 @@ export const FILES = {
|
||||
xlsxFile: 'file-xlsx.xlsx',
|
||||
xlsxFile2: 'file2-xlsx.xlsx',
|
||||
pdfFile: 'file-pdf.pdf',
|
||||
unsupportedFile: 'file_unsupported.3DS'
|
||||
unsupportedFile: 'file_unsupported.3DS',
|
||||
protectedFile: {
|
||||
name: 'protected.pdf',
|
||||
password: '0000'
|
||||
}
|
||||
};
|
||||
|
||||
export const EXTENSIBILITY_CONFIGS = {
|
||||
|
Reference in New Issue
Block a user