瀏覽代碼

Update packages/ckeditor5-table/tests/tablekeyboard.js.

Maciej 5 年之前
父節點
當前提交
e1d36b4541
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-table/tests/tablekeyboard.js

+ 1 - 1
packages/ckeditor5-table/tests/tablekeyboard.js

@@ -1277,7 +1277,7 @@ describe( 'TableKeyboard', () => {
 						downArrowDomEvtDataStub.shiftKey = true;
 					} );
 
-					it( 'should not expand the selection if TableSelection plugin is disabled', () => {
+					it( 'should move to the cell below if TableSelection plugin is disabled', () => {
 						editor.plugins.get( 'TableSelection' ).forceDisabled();
 
 						editor.editing.view.document.fire( 'keydown', leftArrowDomEvtDataStub );