8
0
فهرست منبع

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', () => {