Kaynağa Gözat

Tests: Updated build tests to the new toolbar configuration.

Aleksander Nowodzinski 7 yıl önce
ebeveyn
işleme
c5b5b5c77f

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

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