mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
* start process error (#5653)
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user