Explorar o código

Tests: Adjusted unit test name.

Marek Lewandowski %!s(int64=6) %!d(string=hai) anos
pai
achega
f067ebd70f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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,