8
0
Maciej Bukowski 7 лет назад
Родитель
Сommit
c03b0bacec
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      packages/ckeditor5-media-embed/tests/mediaembedtoolbar.js

+ 2 - 2
packages/ckeditor5-media-embed/tests/mediaembedtoolbar.js

@@ -199,7 +199,7 @@ describe( 'MediaEmbedToolbar - integration with BalloonEditor', () => {
 			.then( () => element.remove() );
 			.then( () => element.remove() );
 	} );
 	} );
 
 
-	it( 'balloon editor should be hidden when media widget is selected', () => {
+	it( 'balloon toolbar should be hidden when media widget is selected', () => {
 		setData( model, '<paragraph>[abc]</paragraph><media url=""></media>' );
 		setData( model, '<paragraph>[abc]</paragraph><media url=""></media>' );
 		editor.editing.view.document.isFocused = true;
 		editor.editing.view.document.isFocused = true;
 
 
@@ -217,7 +217,7 @@ describe( 'MediaEmbedToolbar - integration with BalloonEditor', () => {
 		expect( balloon.visibleView ).to.equal( toolbar );
 		expect( balloon.visibleView ).to.equal( toolbar );
 	} );
 	} );
 
 
-	it( 'balloon editor should be visible when media widget is not selected', () => {
+	it( 'balloon toolbar should be visible when media widget is not selected', () => {
 		setData( model, '<paragraph>abc</paragraph>[<media url=""></media>]' );
 		setData( model, '<paragraph>abc</paragraph>[<media url=""></media>]' );
 		editor.editing.view.document.isFocused = true;
 		editor.editing.view.document.isFocused = true;