8
0
Pārlūkot izejas kodu

Tests: Fixed a typo in test case name.

Marek Lewandowski 5 gadi atpakaļ
vecāks
revīzija
9de919a9ec

+ 1 - 1
packages/ckeditor5-special-characters/tests/specialcharacters.js

@@ -179,7 +179,7 @@ describe( 'SpecialCharacters', () => {
 				} );
 			} );
 
-			it( 'is fully initialized when not open', () => {
+			it( 'is not fully initialized when not open', () => {
 				// (#6175)
 				const uninitializedDropdown = editor.ui.componentFactory.create( 'specialCharacters' );
 				expect( uninitializedDropdown.panelView.children.length ).to.be.equal( 0 );