Explorar o código

Tests: Updated the test.

Piotrek Koszuliński %!s(int64=6) %!d(string=hai) anos
pai
achega
05c82a57e1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 );
 				} );
 		} );