ソースを参照

Update packages/ckeditor5-ui/tests/toolbar/balloon/balloontoolbar.js

Aleksander Nowodzinski 5 年 前
コミット
81525ba083

+ 1 - 1
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, '[<horizontalLine></horizontalLine>]<paragraph>foo</paragraph>[<horizontalLine></horizontalLine>]' );