[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:
davidcanonieto
2020-04-17 16:27:07 +01:00
committed by GitHub
parent e53c46464b
commit a5a82eb649
10 changed files with 158 additions and 40 deletions

View File

@@ -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');
}