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

Remove obsolete test from ToolbarView tests

panr 6 лет назад
Родитель
Сommit
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', () => {