add automated tests for password protected files (#1073)

This commit is contained in:
Adina Parpalita
2019-04-13 08:56:49 +03:00
committed by Denys Vuika
parent 59fa28f683
commit fcb077d803
6 changed files with 244 additions and 4 deletions

View File

@@ -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 = {