mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-5116] Make ADF's pipeline GREEN again (#5620)
* [ADF-5116] Make ADF's pipeline GREEN again * Fix more e2e tests * Exclude test * Fix last e2e test * Fix C305008
This commit is contained in:
@@ -119,6 +119,10 @@ export class EditProcessFilterCloudComponentPage {
|
||||
await this.setProperty('processInstanceId', option);
|
||||
}
|
||||
|
||||
async setProcessName(option): Promise<void> {
|
||||
await this.setProperty('processName', option);
|
||||
}
|
||||
|
||||
async getProcessInstanceId(): Promise<string> {
|
||||
return this.getProperty('processInstanceId');
|
||||
}
|
||||
|
Reference in New Issue
Block a user