mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-09-17 14:21:14 +00:00
ACS-7709 fix workflow name and e2e (#3815)
* [ACS-7709] fix workflow name and e2e * [ACS-7709] fix workflow name and e2e
This commit is contained in:
@@ -32,7 +32,7 @@ export const TEST_FILES = {
|
||||
},
|
||||
DOCX2: {
|
||||
path: resolve(__dirname, 'file2-docx.docx'),
|
||||
name: 'file-docx',
|
||||
name: 'file2-docx',
|
||||
data: 'Lorem ipsum dolor sit amet'
|
||||
},
|
||||
PDF: {
|
||||
@@ -58,7 +58,7 @@ export const TEST_FILES = {
|
||||
},
|
||||
XLSX2: {
|
||||
path: resolve(__dirname, 'file2-xlsx.xlsx'),
|
||||
name: 'file-xlsx',
|
||||
name: 'file2-xlsx',
|
||||
data: 'Lorem ipsum dolor sit amet'
|
||||
},
|
||||
JPG_FILE: {
|
||||
|
Reference in New Issue
Block a user