浏览代码

Test: Removed debug from test.

Oskar Wróbel 8 年之前
父节点
当前提交
018595e4cf
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-core/tests/editor/utils/attachtoform.js

+ 1 - 1
packages/ckeditor5-core/tests/editor/utils/attachtoform.js

@@ -62,7 +62,7 @@ describe( 'attachToForm()', () => {
 			cancelable: true
 		} ) );
 
-		expect( textarea.value, 2 ).to.equal( 'foo bar' );
+		expect( textarea.value ).to.equal( 'foo bar' );
 	} );
 
 	it( 'should update editor#element after calling the submit() method', () => {