Explorar el Código

Test name updated.

Co-authored-by: Maciej <jodator@jodator.net>
Kuba Niegowski hace 5 años
padre
commit
093520b4cd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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' );