From f1d92f1bf113a5ea9e939d3e68771439768a671e Mon Sep 17 00:00:00 2001 From: Kajetan Litwinowicz Date: Tue, 17 Jul 2018 14:24:38 +0200 Subject: [PATCH] Corrected test name --- tests/plugins/emoji/basic.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/plugins/emoji/basic.js b/tests/plugins/emoji/basic.js index d8a63de1416..54f0396630b 100644 --- a/tests/plugins/emoji/basic.js +++ b/tests/plugins/emoji/basic.js @@ -146,7 +146,7 @@ }, // (#2195) - 'test emoji suggestion box shouldn\'t appear inside text: function( editor, bot )': function( editor, bot ) { + 'test emoji suggestion box shouldn\'t appear inside text': function( editor, bot ) { emojiTools.runAfterInstanceReady( editor, bot, function( editor, bot ) { var autocomplete = editor._.emoji.autocomplete;