瀏覽代碼

Change description of the inline editor max-width test

panr 5 年之前
父節點
當前提交
7931eea048
共有 1 個文件被更改,包括 1 次插入5 次删除
  1. 1 5
      packages/ckeditor5-editor-inline/tests/inlineeditorui.js

+ 1 - 5
packages/ckeditor5-editor-inline/tests/inlineeditorui.js

@@ -127,7 +127,7 @@ describe( 'InlineEditorUI', () => {
 				sinon.assert.notCalled( spy );
 			} );
 
-			it( 'toolbar max-width is set to the value of width of the editable element, otherwise it can be wider then editor', done => {
+			it( 'should set inline toolbar max-width to the width of the editable element', done => {
 				document.body.appendChild( viewElement );
 
 				expect( document.body.contains( viewElement ) ).to.be.true;
@@ -144,10 +144,6 @@ describe( 'InlineEditorUI', () => {
 					done();
 				}, 100 );
 			} );
-
-			it( 'toolbar should group items by default', () => {
-				expect( view.toolbar.options.shouldGroupWhenFull ).to.be.true;
-			} );
 		} );
 
 		describe( 'editable', () => {