瀏覽代碼

Test name updated.

Co-authored-by: Maciej <jodator@jodator.net>
Kuba Niegowski 5 年之前
父節點
當前提交
093520b4cd
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-table/tests/tableclipboard-paste.js

+ 1 - 1
packages/ckeditor5-table/tests/tableclipboard-paste.js

@@ -124,7 +124,7 @@ describe( 'table clipboard', () => {
 			] ) );
 		} );
 
-		it( 'should not alter model.insertContent if no table cells are selected', () => {
+		it( 'should not alter model.insertContent if selection is outside table', () => {
 			model.change( writer => {
 				writer.insertElement( 'paragraph', modelRoot.getChild( 0 ), 'before' );
 				writer.setSelection( modelRoot.getChild( 0 ), 'before' );