瀏覽代碼

Tests: Adjusted unit test name.

Marek Lewandowski 6 年之前
父節點
當前提交
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,