diff --git a/tests/plugins/clipboard/drop.js b/tests/plugins/clipboard/drop.js index e33c16bcffe..9d7c5e62a0e 100644 --- a/tests/plugins/clipboard/drop.js +++ b/tests/plugins/clipboard/drop.js @@ -657,7 +657,7 @@ var testsForMultipleEditor = { }, function() { assert.areSame( '

^foo

', bender.tools.getHtmlWithSelection( editor ), 'after drop' ); } ); - }, + }, // (#808) 'test drop after range end in readOnlyMode': function( editor, bot ) { var evt = bender.tools.mockDropEvent();