mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
test: Update 20-workflow-executions e2e tests for new canvas (#12136)
This commit is contained in:
@@ -1485,6 +1485,13 @@ function unregisterCustomActions() {
|
||||
unregisterCustomAction('showNodeCreator');
|
||||
}
|
||||
|
||||
function showAddFirstStepIfEnabled() {
|
||||
if (uiStore.addFirstStepOnLoad) {
|
||||
void onOpenNodeCreatorForTriggerNodes(NODE_CREATOR_OPEN_SOURCES.TRIGGER_PLACEHOLDER_BUTTON);
|
||||
uiStore.addFirstStepOnLoad = false;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Routing
|
||||
*/
|
||||
@@ -1547,6 +1554,7 @@ onMounted(() => {
|
||||
|
||||
onActivated(async () => {
|
||||
addUndoRedoEventBindings();
|
||||
showAddFirstStepIfEnabled();
|
||||
});
|
||||
|
||||
onDeactivated(() => {
|
||||
|
||||
Reference in New Issue
Block a user