n8n/packages/editor-ui/src/components/__tests__
Milorad FIlipović 393afef174
feat(editor): Add option to disable NDV in workflow previews (#7990)
## Summary
This PR adds a new property to the `WorkflowPreview` component that
controls if the Node Details View can be opened in each workflow preview
or not.
This property is passed on to underlying `iframe` via the `postMessage`
and is used to disable pointer events for nodes and stickies in that
preview.

#### How to test the change:
Until the component that uses this flag is implemented this can be
tested manually. In this example, we'll use `WorkflowPreview` as part of
the `TemplatesWorkflowView` component
1. Pass `:canOpenNDV="false"` to this component
2. Run n8n
3. Open any template preview and check if nodes and stickies are
interactive
4. Open any workflow execution preview -> Nodes and Stickies should be
interactive

## Issues fixed
Fixes ADO-1548

## Review / Merge checklist
- [ ] PR title and summary are descriptive. **Remember, the title
automatically goes into the changelog. Use `(no-changelog)` otherwise.**
([conventions](https://github.com/n8n-io/n8n/blob/master/.github/pull_request_title_conventions.md))
- [ ] [Docs updated](https://github.com/n8n-io/n8n-docs) or follow-up
ticket created.
- [ ] Tests included.
> A bug is not considered fixed, unless a test is added to prevent it
from happening again. A feature is not complete without tests.
  >
> *(internal)* You can use Slack commands to trigger [e2e
tests](https://www.notion.so/n8n/How-to-use-Test-Instances-d65f49dfc51f441ea44367fb6f67eb0a?pvs=4#a39f9e5ba64a48b58a71d81c837e8227)
or [deploy test
instance](https://www.notion.so/n8n/How-to-use-Test-Instances-d65f49dfc51f441ea44367fb6f67eb0a?pvs=4#f6a177d32bde4b57ae2da0b8e454bfce)
or [deploy early access version on
Cloud](https://www.notion.so/n8n/Cloudbot-3dbe779836004972b7057bc989526998?pvs=4#fef2d36ab02247e1a0f65a74f6fb534e).
2023-12-11 15:30:01 +01:00
..
__snapshots__ ci: Update most of the dev tooling (no-changelog) (#6780) 2023-07-28 13:55:16 +02:00
testData fix(editor): Fix credential icon for old node type version (#7843) 2023-11-28 15:14:22 +02:00
utils fix(editor): Fix Remove all fields not removing values in resource mapper (#6940) 2023-08-17 14:22:28 +02:00
BannersStack.test.ts feat: Rewrite Front End cloud and posthog hooks using TypeScript (no-changelog) (#5491) 2023-11-13 15:10:42 +02:00
ChatEmbedModal.test.ts feat(core): Update LLM applications building support (no-changelog) (#7710) 2023-11-28 16:47:28 +01:00
CollaborationPane.test.ts feat(editor): Show avatars for users currently working on the same workflow (#7763) 2023-11-23 10:14:34 +01:00
CollectionParameter.test.ts fix(editor): Fix collection select label (no-changelog) (#7978) 2023-12-11 09:50:21 +01:00
CommunityPackageInstallModal.spec.ts fix(editor): Ensure community node install button tracks user agreement (#6976) 2023-08-22 15:58:23 +02:00
CopyInput.test.ts feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
CredentialIcon.test.ts fix(editor): Fix credential icon for old node type version (#7843) 2023-11-28 15:14:22 +02:00
ExecutionFilter.test.ts ci: Update most of the dev tooling (no-changelog) (#6780) 2023-07-28 13:55:16 +02:00
ExecutionsList.test.ts ci: Update most of the dev tooling (no-changelog) (#6780) 2023-07-28 13:55:16 +02:00
MainSidebarSourceControl.test.ts fix(editor): Replace isInstanceOwner checks with scopes where applicable (#7858) 2023-12-04 10:02:54 +01:00
NodeDetailsView.test.ts feat(core): Update LLM applications building support (no-changelog) (#7710) 2023-11-28 16:47:28 +01:00
PersonalizationModal.spec.ts feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
RBAC.test.ts feat(editor): Add routing middleware, permission checks, RBAC store, RBAC component (#7702) 2023-11-23 13:22:47 +02:00
ResourceMapper.test.ts fix(editor): Fix flaky ResourceMapper unit tests (no-changelog) (#7593) 2023-11-03 09:56:19 +01:00
RunData.test.ts feat(editor): Make PDF and Audio binary-data viewable in the UI (#7367) 2023-10-09 17:43:57 +02:00
RunDataJson.test.ts feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
RunDataSchema.test.ts feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
RunDataSearch.test.ts fix(editor): Prevent opening NDV search if / is typed in a contenteditable element (#7968) 2023-12-08 16:16:05 +01:00
SQLEditor.test.ts feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
SSOLogin.test.ts feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
VariablesRow.spec.ts feat: Rewrite Front End cloud and posthog hooks using TypeScript (no-changelog) (#5491) 2023-11-13 15:10:42 +02:00
WorkflowLMChatModal.test.ts feat: Add AI tool building capabilities (#7336) 2023-11-29 12:13:55 +01:00
WorkflowPreview.test.ts feat(editor): Add option to disable NDV in workflow previews (#7990) 2023-12-11 15:30:01 +01:00
WorkflowSettings.spec.ts fix: Account for nanoid workflow ids for subworkflow execute policy (#7094) 2023-09-13 09:56:58 +02:00