Explorar el Código

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

Aleksander Nowodzinski hace 5 años
padre
commit
81525ba083
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>]' );