Răsfoiți Sursa

Update blockQuote schema definition in keyboard navigation tests.

Maciej Gołaszewski 7 ani în urmă
părinte
comite
037d2acf2d
1 a modificat fișierele cu 1 adăugiri și 3 ștergeri
  1. 1 3
      packages/ckeditor5-table/tests/tableediting.js

+ 1 - 3
packages/ckeditor5-table/tests/tableediting.js

@@ -329,9 +329,7 @@ describe( 'TableEditing', () => {
 			it( 'should move to next cell with an blockQuote', () => {
 				model.schema.register( 'blockQuote', {
 					allowWhere: '$block',
-					allowContentOf: '$root',
-					isObject: true,
-					isBlock: true
+					allowContentOf: '$root'
 				} );
 				editor.conversion.elementToElement( { model: 'blockQuote', view: 'blockquote' } );