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