|
@@ -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( '⇐' );
|