feat: Implement new partial execution logic for acyclic workflows (no-changelog) (#10256)
Co-authored-by: Tomi Turtiainen <10324676+tomi@users.noreply.github.com>
This commit is contained in:
@@ -35,7 +35,7 @@ export class WorkflowExecutionsTab extends BasePage {
|
||||
},
|
||||
createManualExecutions: (count: number) => {
|
||||
for (let i = 0; i < count; i++) {
|
||||
cy.intercept('POST', '/rest/workflows/**/run').as('workflowExecution');
|
||||
cy.intercept('POST', '/rest/workflows/**/run?**').as('workflowExecution');
|
||||
workflowPage.actions.executeWorkflow();
|
||||
cy.wait('@workflowExecution');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user