Skip to content

Commit 06232f3

Browse files
authored
chore: add comment
1 parent 3017e81 commit 06232f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration/components/category-nav/category-test.js

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ module("Integration | Component | category-nav/category", function (hooks) {
5555
await triggerEvent("[data-test-drop]", "drop", {
5656
dataTransfer: {
5757
getData: () => documents.map((d) => d.id).join(","),
58+
// sometimes browser send a file as well (e.g. when dragging a thumbnail) - this should be ignored
5859
files: [new File(["Thumbnail"], "test-file.txt")],
5960
},
6061
});

0 commit comments

Comments
 (0)