From 81525ba08372314ff8affe75ff0e4dbe695f486f Mon Sep 17 00:00:00 2001 From: Aleksander Nowodzinski Date: Fri, 5 Jun 2020 17:11:12 +0200 Subject: [PATCH] Update packages/ckeditor5-ui/tests/toolbar/balloon/balloontoolbar.js --- packages/ckeditor5-ui/tests/toolbar/balloon/balloontoolbar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ckeditor5-ui/tests/toolbar/balloon/balloontoolbar.js b/packages/ckeditor5-ui/tests/toolbar/balloon/balloontoolbar.js index 085aa9698a9..68cf6118f87 100644 --- a/packages/ckeditor5-ui/tests/toolbar/balloon/balloontoolbar.js +++ b/packages/ckeditor5-ui/tests/toolbar/balloon/balloontoolbar.js @@ -376,7 +376,7 @@ describe( 'BalloonToolbar', () => { } ); // https://github.com/ckeditor/ckeditor5/issues/6443 - it( 'should not add the #toolbarView to the #_balloon when the selection contains more than one fully contained objects', () => { + it( 'should not add the #toolbarView to the #_balloon when the selection contains more than one fully contained object', () => { // This is for multi cell selection in tables. setData( model, '[]foo[]' );