Explorar el Código

Fix tests description.

Maciej Gołaszewski hace 6 años
padre
commit
540d450ae6

+ 1 - 1
packages/ckeditor5-engine/tests/model/utils/selection-post-fixer.js

@@ -634,7 +634,7 @@ describe( 'Selection post-fixer', () => {
 				);
 			} );
 
-			it( 'should fix allow selection on block', () => {
+			it( 'should fix selection on block', () => {
 				model.schema.extend( '$block', { allowIn: 'tableCell' } );
 
 				setModelData( model,