Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
cristinaj committed Aug 4, 2020
1 parent 4bb4c6d commit 8726ca1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -55,7 +55,7 @@ describe('Process Task - Attach content file', () => {
const processDefinitionName = browser.params.resources.ACTIVITI_CLOUD_APPS.SIMPLE_APP.processes.uploadSingleMultipleFiles;
const uploadWidgetId = browser.params.resources.ACTIVITI_CLOUD_APPS.SIMPLE_APP.forms.uploadSingleMultiple.widgets.contentMultipleAttachFileId;
const taskName = browser.params.resources.ACTIVITI_CLOUD_APPS.SIMPLE_APP.tasks.uploadSingleMultipleFiles;
const folderName = '0' + StringUtil.generateRandomString(5);
const folderName = StringUtil.generateRandomString(5);

let uploadedFolder: any;
let processInstance: any;
Expand Down

0 comments on commit 8726ca1

Please sign in to comment.