mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
fix tes process-filter
This commit is contained in:
@@ -62,11 +62,28 @@ describe('Process list cloud', () => {
|
|||||||
navigationBarPage.clickConfigEditorButton();
|
navigationBarPage.clickConfigEditorButton();
|
||||||
configEditorPage.clickEditProcessCloudConfiguration();
|
configEditorPage.clickEditProcessCloudConfiguration();
|
||||||
configEditorPage.clickClearButton();
|
configEditorPage.clickClearButton();
|
||||||
configEditorPage.enterConfiguration('{' +
|
configEditorPage.enterBigConfigurationText(`{
|
||||||
'"properties": [' +
|
"filterProperties": [
|
||||||
'"appName",' + '"state",' + '"processInstanceId",' + '"sort",' + '"order"' +
|
"appName",
|
||||||
']' +
|
"status",
|
||||||
'}');
|
"processInstanceId",
|
||||||
|
"order",
|
||||||
|
"sort",
|
||||||
|
"order"
|
||||||
|
],
|
||||||
|
"sortProperties": [
|
||||||
|
"id",
|
||||||
|
"name",
|
||||||
|
"status",
|
||||||
|
"startDate"
|
||||||
|
],
|
||||||
|
"actions": [
|
||||||
|
"save",
|
||||||
|
"saveAs",
|
||||||
|
"delete"
|
||||||
|
]
|
||||||
|
}`);
|
||||||
|
|
||||||
configEditorPage.clickSaveButton();
|
configEditorPage.clickSaveButton();
|
||||||
|
|
||||||
await processDefinitionService.init(user, password);
|
await processDefinitionService.init(user, password);
|
||||||
|
Reference in New Issue
Block a user