Other: Aligned code to the changes API in `ckeditor5-engine`. Read more ckeditor/ckeditor5-engine#738.
@@ -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' ) ]
}
] );