-
Notifications
You must be signed in to change notification settings - Fork 523
Open
Labels
Description
Summary
Add comprehensive copy/paste integration (e2e) tests to improve coverage of paste behavior for all graph item types.
Background
PR #9962 fixed the paste position for LGraphGroup instances and added a basic e2e test (browser_tests/tests/groupCopyPaste.spec.ts) scoped to that specific fix. However, broader copy/paste integration tests are still needed to cover the full range of copy/paste scenarios.
Suggested Test Cases
- Copy/paste of
LGraphNodeitems — verify they paste at cursor offset - Copy/paste of
Rerouteitems — verify they paste at cursor offset - Copy/paste of
LGraphGroupitems — verify they paste at cursor offset (covered by fix: LGraphGroup paste position #9962) - Copy/paste of mixed selections (nodes + groups + reroutes)
- Edge cases: pasting with no selection, pasting multiple times, etc.
References
Requested by @DrJKL
┆Issue is synchronized with this Notion page by Unito
Reactions are currently unavailable