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

Tests: Minor naming improvement in the BalloonToolbar test.

Aleksander Nowodzinski 5 лет назад
Родитель
Сommit
9e14cd498b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-ui/tests/toolbar/balloon/balloontoolbar.js

+ 1 - 1
packages/ckeditor5-ui/tests/toolbar/balloon/balloontoolbar.js

@@ -125,7 +125,7 @@ describe( 'BalloonToolbar', () => {
 			} );
 	} );
 
-	it( 'should not group items when the shouldNotGroupWhenFull option is enabled', () => {
+	it( 'should not group items when the config.shouldNotGroupWhenFull option is enabled', () => {
 		const editorElement = document.createElement( 'div' );
 		document.body.appendChild( editorElement );