mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
add sleep process-service cloud dropdown e2e for eventual consistency
This commit is contained in:
@@ -72,6 +72,7 @@ describe('Form Field Component - Dropdown Widget', () => {
|
||||
runningProcessInstance = await processInstancesService.createProcessInstance(processDefinition.entry.key, simpleApp);
|
||||
queryService = new QueryService(apiService);
|
||||
|
||||
await browser.driver.sleep(4000); // eventual consistency query
|
||||
tasklist = await queryService.getProcessInstanceTasks(runningProcessInstance.entry.id, simpleApp);
|
||||
task = await tasklist.list.entries[0];
|
||||
tasksService = new TasksService(apiService);
|
||||
|
Reference in New Issue
Block a user