Skip to content

Commit

Permalink
Fix playwright test
Browse files Browse the repository at this point in the history
  • Loading branch information
mbraak committed Jan 6, 2025
1 parent 7b145da commit 492ec38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/playwright/playwright.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ const initTree = async (
dragAndDrop: ${dragAndDrop ?? false},
onCanMove: ${onCanMove ? "onCanMove" : "null"},
onCanMoveTo: ${onCanMoveTo ? "onCanMoveTo" : "null"},
startDndDelay: 100,
openFolderDelay: 100,
startDndDelay: 100
});
`);
};
Expand Down

0 comments on commit 492ec38

Please sign in to comment.