소스 검색

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' } );