fix the all the e2e tests

This commit is contained in:
peterkogo
2025-01-09 16:01:18 +01:00
parent b56c1c1838
commit 3ce88763e2
7 changed files with 77 additions and 40 deletions
@@ -4,6 +4,7 @@ export default {
flowProps: {
fitView: true,
multiSelectionKeyCode: 's',
deleteKeyCode: 'd',
nodes: [
{
id: '1',
@@ -3,6 +3,8 @@ import DragHandleNode from './components/DragHandleNode';
export default {
flowProps: {
fitView: true,
deleteKeyCode: 'd',
multiSelectionKeyCode: 's',
nodeTypes: {
DragHandleNode,
},