소스 검색

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' );