@@ -38,6 +38,7 @@ module.exports = {
toolbar: {
items: [
'headings',
+ '|',
'bold',
'italic',
'link',
@@ -46,6 +46,7 @@ ClassicEditor.build = {
@@ -195,7 +195,7 @@ describe( 'ClassicEditor build', () => {
.then( newEditor => {
editor = newEditor;
- expect( editor.ui.view.toolbar.items.length ).to.equal( 9 );
+ expect( editor.ui.view.toolbar.items.length ).to.equal( 10 );
expect( editor.ui.view.stickyPanel.viewportTopOffset ).to.equal( 42 );
} );