|
|
@@ -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 );
|