mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
remove not needed spaces (#5495)
* remove not usefull spaces * increase timeout * increase timeout * fix
This commit is contained in:
@@ -235,8 +235,7 @@ describe('Start Task Form', () => {
|
||||
await startTask.checkFormDefinitionIsDisplayed(browser.params.resources.ACTIVITI_CLOUD_APPS.CANDIDATE_BASE_APP.forms.starteventform);
|
||||
await startTask.checkFormDefinitionIsDisplayed(browser.params.resources.ACTIVITI_CLOUD_APPS.CANDIDATE_BASE_APP.forms.formtotestvalidations);
|
||||
});
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
describe('Start a process with a start event form', async () => {
|
||||
|
||||
@@ -309,8 +308,7 @@ describe('Start Task Form', () => {
|
||||
await processCloudDemoPage.processListCloudComponent().checkContentIsDisplayedById(processId);
|
||||
|
||||
});
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
describe('Attach content to process-cloud task form using upload widget', async () => {
|
||||
|
||||
@@ -544,6 +542,5 @@ describe('Start Task Form', () => {
|
||||
await contentFileWidget.downloadFile(testFileModel.name);
|
||||
await expect(await FileBrowserUtil.isFileDownloaded(testFileModel.name)).toBe(true);
|
||||
});
|
||||
|
||||
});
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user