* start process error (#5653)

This commit is contained in:
dhrn
2020-04-29 19:57:16 +05:30
committed by GitHub
parent f76e6a3516
commit 30dd6168d5

View File

@@ -114,6 +114,7 @@ export class StartProcessCloudPage {
await this.clearField(this.processNameInput);
await this.enterProcessName(processName);
await this.selectFromProcessDropdown(processDefinition);
await browser.sleep(4000); // remove this once AAE-2505 is fixed
await this.checkStartProcessButtonIsEnabled();
await this.clickStartProcessButton();
}