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

Remove obsolete test from ToolbarView tests

panr пре 6 година
родитељ
комит
5a5faf4a29
1 измењених фајлова са 0 додато и 5 уклоњено
  1. 0 5
      packages/ckeditor5-ui/tests/toolbar/toolbarview.js

+ 0 - 5
packages/ckeditor5-ui/tests/toolbar/toolbarview.js

@@ -70,11 +70,6 @@ describe( 'ToolbarView', () => {
 
 				toolbar.destroy();
 			} );
-
-			it( 'toolbar should group items by default', () => {
-				const toolbar = new ToolbarView( locale, { shouldGroupWhenFull: true } );
-				expect( toolbar.options.shouldGroupWhenFull ).to.be.true;
-			} );
 		} );
 
 		it( 'should create view#items collection', () => {