Browse Source

Cleaned up the test.

Piotrek Koszuliński 6 years ago
parent
commit
826a1d8d46
1 changed files with 0 additions and 3 deletions
  1. 0 3
      packages/ckeditor5-list/tests/listediting.js

+ 0 - 3
packages/ckeditor5-list/tests/listediting.js

@@ -4083,9 +4083,6 @@ describe( 'ListEditing', () => {
 
 		// https://github.com/ckeditor/ckeditor5-list/issues/121
 		it( 'should correctly set data.modelCursor', () => {
-			editor.conversion.for( 'upcast' ).elementToElement( { view: 'div', model: 'div' } );
-			model.schema.register( 'div', { inheritAllFrom: '$block' } );
-
 			editor.setData(
 				'<ul>' +
 					'<li>a</li>' +