Przeglądaj źródła

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

Maciej 5 lat temu
rodzic
commit
e1d36b4541

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

@@ -1277,7 +1277,7 @@ describe( 'TableKeyboard', () => {
 						downArrowDomEvtDataStub.shiftKey = true;
 						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.plugins.get( 'TableSelection' ).forceDisabled();
 
 
 						editor.editing.view.document.fire( 'keydown', leftArrowDomEvtDataStub );
 						editor.editing.view.document.fire( 'keydown', leftArrowDomEvtDataStub );