Przeglądaj źródła

The dataset has changed.

Marek Lewandowski 6 lat temu
rodzic
commit
ad13b2aad8

+ 2 - 2
packages/ckeditor5-special-characters/tests/specialcharactersui.js

@@ -91,7 +91,7 @@ describe( 'SpecialCharactersUI', () => {
 			sinon.assert.calledOnce( executeSpy );
 			sinon.assert.calledOnce( executeSpy );
 			sinon.assert.calledOnce( focusSpy );
 			sinon.assert.calledOnce( focusSpy );
 			sinon.assert.calledWithExactly( executeSpy.firstCall, 'specialCharacters', {
 			sinon.assert.calledWithExactly( executeSpy.firstCall, 'specialCharacters', {
-				item: 'greek small letter delta'
+				item: 'Left-pointing double angle quotation mark'
 			} );
 			} );
 		} );
 		} );
 
 
@@ -118,7 +118,7 @@ describe( 'SpecialCharactersUI', () => {
 			it( 'is updated when navigation view fires #execute', () => {
 			it( 'is updated when navigation view fires #execute', () => {
 				const navigation = dropdown.panelView.children.first;
 				const navigation = dropdown.panelView.children.first;
 
 
-				expect( grid.tiles.get( 0 ).label ).to.equal( 'α' );
+				expect( grid.tiles.get( 0 ).label ).to.equal( '' );
 				navigation.groupDropdownView.fire( new EventInfo( { label: 'Arrows' }, 'execute' ) );
 				navigation.groupDropdownView.fire( new EventInfo( { label: 'Arrows' }, 'execute' ) );
 
 
 				expect( grid.tiles.get( 0 ).label ).to.equal( '⇐' );
 				expect( grid.tiles.get( 0 ).label ).to.equal( '⇐' );