Przeglądaj źródła

Merge pull request #29 from ckeditor/t/ckeditor5-table/99

Tests: Update widget schema definition in `BlockQuoteCommand` tests.
Szymon Cofalik 7 lat temu
rodzic
commit
16f0861be7

+ 2 - 1
packages/ckeditor5-block-quote/tests/blockquotecommand.js

@@ -33,7 +33,8 @@ describe( 'BlockQuoteCommand', () => {
 
 				model.schema.extend( 'widget', {
 					allowIn: '$root',
-					isLimit: true
+					isLimit: true,
+					isObject: true
 				} );
 				model.schema.extend( '$text', { allowIn: 'widget' } );