Explorar o código

Fix unit test.

Mateusz Samsel %!s(int64=6) %!d(string=hai) anos
pai
achega
e62b536bfb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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' } );