Преглед изворни кода

Improved a test description.

Kamil Piechaczek пре 7 година
родитељ
комит
bd715986db
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      packages/ckeditor5-editor-inline/tests/inlineeditor.js

+ 1 - 1
packages/ckeditor5-editor-inline/tests/inlineeditor.js

@@ -112,7 +112,7 @@ describe( 'InlineEditor', () => {
 			} );
 		} );
 
-		it( 'editor.element should contain the whole UI element', () => {
+		it( 'editor.element should contain the whole editor (with UI) element', () => {
 			return InlineEditor.create( '<p>Hello world!</p>', {
 				plugins: [ Paragraph ]
 			} ).then( editor => {