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({