|
|
@@ -576,7 +576,7 @@ describe( 'ToolbarView', () => {
|
|
|
expect( ungroupedItems.map( i => i ) ).to.have.ordered.members( [ itemB, itemD ] );
|
|
|
} );
|
|
|
|
|
|
- it( 'doesnt throw when removing the first of grouped items', () => { // (#7655)
|
|
|
+ it( 'doesn\'t throw when removing the first of grouped items', () => { // (#7655)
|
|
|
const items = [ focusable(), focusable(), focusable(), focusable() ];
|
|
|
view.element.style.width = '200px';
|
|
|
view.items.addMany( items );
|