|
|
@@ -165,10 +165,6 @@ describe( 'ClassicEditorUI', () => {
|
|
|
} );
|
|
|
|
|
|
describe( 'view.toolbar', () => {
|
|
|
- it( 'has automatic items grouping enabled', () => {
|
|
|
- expect( view.toolbar.shouldGroupWhenFull ).to.be.true;
|
|
|
- } );
|
|
|
-
|
|
|
describe( '#items', () => {
|
|
|
it( 'are filled with the config.toolbar (specified as an Array)', () => {
|
|
|
return VirtualClassicTestEditor
|