Преглед на файлове

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