mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +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.clearField(this.processNameInput);
|
||||||
await this.enterProcessName(processName);
|
await this.enterProcessName(processName);
|
||||||
await this.selectFromProcessDropdown(processDefinition);
|
await this.selectFromProcessDropdown(processDefinition);
|
||||||
|
await browser.sleep(4000); // remove this once AAE-2505 is fixed
|
||||||
await this.checkStartProcessButtonIsEnabled();
|
await this.checkStartProcessButtonIsEnabled();
|
||||||
await this.clickStartProcessButton();
|
await this.clickStartProcessButton();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user