mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
feat(editor): Make ‘Execute workflow’ a split button (#15933)
This commit is contained in:
@@ -483,7 +483,7 @@ describe('Execution', () => {
|
||||
cy.wait('@workflowRun').then((interception) => {
|
||||
expect(interception.request.body).to.have.property('runData').that.is.an('object');
|
||||
|
||||
const expectedKeys = ['Start Manually', 'Edit Fields', 'Process The Data'];
|
||||
const expectedKeys = ['Start on Schedule', 'Edit Fields', 'Process The Data'];
|
||||
|
||||
const { runData } = interception.request.body;
|
||||
expect(Object.keys(runData)).to.have.lengthOf(expectedKeys.length);
|
||||
|
||||
Reference in New Issue
Block a user