diff --git a/tests/linkcommand.js b/tests/linkcommand.js index c382442..32812d4 100644 --- a/tests/linkcommand.js +++ b/tests/linkcommand.js @@ -19,7 +19,7 @@ describe( 'LinkCommand', () => { model.schema.extend( '$text', { allowIn: '$root', - allowAttributes: 'linkHref' + allowAttributes: [ 'linkHref', 'bold' ] } ); model.schema.register( 'p', { inheritAllFrom: '$block' } );