Selaa lähdekoodia

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

Maciej 5 vuotta sitten
vanhempi
commit
e1d36b4541
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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 );