mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
chore(editor): Add telemetry for canvas experiment (#18871)
This commit is contained in:
@@ -48,7 +48,7 @@ async function createPiniaStore(isActiveNode: boolean) {
|
||||
workflowsStore.nodeMetadata[node.name] = { pristine: true };
|
||||
|
||||
if (isActiveNode) {
|
||||
ndvStore.activeNodeName = node.name;
|
||||
ndvStore.setActiveNodeName(node.name, 'other');
|
||||
}
|
||||
|
||||
await useSettingsStore().getSettings();
|
||||
@@ -173,7 +173,7 @@ describe('NodeDetailsView', () => {
|
||||
pinia,
|
||||
});
|
||||
|
||||
ndvStore.activeNodeName = nodeName;
|
||||
ndvStore.setActiveNodeName(nodeName, 'other');
|
||||
|
||||
await waitFor(() => expect(getByTestId('ndv')).toBeInTheDocument());
|
||||
await waitFor(() => expect(queryByTestId('ndv-modal')).toBeInTheDocument());
|
||||
|
||||
Reference in New Issue
Block a user