Przeglądaj źródła

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

Co-authored-by: Maciej <jodator@jodator.net>
Kuba Niegowski 5 lat temu
rodzic
commit
5fe84069b0
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      packages/ckeditor5-table/tests/tableselection.js

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

@@ -845,7 +845,7 @@ describe( 'table selection', () => {
 			] ) );
 		} );
 
-		it( 'should not return element if the table cell is not selected', () => {
+		it( 'should return null if no table cell is selected', () => {
 			expect( tableSelection.getAnchorCell() ).to.be.null;
 			expect( tableSelection.getFocusCell() ).to.be.null;
 		} );