Explorar o código

Remove obsolete test from ToolbarView tests

panr %!s(int64=6) %!d(string=hai) anos
pai
achega
5a5faf4a29
Modificáronse 1 ficheiros con 0 adicións e 5 borrados
  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', () => {