Browse Source

Tests: Updated the test.

Piotrek Koszuliński 6 năm trước cách đây
mục cha
commit
05c82a57e1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      packages/ckeditor5-build-classic/tests/ckeditor.js

+ 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 );
 				} );
 		} );