From b09a563051b3885fbcedb76707236f8a02795138 Mon Sep 17 00:00:00 2001 From: Kajetan Litwinowicz Date: Fri, 15 Feb 2019 12:27:44 +0100 Subject: [PATCH] Tests: Added ticket number reference. --- tests/plugins/clipboard/drop.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();