[ACA-1695] automate test for Viewer extensions - content (#582)

* automate test for Viewer extensions - content

* revert file committed by mistake

* fix change committed by mistake
This commit is contained in:
Adina Parpalita
2018-08-24 16:23:45 +03:00
committed by Suzana Dirla
parent 7b347421d7
commit 4f56095774
7 changed files with 1077 additions and 4 deletions
+3 -1
View File
@@ -88,11 +88,13 @@ export const SITE_ROLES = {
export const FILES = {
docxFile: 'file-docx.docx',
xlsxFile: 'file-xlsx.xlsx',
pdfFile: 'file-pdf.pdf',
unsupportedFile: 'file_unsupported.3DS'
};
export const EXTENSIBILITY_CONFIGS = {
DEFAULT_EXTENSIONS_CONFIG: 'extensions-default.json',
INFO_DRAWER: 'info-drawer-ext.json',
INFO_DRAWER_EMPTY: 'info-drawer-no-tabs-ext.json'
INFO_DRAWER_EMPTY: 'info-drawer-no-tabs-ext.json',
VIEWER: 'viewer-ext.json'
};