From 7059c157b720cc993cabdc2e5e8598ad5f9eaa27 Mon Sep 17 00:00:00 2001 From: Eugene Barandon Date: Wed, 17 Nov 2021 15:43:17 +0800 Subject: [PATCH] Remove comment. --- test/specs/utils/Sorter.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/specs/utils/Sorter.js b/test/specs/utils/Sorter.js index 5ccf2e344..d4f32ecee 100644 --- a/test/specs/utils/Sorter.js +++ b/test/specs/utils/Sorter.js @@ -458,8 +458,8 @@ describe('Sorter', () => { test('Droppable function', () => { var srcModel = new Component({ tagName: 'div', - draggable: true, // Can't move it - content: 'Content text', // Text inside component + draggable: true, + content: 'Content text', attributes: { class: 'canDrop' } }); var srcView = new ComponentTextView({