8
0
Просмотр исходного кода

Test: Removed debug from test.

Oskar Wróbel 8 лет назад
Родитель
Сommit
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', () => {