Răsfoiți Sursa

Fixed failing test.

Oskar Wróbel 6 ani în urmă
părinte
comite
2d8e4d11db
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      packages/ckeditor5-list/tests/todolistediting.js

+ 1 - 1
packages/ckeditor5-list/tests/todolistediting.js

@@ -1029,7 +1029,7 @@ describe( 'TodoListEditing', () => {
 		sinon.assert.calledOnce( command.execute );
 		expect( checkboxElement.checked ).to.equal( true );
 		expect( getModelData( model, { rootName: 'dynamicRoot' } ) ).to.equal(
-			'<listItem listIndent="0" listType="todo" todoListChecked="true">f{}oo</listItem>'
+			'<listItem listIndent="0" listType="todo" todoListChecked="true">f[]oo</listItem>'
 		);
 	} );
 } );