소스 검색

Fix tests case.

Maciej Gołaszewski 5 년 전
부모
커밋
57bb1f64db
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/ckeditor5-table/tests/tableclipboard-paste.js

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

@@ -1392,7 +1392,7 @@ describe( 'table clipboard', () => {
 					// Select 21 -> 12
 					tableSelection.setCellSelection(
 						modelRoot.getNodeByPath( [ 0, 2, 1 ] ),
-						modelRoot.getNodeByPath( [ 0, 1, 1 ] )
+						modelRoot.getNodeByPath( [ 0, 1, 0 ] )
 					);
 
 					pasteTable( [