Maciej Bukowski пре 7 година
родитељ
комит
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() );
 	} );
 
-	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>' );
 		editor.editing.view.document.isFocused = true;
 
@@ -217,7 +217,7 @@ describe( 'MediaEmbedToolbar - integration with BalloonEditor', () => {
 		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>]' );
 		editor.editing.view.document.isFocused = true;