mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 18:41:14 +00:00
chore(editor): Add telemetry for canvas experiment (#18871)
This commit is contained in:
@@ -51,7 +51,11 @@ async function createPiniaStore(
|
||||
{},
|
||||
);
|
||||
|
||||
ndvStore.activeNodeName = activeNodeName;
|
||||
if (activeNodeName) {
|
||||
ndvStore.setActiveNodeName(activeNodeName, 'other');
|
||||
} else {
|
||||
ndvStore.unsetActiveNodeName();
|
||||
}
|
||||
|
||||
await useSettingsStore().getSettings();
|
||||
await useUsersStore().loginWithCookie();
|
||||
@@ -201,7 +205,7 @@ describe('NodeDetailsViewV2', () => {
|
||||
pinia,
|
||||
});
|
||||
|
||||
ndvStore.activeNodeName = 'Manual Trigger';
|
||||
ndvStore.setActiveNodeName('Manual Trigger', 'other');
|
||||
|
||||
await waitFor(() => expect(getByTestId('ndv')).toBeInTheDocument());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user