ソースを参照

Tests: Fixed test suite.

Szymon Cofalik 6 年 前
コミット
caf09eb3c1
1 ファイル変更1 行追加1 行削除
  1. 1 1
      packages/ckeditor5-link/tests/linkcommand.js

+ 1 - 1
packages/ckeditor5-link/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' } );