瀏覽代碼

Update tests/commands/selectcolumncommand.js

Co-Authored-By: Maciej <jodator@jodator.net>
Kuba Niegowski 5 年之前
父節點
當前提交
8ad1fd9db1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-table/tests/commands/selectcolumncommand.js

+ 1 - 1
packages/ckeditor5-table/tests/commands/selectcolumncommand.js

@@ -64,7 +64,7 @@ describe( 'SelectColumnCommand', () => {
 	} );
 
 	describe( 'execute()', () => {
-		it( 'should select a given column', () => {
+		it( 'should select a column of a table cell with a collapsed selection', () => {
 			setData( model, modelTable( [
 				[ '00', '01', '02' ],
 				[ '10', '[]11', '12' ],