diff --git a/tests/unit/textinput/textinput_core.js b/tests/unit/textinput/textinput_core.js index ffc292b1..106e3975 100644 --- a/tests/unit/textinput/textinput_core.js +++ b/tests/unit/textinput/textinput_core.js @@ -34,7 +34,7 @@ ok( test[0].clientHeight > originalHeight, "the height is greater than original with no content" ); ok( test[0].clientHeight > 100, "autogrow text area's height is greater any style/padding"); start(); - }, 400) + }, 400); }); test.val("foo\n\n\n\n\n\n\n\n\n\n\n\n\n\n").trigger("keyup");