Преглед изворни кода

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,