8
0
فهرست منبع

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

Co-authored-by: Maciej <jodator@jodator.net>
Kuba Niegowski 5 سال پیش
والد
کامیت
5fe84069b0
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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;
 		} );