mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-2557] - fixed variable mapping on start process (#5680)
* [AAE-2557] - fixed variable mapping on start process * [AAE-2557] - fix for randomly failing e2e * run * uopdate process * fix unit * increase timeout * Update edit-process-filter-cloud-component.page.ts * [AAE-2557] - removed trailing whitespaces * create only if change processes * [create preview] * trigger build * [AAE-2557] - correct all filter on process filter selection Co-authored-by: Eugenio Romano <eugenio.romano@alfresco.com> Co-authored-by: Eugenio Romano <eromano@users.noreply.github.com>
This commit is contained in:
@@ -87,7 +87,7 @@ export class StartProcessCloudPage {
|
||||
}
|
||||
|
||||
async checkStartProcessButtonIsEnabled(): Promise<boolean> {
|
||||
await browser.sleep(1000); // waiting for API response
|
||||
await browser.sleep(2000); // waiting for API response
|
||||
await BrowserVisibility.waitUntilElementIsVisible(this.startProcessButton);
|
||||
return this.startProcessButton.isEnabled();
|
||||
}
|
||||
|
Reference in New Issue
Block a user