Created e2e tests for node interactions

This commit is contained in:
Peter
2023-10-25 16:57:22 +02:00
parent eca85310e1
commit 45ae126d43
7 changed files with 303 additions and 63 deletions
@@ -41,6 +41,7 @@ const initialNodes: Node[] = [
data: { label: 'Node 4' },
position: { x: 400, y: 200 },
className: 'light',
connectable: false,
},
];