Sfoglia il codice sorgente

Tests: Fixed test suite.

Szymon Cofalik 6 anni fa
parent
commit
caf09eb3c1
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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' } );