Przeglądaj źródła

Improved a test description.

Kamil Piechaczek 7 lat temu
rodzic
commit
bd715986db

+ 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>', {
 			return InlineEditor.create( '<p>Hello world!</p>', {
 				plugins: [ Paragraph ]
 				plugins: [ Paragraph ]
 			} ).then( editor => {
 			} ).then( editor => {