diff --git a/tests/tickets/100.js b/tests/tickets/100.js index 936aa12..2471fd5 100644 --- a/tests/tickets/100.js +++ b/tests/tickets/100.js @@ -116,7 +116,7 @@ describe( 'Bug ckeditor5-typing#100', () => { type: 'children', node: strong, oldChildren: [ text ], - newChildren: [ new ViewElement( 'a', null, text.clone() ), new ViewText( 'x' ) ] + newChildren: [ new ViewElement( 'a', null, text._clone() ), new ViewText( 'x' ) ] } ] );