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

Tests: Adjusted unit test name.

Marek Lewandowski 6 лет назад
Родитель
Сommit
f067ebd70f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-mention/tests/mentionui.js

+ 1 - 1
packages/ckeditor5-mention/tests/mentionui.js

@@ -898,7 +898,7 @@ describe( 'MentionUI', () => {
 						} );
 				} );
 
-				it( 'should not cycle when only one item in the list', () => {
+				it( 'should not cycle with only one item in the list', () => {
 					setData( model, '<paragraph>foo []</paragraph>' );
 					const keyDownEvtData = {
 						keyCode: keyCodes.arrowdown,