Selaa lähdekoodia

Tests: Updated the test.

Piotrek Koszuliński 6 vuotta sitten
vanhempi
sitoutus
05c82a57e1
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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 );
 				} );
 		} );