Forráskód Böngészése

Test: Removed debug from test.

Oskar Wróbel 8 éve
szülő
commit
018595e4cf

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