8
0
Quellcode durchsuchen

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

Maciej vor 5 Jahren
Ursprung
Commit
e1d36b4541
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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 );