8
0
Quellcode durchsuchen

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

Aleksander Nowodzinski vor 5 Jahren
Ursprung
Commit
81525ba083
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      packages/ckeditor5-ui/tests/toolbar/balloon/balloontoolbar.js

+ 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>]' );