8
0
Просмотр исходного кода

Tests (ui): Test case rewording.

Co-authored-by: Aleksander Nowodzinski <a.nowodzinski@cksource.com>
Marek Lewandowski 5 лет назад
Родитель
Сommit
fcee209c3e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-ui/tests/toolbar/toolbarview.js

+ 1 - 1
packages/ckeditor5-ui/tests/toolbar/toolbarview.js

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