瀏覽代碼

Fix unit test.

Mateusz Samsel 6 年之前
父節點
當前提交
e62b536bfb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-link/tests/linkcommand.js

+ 1 - 1
packages/ckeditor5-link/tests/linkcommand.js

@@ -287,7 +287,7 @@ describe( 'LinkCommand', () => {
 
 					model.schema.extend( '$text', {
 						allowIn: '$root',
-						allowAttributes: 'linkHref'
+						allowAttributes: [ 'linkHref', 'linkManualDecorator0', 'linkManualDecorator1' ]
 					} );
 
 					model.schema.register( 'p', { inheritAllFrom: '$block' } );