Procházet zdrojové kódy

Remove obsolete test from ToolbarView tests

panr před 6 roky
rodič
revize
5a5faf4a29

+ 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', () => {