Explorar o código

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

Co-authored-by: Maciej <jodator@jodator.net>
Kuba Niegowski %!s(int64=5) %!d(string=hai) anos
pai
achega
5fe84069b0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
 		} );