8
0
Piotrek Koszuliński 6 жил өмнө
parent
commit
05c82a57e1

+ 1 - 1
packages/ckeditor5-build-classic/tests/ckeditor.js

@@ -196,7 +196,7 @@ describe( 'ClassicEditor build', () => {
 				.then( newEditor => {
 					editor = newEditor;
 
-					expect( editor.ui.view.toolbar.items.length ).to.equal( 13 );
+					expect( editor.ui.view.toolbar.items.length ).to.equal( 17 );
 					expect( editor.ui.view.stickyPanel.viewportTopOffset ).to.equal( 42 );
 				} );
 		} );