8
0
Просмотр исходного кода

Fix test description for shouldNotGroupWhenFull check

panr 5 лет назад
Родитель
Сommit
0e8e35d2be
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-editor-inline/tests/inlineeditor.js

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

@@ -183,7 +183,7 @@ describe( 'InlineEditor', () => {
 			} );
 		} );
 
-		it( 'inline toolbar should group items by default', () => {
+		it( 'inline toolbar should not group items when shouldNotGroupWhenFull option is enabled', () => {
 			const editorElement = document.createElement( 'div' );
 			return InlineEditor.create( editorElement, {
 				toolbar: {