There was an error while loading. Please reload this page.
1 parent 61006b9 commit ea4ee7aCopy full SHA for ea4ee7a
1 file changed
tests/app/ui/text-field/text-field-tests.ts
@@ -463,10 +463,7 @@ export var testCloseOnReturn = function () {
463
return;
464
}
465
var textField = <TextField>views[0];
466
-
467
- // >> setting-closeOnReturn-property
468
textField.closeOnReturn = true;
469
- // << setting-closeOnReturn-property
470
471
typeTextNativelyWithReturn(textField, "Should close textfield");
472
0 commit comments