There was an error while loading. Please reload this page.
1 parent c5be6d6 commit d845645Copy full SHA for d845645
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